-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.pdfpcrc
56 lines (48 loc) · 1015 Bytes
/
.pdfpcrc
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
#### Keybindings
# Forward movement
bind Next next
bind Return next
bind Right next
bind space next
bind Down nextOverlay
bind S+Next next10
bind S+Return next10
bind S+Right next10
bind S+space next10
bind S+Down next10
# Back movement
bind Left prev
bind Prior prev
bind Up prevOverlay
bind S+Left prev10
bind S+Prior prev10
bind S+Up prev10
# "Jumps"
bind Home gotoFirst
bind End gotoLast
bind g goto
bind Tab overview
bind BackSpace histBack
# Exit
#bind Escape quit
bind Escape exitState
bind q quit
# Timer related
bind s start
bind p pause
bind r resetTimer
bind R reset
# Change state
bind b blank
bind period blank
bind f freeze
# Presentation properties
bind n note
bind o overlay
bind e endSlide
#### Mouse bindings
mouse 1 next
mouse S+1 next10
mouse 2 overview
mouse 3 prev
mouse S+3 prev10