Skip to content

v12.1.0

Compare
Choose a tag to compare
@tekezo tekezo released this 11 Feb 08:13
  • πŸ“… Release date
    • May 30, 2018
  • πŸ’₯ Breaking changes
    • Changed the order of to_if_alone and to_after_key_up event handling.

      to_if_alone will be handled before to_after_key_up.
  • ✨ New Features
    • Added new items into simultaneous_options:
      • simultaneous_options.detect_key_down_uninterruptedly
      • simultaneous_options.key_up_when
    • Added new parameters into to event definition:
      • hold_down_milliseconds
      • halt
  • πŸ› Bug Fixes
    • Fixed an issue that random key repeat happen at extremely high system CPU usage.
  • ⚑️ Improvements
    • Increased rollover limit of virtual keyboard. (6 -> 32)

      This change mainly improves usability when you are using multiple keyboards at the same time.
    • Improved modifier flags handling in to_after_key_up and to_if_alone.