Key names for i3 configuration
Sometimes I need to add a new shortcut in my i3 configuration file, for example to open a workspace when I hit Meta+;. But adding a character (;) in bindsym may result in an error, like below: So… How can key ; be declared in the configuration? Well, in the i3 documentation we may find the following: i3 allows you to bind either on keycodes or on keysyms (you can also mix your bindings, though i3 will not protect you from overlapping ones). ~ i3 User’s Guide - 4.4. Keyboard bindings ...