react-hotkeys v2.0.0-pre9 Release Notes

Release Date: 2019-07-11 // over 5 years ago
  • Potentially Breaking Changes

    • 🔧 The configuration option allowCombinationSubmatches is now ignored when the Cmd key is pressed down (submatches are always allowed when Cmd is pressed). This is to fix the following bug.

    🛠 Bugfixes

    • 🛠 Fix moving between actions bound to the Cmd (Meta) key (e.g.cmd+1 -> cmd+2 without releasing Cmd) #201