harp icon indicating copy to clipboard operation
harp copied to clipboard

Disable all browser shortcuts

Open hikari-no-yume opened this issue 11 months ago • 2 comments

Motivating example: / triggers quick-find in Firefox.

Done by adding e.preventDefault() in every path where a key is recognised, but not in other paths, so that it won't disable bindings that don't conflict.

hikari-no-yume avatar Mar 02 '24 13:03 hikari-no-yume

wait don't merge this yet i found another problem with the same thing

hikari-no-yume avatar Mar 02 '24 13:03 hikari-no-yume

Changed it to just disable everything because ' also triggers quick-find, which is very annoying while learning to move your fingers around the keyboard correctly, even if it isn't actually used by autokalimba. It's better for me and it's also simpler overall, and consistent with how stuff like ⌘R is already broken.

hikari-no-yume avatar Mar 02 '24 14:03 hikari-no-yume