There was an error while loading. Please reload this page.
This page describes how user can override key bindings in Brackets.
Use Debug > Open User Key Map to open the keymap.json in Brackets so it can be edited. If the file does not already exist, then it will be created.
Debug > Open User Key Map
keymap.json
Edits to file are applied immediately on File Save.
The keymap.json file is located in the the user data folder. The user data folder is located at:
~/Library/Application Support/Brackets
C:\Documents and Settings\<username>\Application Data\Brackets
%appdata%\Brackets
C:\Users\<username>\AppData\Roaming\Brackets
~/.config/brackets
$XDG_CONFIG_HOME/brackets
The JSON data format is:
{ "overrides": { "<key>": "<command-id>" [, "<key>": "<command-id>"] } }
Where <key> is ...
<key>