ssborbis
ssborbis
I'm not seeing that issue with CTRL+6. Tested on win10 and ubuntu18. I do see problems with key combos that are FF built-in commands like CTRL+5, CTRL+T, etc where function...
Looks like it will fail on keys outside of what I have defined in keyTable.js. I'll try to fallback to displaying the keycode for undefined keys. I based definitions off...
> https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/key I checked that out, but there doesn't appear to be a way to get from keyCodes to KeyboardEvent.key. The whole Event.[which|key|code|keyCode|charCode] seems like a huge mess right now....
> currently the hotkeys are broken for special keys. I need to simulate some inputs. It would be so much easier to have a F13 key for testing! > again,...
I just tried simulating single key events [F13,F14, F15] when setting the sidebar hotkey and it *appears* to be working for me. I show the `F13` string in the displayed...
As soon as I figure out how to convert a user's current keyCode array to KeyboardEvent.key, I'll make the switch. I'd rather not make everyone reset all their hotkeys.
I've started moving hotkeys to KeyboardEvent.key from KeyboardEvent.keyCode. I can't convert using a function or table so I'm using the same variable in options to store either a keyCode array...
Out of curiosity, why not just use the sidebar if you prefer it over the quick menu? Is it just that you can't open it the same way as the...
Huh, I didn't know there was a right-click menu on those buttons. I'll come up with some kind of search term history navigation.
I already have the qm modified with basically everything the sb has, minus the docking.