Blob


1 #### Keybindings
3 # Forward movement
4 bind Next next
5 bind Return next
6 bind Right next
7 bind space next
8 bind Down nextOverlay
9 bind S+Next next10
10 bind S+Return next10
11 bind S+Right next10
12 bind S+space next10
13 bind S+Down next10
15 # Back movement
16 bind Left prev
17 bind Prior prev
18 bind Up prevOverlay
19 bind S+Left prev10
20 bind S+Prior prev10
21 bind S+Up prev10
23 # "Jumps"
24 bind Home gotoFirst
25 bind End gotoLast
26 bind g goto
27 bind Tab overview
28 bind BackSpace histBack
30 # Exit
31 #bind Escape quit
32 bind Escape exitState
33 bind q quit
35 # Timer related
36 bind s start
37 bind p pause
38 bind r resetTimer
39 bind R reset
41 # Change state
42 bind b blank
43 bind period blank
44 bind f freeze
46 # Presentation properties
47 bind n note
48 bind o overlay
49 bind e endSlide
51 #### Mouse bindings
52 mouse 1 next
53 mouse S+1 next10
54 mouse 2 overview
55 mouse 3 prev
56 mouse S+3 prev10