Skip to content

Commit

Permalink
fix wrong shortcut for q
Browse files Browse the repository at this point in the history
  • Loading branch information
VitoVan committed Jun 26, 2023
1 parent 58355f8 commit 00fc386
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion canvas.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
(if (window-is-on-top) sdl2-ffi:+false+ sdl2-ffi:+true+)))
((c:keq key :SCANCODE-R)
(reset-all))
((c:keq key :SCANCODE-SPACE :SCANCODE-Q)
((c:keq key :SCANCODE-SPACE)
(progn (setf *pause* (not *pause*)) (when *pause* (stop-timer))))
((c:keq key :SCANCODE-SLASH)
(setf *show-help* t))
Expand Down

0 comments on commit 00fc386

Please sign in to comment.