Hey there! Is it possible to add an option to edit layouts? I wanted to use 8 zones linear keyboard layout but it is not possible to use virtual key code as semicolon.
Or edit that layout to:
ASDF HJKL, without semicolon.
I'll be much much grateful! Thank you in advance.
Hey there! Is it possible to add an option to edit layouts? I wanted to use 8 zones linear keyboard layout but it is not possible to use virtual key code as semicolon.
Or edit that layout to:
ASDF HJKL, without semicolon.
I'll be much much grateful! Thank you in advance.
Semicolon is mapped to the virtual key 0xBA aka VK_OEM_1.
If you want to use an alternative keymap, I would recommend to clone the program, edit the keymap and rebuild your own custom build.
Semicolon is mapped to the virtual key `0xBA` aka `VK_OEM_1`.
If you want to use an alternative keymap, I would recommend to clone the program, edit the keymap and rebuild your own custom build.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Hey there! Is it possible to add an option to edit layouts? I wanted to use 8 zones linear keyboard layout but it is not possible to use virtual key code as semicolon.
Or edit that layout to:
ASDF HJKL, without semicolon.
I'll be much much grateful! Thank you in advance.
Semicolon is mapped to the virtual key
0xBAakaVK_OEM_1.If you want to use an alternative keymap, I would recommend to clone the program, edit the keymap and rebuild your own custom build.