diff --git a/src/lib/keyBindings.js b/src/lib/keyBindings.js index 3c2cea586..b7ab35b9a 100644 --- a/src/lib/keyBindings.js +++ b/src/lib/keyBindings.js @@ -430,6 +430,13 @@ export default { readOnly: true, editorOnly: true, }, + formatcode: { + description: "Format Code", + key: "Ctrl-Alt-F", + readOnly: false, + editorOnly: true, + action: "format", + }, replaymacro: { description: "Replay macro", key: "Ctrl-Shift-E",