Skip to content

Commit

Permalink
changed shortcuts for demo mode next/prev
Browse files Browse the repository at this point in the history
  • Loading branch information
ngn committed Mar 19, 2015
1 parent ff63f24 commit 8834d55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions client/ide.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -224,8 +224,8 @@ module.exports = ->
{'': 'New _Session', key: 'Ctrl+N', action: D.rideNewSession}
'-'
{'': '_Load Demo...', action: loadDemo}
{'': '_Next Line from Demo', dontBindKey: 1, key: 'Alt+N', action: nextLineFromDemo}
{'': '_Previous Line from Demo', dontBindKey: 1, key: 'Alt+P', action: prevLineFromDemo}
{'': '_Next Line from Demo', key: 'Ctrl+Shift+N', action: nextLineFromDemo}
{'': '_Previous Line from Demo', key: 'Ctrl+Shift+P', action: prevLineFromDemo}
]
.concat(
if D.process?.platform != 'darwin' then [ # Mac's menu already has an item for Quit
Expand Down

0 comments on commit 8834d55

Please sign in to comment.