Created
February 22, 2019 13:02
-
-
Save Dvergar/32d781d79fb5f0f5ec8484ad46616c3f to your computer and use it in GitHub Desktop.
Less < and greater > bindings for VSCode as AZERTY layout on QWERTY keyboard on Chrome OS is super annoying
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| [ | |
| { "key": "[Backquote]", "command": "type", | |
| "args": { "text": "<" }, | |
| "when": "editorTextFocus" }, | |
| { "key": "ctrl+[Backquote]", "command": "type", | |
| "args": { "text": ">" }, | |
| "when": "editorTextFocus" } | |
| ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment