Download Latest Version v3.1.1 source code.zip (131.7 kB)
Email in envelope

Get an email when there's a new version of Hotkey

Home / v3.0.0
Name Modified Size InfoDownloads / Week
Parent folder
README.md 2023-12-12 818 Bytes
v3.0.0 source code.tar.gz 2023-12-12 123.4 kB
v3.0.0 source code.zip 2023-12-12 131.4 kB
Totals: 3 Items   255.6 kB 0

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.
Source: README.md, updated 2023-12-12