mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-08 22:32:41 +00:00
Remove commented out shortcut keys
This commit is contained in:
@@ -102,8 +102,6 @@ const CodeEditor = createClass({
|
|||||||
historyEventDelay : 250,
|
historyEventDelay : 250,
|
||||||
scrollPastEnd : true,
|
scrollPastEnd : true,
|
||||||
extraKeys : {
|
extraKeys : {
|
||||||
// 'Alt-Left' : this.moveSource,
|
|
||||||
// 'Alt-Right' : this.moveBrew,
|
|
||||||
'Ctrl-B' : this.makeBold,
|
'Ctrl-B' : this.makeBold,
|
||||||
'Cmd-B' : this.makeBold,
|
'Cmd-B' : this.makeBold,
|
||||||
'Ctrl-I' : this.makeItalic,
|
'Ctrl-I' : this.makeItalic,
|
||||||
|
|||||||
Reference in New Issue
Block a user