Skip to content

Commit

Permalink
#187 sort commands
Browse files Browse the repository at this point in the history
  • Loading branch information
jayfoad committed Jul 17, 2017
1 parent 0d06316 commit 85e0aa1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/cmds.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,19 +52,19 @@ D.cmds=[
['RD', 'Reformat', ['NumpadDivide']],
['RP', 'Replace', []],
['SC', 'Search', ['Ctrl-F']],
['TR', 'Refresh threads', []],
['SI', 'Strong interrupt', []],
['TB', 'Tab between windows', ['Ctrl-Tab']],
['TC', 'Trace', ['Ctrl-Enter']],
['TGC','Toggle comment', []],
['TIP','Show value tip', []],
['TL', 'Toggle localisation', ['Ctrl-Up']],
['TO', 'Toggle fold', []],
['TR', 'Refresh threads', []],
['VAL','Evaluate selection or name under cursor',[]],
['WI', 'Weak interrupt', ['Ctrl-Pause']],
['WSE','Toggle workspace explorer',[]],
['ZM', 'Toggle maximise editor', []],
['ZMI','Increase font size', (D.mac?['Cmd-=','Shift-Cmd-=']:[]).concat(['Ctrl-=','Shift-Ctrl-='])],
['ZMO','Decrease font size', (D.mac?['Cmd--']:[]).concat('Ctrl--')],
['ZMR','Reset font size', (D.mac?['Cmd-0']:[]).concat('Ctrl-0')]
]
]

0 comments on commit 85e0aa1

Please sign in to comment.