-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathkeys.conf
More file actions
29 lines (28 loc) · 751 Bytes
/
keys.conf
File metadata and controls
29 lines (28 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Default keybinds for GIFView.
#
# The format of this file is: <action> [<key1> [<key2> [<key3>]]]
# If all the key fields are left blank, the action is left unbound.
# Otherwise, the action is bound to the 3 keys.
# General
quit Escape Q
fullscreen_toggle F
show_player_state O
# Zoom
zoom_in Up "Keypad +"
zoom_out Down "Keypad -"
zoom_default "Keypad *" S-8
# Scroll
scroll_up "Keypad 2" C-Down
scroll_down "Keypad 8" C-Up
scroll_right "Keypad 6" C-Right
scroll_left "Keypad 4" C-Left
# Playback
pause_toggle P
loop_toggle L
speed_down [
speed_up ]
speed_half S-[
speed_double S-]
speed_reset Backspace
step_next .
step_previous ,