Skip to content

v3.0.0

Compare
Choose a tag to compare
@kabirbaidhya kabirbaidhya released this 05 Jun 16:11
· 41 commits to master since this release
e13bcbf

Breaking Changes

  • Update missing keys and prefix key codes specific to firefox #36 [breaking change] (kabirbaidhya)

    • Several keys we were done as per this list that also had Gecko specific constants that only worked for Firefox. They've been prefixed as KEY_FIREFOX_
    • Constants KEY_SEMICOLON and KEY_EQUALS were previously using the firefox specific values - now updated to use the standard values. To use the older value you'll need to use KEY_FIREFOX_SEMICOLON and KEY_FIREFOX_EQUALS. See #35
    • Fix KEY_RIGHT_CMD value which is 92 - old value was wrong.
    • Added a new missing key KEY_DASH = 189

Other Changes

Closed Issues