Skip to content

Commit

Permalink
Add keybindings for page up/page down keys
Browse files Browse the repository at this point in the history
  • Loading branch information
stwa committed Feb 22, 2019
1 parent 270fecd commit 22a4d98
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/cljs/tales/db.cljs
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,15 @@
" " :slide/next
"ArrowLeft" :slide/prev
"ArrowRight" :slide/next
"PageUp" :slide/prev
"PageDown" :slide/next
"Ctrl+ArrowLeft" :slide/swap-prev
"Ctrl+ArrowRight" :slide/swap-next
"Meta+ArrowLeft" :slide/swap-prev
"Meta+ArrowRight" :slide/swap-next
"Delete" :slide/delete}
:presenter {" " :slide/fly-to-next
"ArrowLeft" :slide/fly-to-prev
"ArrowRight" :slide/fly-to-next}}})
"ArrowRight" :slide/fly-to-next
"PageUp" :slide/fly-to-prev
"PageDown" :slide/fly-to-next}}})

0 comments on commit 22a4d98

Please sign in to comment.