From 2ac9c190a9965a217177fe24de481ee9b4652b20 Mon Sep 17 00:00:00 2001 From: "G.Ambatte" Date: Sun, 5 Jun 2022 11:11:58 +1200 Subject: [PATCH] Remove commented out shortcut keys --- shared/naturalcrit/codeEditor/codeEditor.jsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/shared/naturalcrit/codeEditor/codeEditor.jsx b/shared/naturalcrit/codeEditor/codeEditor.jsx index e09ea34a9..6340a58fe 100644 --- a/shared/naturalcrit/codeEditor/codeEditor.jsx +++ b/shared/naturalcrit/codeEditor/codeEditor.jsx @@ -102,8 +102,6 @@ const CodeEditor = createClass({ historyEventDelay : 250, scrollPastEnd : true, extraKeys : { - // 'Alt-Left' : this.moveSource, - // 'Alt-Right' : this.moveBrew, 'Ctrl-B' : this.makeBold, 'Cmd-B' : this.makeBold, 'Ctrl-I' : this.makeItalic,