Update capslock instructions to include VSCode
Signed-off-by: AKP <tom@tdpain.net>
This commit is contained in:
parent
cc8df7d251
commit
014f88710c
1 changed files with 8 additions and 0 deletions
|
@ -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"
|
||||
}
|
||||
```
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue