Pete Kirkham
Pete Kirkham
This appears to be the use of [KeyboardEvent.code ](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/code) (the physical key pressed) rather than [KeybordEvent.key](https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key) (the character typed) in the keydown event listener in index.js, but it seems the...
I'm still looking at how we could do this; so far the hotkey libraries I've looked at also fail if the keyboard layout changes.
An alternative would be to use CSS media to remove the toolbar when printing, and not have to process the ctrl-P shortcut at all in the extension. Currently on a...