Skip to content

v3.0.0

Compare
Choose a tag to compare
@iansan5653 iansan5653 released this 12 Dec 14:35
· 26 commits to main since this release
bd832b7

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.