Skip to content

Commit

Permalink
Add space shortcut to advance
Browse files Browse the repository at this point in the history
Signed-off-by: Paul-Elliot <[email protected]>
  • Loading branch information
panglesd committed Jan 30, 2024
1 parent a360c61 commit ba903a9
Show file tree
Hide file tree
Showing 9 changed files with 35 additions and 35 deletions.
54 changes: 27 additions & 27 deletions compiler/data/data_contents.ml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion compiler/data/slipshow.cdn.min.js.crunch

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/modules/controller.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default function (ng) {
unzoom_keys = ["Z"],
show_toc_keys = ["T"],
show_toc2_keys = ["t"],
next_keys = ["ArrowRight", "ArrowDown"],
next_keys = ["ArrowRight", "ArrowDown", " "],
previous_keys = ["ArrowLeft", "ArrowUp"],
refresh_keys = ["r"],
change_speed_keys = ["f"],
Expand Down
2 changes: 1 addition & 1 deletion staged_dist/slipshow.cdn.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion staged_dist/slipshow.cdn.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion staged_dist/slipshow.cdn.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion staged_dist/slipshow.cdn.min.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion staged_dist/slipshow.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion staged_dist/slipshow.js.map

Large diffs are not rendered by default.

0 comments on commit ba903a9

Please sign in to comment.