466 B
466 B
Caps lock and escape switch
2021-05-02
Caps lock behaves as an extra ESC key (but ESC does not behave as caps lock).
- Go to "System Settings" > "Keyboard" > "Layouts"
- Select "English (UK)" then press "Options..."
- Expand "Caps lock behaviour"
- Select "Make caps lock an additional Esc"
Additionally, in VSCode, this change might not be correctly observed. This can be fixed with the following setting:
{
"keyboard.dispatch": "keyCode"
}