Replies: 1 comment 1 reply
|
This works for me: glide.keymaps.set("normal", ";", "commandline_show");I suspect this is a keyboard layout issue, what layout are you using? Here are some docs https://glide-browser.app/keys#key-codes. If this is a layout issue then this should fix it for you: glide.o.keyboard_layout = "qwerty";
glide.o.keymaps_use_physical_layout = "force"; |
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi there,
I just wanted to quickly check if it's possible to bind the
;key in any way? I've tried;,semicolon,Semicolonand evencolonbut nothing worked. Since my fingers rest at jkl; I have some mangled version ofhjklthat I use everywhere withjkl;.Thanks for the help!
All reactions