Hotkey Manager Versions Save

This plugin allows Flutter desktop apps to defines system/inapp wide hotkey (i.e. shortcut).

v0.2.0

2 months ago
  • feat: Convert to federated plugin
  • feat: Use flutter built-in keymap (provided through the uni_platform package)
  • chore: Use HardwareKeyboard to replace the RawKeyboard api
  • bump flutter to 3.19.2
  • fix: crash if toString called with null modifiers (#25)
  • Update dependencies & add three keys (#28)

v0.1.7

2 years ago
  • Fixed inapp hotkeys key down event repeat triggering #9
  • Fixed inapp hotkeys not matching correctly #11

v0.1.6

2 years ago
  • Fixed KeyModifierParser.fromModifierKey Return type.

v0.1.5

2 years ago
  • [windows] Fix escape key mapping error
  • [linux] Supplemental key map