These extensions do not remove any existing bindings. On the same os as that of the keybindings that means everything will be bound twice. On other OS' that means that the keybindings will be in addition to the default (note that they take precedence over the default bindings)
Take a look at https://code.visualstudio.com/api/get-started/your-first-extension to get started.
There are some known issues and conflicts with other keybinding extensions. Currently, this is best fixed manually - see
Here is a list of those that I have suffered from. Follow the links and copy the contents of the file into your keybindings json file. Note that I'll add these to the extension at some point:
- Press the Clone or download button in the top right
- Copy the URL (link)
- Open the command line and change directory to where you wish to clone to
- Type 'git clone' followed by URL in step 2
git clone https://github.com/FredHappyface/VSCode.OSKeybindings
More information can be found at https://help.github.com/en/articles/cloning-a-repository
- Press the Clone or download button in the top right
- Click open in desktop
- Choose the path for where you want and click Clone
More information can be found at https://help.github.com/en/desktop/contributing-to-projects/cloning-a-repository-from-github-to-github-desktop
- Download this GitHub repository
- Extract the zip archive
- Copy/ move to the desired location
BSD2-Patent License Copyright (c) FredHappyface (See the LICENSE for more information.)