You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This extension is accessed in Brackets using menu Help > Show Shortcuts or with the keyboard shortcut Ctrl-Alt-/ on Windows and Control-Alt-/ on Mac.
This extension displays all shortcuts defined for:
Brackets
CodeMirror (which not overridden by Brackets)
Extensions which are currently installed
All columns are sortable in both ascending and descending order.
Display of "Extension" in Origin column is dependent on command using package-style naming convention (e.g. "myorg.myextension.mycommand") to avoid collisions with other extensions as mentioned in How to Write Extensions doc.
Button to "Copy to Current Document" inserts Table HTML markup at the current selection. It only works for full editor.
Type the name of the command you're looking for in the filter field to find the shortcut faster.
Use Override Shortcut for Command and Disable Shortcuts commands from context (right-click) menu to facilitate editing of keymap.json file.
License
MIT-licensed -- see main.js for details.
About
Brackets Extension to Display Shortcuts in bottom panel