There was an error while loading. Please reload this page.
This page describes how user can override key bindings.
Use Debug > Open User Key Map to open the keymap.json in Brackets. If the file does not already exist, then it will be created.
Debug > Open User Key Map
keymap.json
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 dta format is:
{ "overrides": { "<key>": "<command-id>" [, "<key>": "<command-id>"] } }
Where <key> is ...
<key>