isPressed is true on keyup
Author: rakusan2Created May 13, 2020Updated Feb 28, 2025
The event `keyup` is fired when a key is released (aka not pressed), so why is `hotkeys.isPressed(key)` still returning true for that key that fired that event?
Source: jaywcjlove/hotkeys-js