Skip to content

Instantly share code, notes, and snippets.

@RStankov
Created June 26, 2010 13:26
Show Gist options
  • Save RStankov/454046 to your computer and use it in GitHub Desktop.
Save RStankov/454046 to your computer and use it in GitHub Desktop.
CD3.Behaviors.shortcuts({
'cmd+f:#section': App.search, // for windows will translated to ctrl+f
'esc': {
'.new_task': App.cancelNewTask,
'.task': App.cancelEditTaskForm,
'.new_comment': App.cancelNewComment,
'.comment': App.cancelEditComment
},
'shift+up': {
'.task': App.moveTask('up'),
'.comment': App.moveComment('up'),
'.results': App.focusResult('up')
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment