0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-25 20:33:51 +00:00

Remove commented out shortcut keys

This commit is contained in:
G.Ambatte
2022-06-05 11:11:58 +12:00
parent d04df9aeb0
commit 2ac9c190a9

View File

@@ -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,