On macOS, Option+H is mapped to the ˙ dead key by the default keyboard layout, so the shortcut never fires. Tested on macOS Chromium Engine Version 146.0.7680.80
I've submitted a PR (#453) that addresses this by replacing e.key with e.code === 'KeyH', which targets the physical key position rather than the character output
On macOS, Option+H is mapped to the ˙ dead key by the default keyboard layout, so the shortcut never fires. Tested on macOS Chromium Engine Version 146.0.7680.80
I've submitted a PR (#453) that addresses this by replacing e.key with e.code === 'KeyH', which targets the physical key position rather than the character output