Skip to content

Commit

Permalink
cmd-enter also triggers evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
viebel committed Jan 7, 2017
1 parent d4f1507 commit 829a959
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/klipse/ui/editors/common.cljs
Expand Up @@ -19,5 +19,6 @@
(editor/set-option editor "extraKeys"
#js {"Ctrl-S" #(display-url-with-input base-url (editor/get-value editor))
"Ctrl-R" #(refresh-with-code base-url (editor/get-value editor))
"Ctrl-Enter" on-should-eval}))
"Ctrl-Enter" on-should-eval
"Cmd-Enter" on-should-eval}))

0 comments on commit 829a959

Please sign in to comment.