glzr-io / glazewm

GlazeWM is a tiling window manager for Windows inspired by i3wm.
GNU General Public License v3.0
5.86k stars 169 forks source link

Does glazewm support the keybing ";"? #631

Closed silence19 closed 3 months ago

silence19 commented 3 months ago

Can I use the "JKL;" as keybings the same as i3wm? I tried to put ; in the config.yaml, but it doesn't accept.

  - command: "move right"
    bindings: ["Alt+Shift+L"] # , "Alt+Shift+Right"]

Will this semicolon be recognized by glazewm in further version?

ParasiteDelta commented 3 months ago

Please read the README. There is a link to Microsoft's official keymap in the Keybindings section, which provides all of the underlying keycodes. The first column on the left contains the value that you want to enter into your config to refer to the specific key.

https://github.com/glzr-io/glazewm?tab=readme-ov-file#keybindings which leads to https://learn.microsoft.com/en-us/dotnet/api/system.windows.forms.keys?view=windowsdesktop-5.0#fields which leads to OemSemicolon

More importantly, this is not an issue with GWM and could have been answered from the Discord server as a typical end-user question.

silence19 commented 3 months ago

Sorry and thanks