github github/hotkey v3.0.0

latest releases: v3.1.0, v3.0.1
4 months ago

Breaking changes

  • When Shift is used to type an uppercase letter, Shift+ will now be included in the hotkey string (#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 (#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.

Don't miss a new hotkey release

NewReleases is sending notifications on new releases.