Skip to content

Commit 2a1ef1e

Browse files
committed
Add documentation for VS Code Extension
1 parent 7fe0c74 commit 2a1ef1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,10 @@ One would typically only use these if you found yourself accidentally triggering
1818

1919
For example, if you're used to working on Windows but are currently on Mac, you can apply `macos.negative.keybindings.json` (as described in [How to use these files](#how-to-use-these-files)) to remove all the Mac shortcuts. Then, at the bottom of the Code keybindings.json editor, delete the bottom `]`, add a comma `,`, then paste the contents of `windows.keybindings.json`. Remove the top `[` from the pasted contents. If you've done this correctly, there should only be one set of `[` and `]` at the top level and VS Code should not complain when the file is saved.
2020

21+
# VS Code Extension
22+
23+
[jbro](https://github.com/jbro/vscode-default-keybindings) has developed [an extension](https://marketplace.visualstudio.com/items?itemName=jbro.vscode-default-keybindings) (or [link to Open VSX Registroy](https://open-vsx.org/extension/jbro/vscode-default-keybindings) for those using open source versions of VS Code) to facilitate applying these settings. Install the extension, then installing the and removing keymaps for other operatings systems is as easy as changing a few settings. Have a look at the extension documentation for more details.
24+
2125
# Contributors
2226

2327
This project was made possible by the following contributors:

0 commit comments

Comments
 (0)