"Search by typing" interferes with keydown.
kentfredric opened this issue · 0 comments
kentfredric commented
The below feature interferes with keydown hooks where it is enabled.
for instance, having a keybind for "a" and "space", then typing "a a a ", will fire the "a" event once, and then search the page for "a a a ".
I'm not sure this is solvable at the client side, but I've never conciously experienced this bug before until I used a keymaster based page.
GMail for instance certainly has no issues here in its key hooks.