Update capslock instructions to include VSCode

Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
akp 2021-10-17 11:11:51 +01:00
parent cc8df7d251
commit 014f88710c
No known key found for this signature in database
GPG key ID: AA5726202C8879B7

View file

@ -8,3 +8,11 @@ Caps lock behaves as an extra ESC key (but ESC does not behave as caps lock).
2. Select "English (UK)" then press "Options..."
3. Expand "Caps lock behaviour"
4. 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:
```json
{
"keyboard.dispatch": "keyCode"
}
```