Hotkey Versions Save

Trigger an action on an element with a keyboard shortcut.

v3.1.1

6 days ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/hotkey/compare/v3.1.0...v3.1.1

v3.1.0

4 months ago

What's Changed

Full Changelog: https://github.com/github/hotkey/compare/v3.0.1...v3.1.0

v3.0.1

5 months ago

Re-releasing v3.0.0 due to a bad workflow configuration.

v3.0.0

5 months ago

Breaking changes

  • When Shift is used to type an uppercase letter, Shift+ will now be included in the hotkey string (https://github.com/github/hotkey/pull/115). This means authors will need to update hotkey strings which contain capital letters to add Shift. For example, A becomes Shift+A, Mod+U because Mod+Shift+U.
  • The behavior of Mod and Meta has been made more consistent: on MacOS, when these keys are used with Shift, the resulting key name is now normalized to uppercase (https://github.com/github/hotkey/pull/116). This allows using the same Mod shortcuts on Windows, Linux, and MacOS, but may require updating some hotkey strings to use uppercase letters. For example, Meta+Shift+a becomes Meta+Shift+A, and Mod+Shift+A will work as expected across all operating systems.

v2.3.1

5 months ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/hotkey/compare/v2.3.0...v2.3.1

v2.3.0

6 months ago

What's Changed

Full Changelog: https://github.com/github/hotkey/compare/v2.2.0...v2.3.0

v2.2.0

6 months ago

What's Changed

Full Changelog: https://github.com/github/hotkey/compare/v2.1.1...v2.2.0

v2.1.1

7 months ago

What's Changed

Full Changelog: https://github.com/github/hotkey/compare/v2.1.0...v2.1.1

v2.1.0

7 months ago

New features

Demos / docs

Other changes

New Contributors

Full Changelog: https://github.com/github/hotkey/compare/v2.0.1...v2.1.0

v2.0.1

1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/github/hotkey/compare/v2.0.0...v2.0.1