/etc/pdfpcrc is in pdf-presenter-console 4.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 | #### Keybindings
# Forward movement
bind Next next
bind Return next
bind Right next
bind space next
bind l lastOverlay
bind Down nextOverlay
bind S+Next next10
bind S+Return next10
bind S+Right next10
bind S+space next10
bind S+Down next10
bind k nextUnseen
# Back movement
bind Left prev
bind Prior prev
bind Up prevOverlay
bind S+Left prev10
bind S+Prior prev10
bind S+Up prev10
bind j prevSeen
# "Jumps"
bind Home gotoFirst
bind End gotoLast
bind g goto
bind Tab overview
bind BackSpace histBack
# Exit
bind Escape quit
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
bind h hide
# Presentation properties
bind n note
bind o overlay
bind e endSlide
bind S+s lastSlide
bind S+r jumpLastSlide
# Font scaling
bind plus increaseFontSize
bind equal increaseFontSize
bind KP_Add increaseFontSize
bind bracketleft increaseFontSize
bind minus decreaseFontSize
bind KP_Subtract decreaseFontSize
bind bracketright decreaseFontSize
# Pointer
bind 8 togglePointer
bind 7 decreasePointer
bind 9 increasePointer
# Drawing
bind 5 toggleDrawing
bind 6 clearDrawing
bind 4 hideDrawing
bind 1 decreasePen
bind 2 toggleEraser
bind 3 increasePen
#### Mouse bindings
mouse 1 next
mouse S+1 next10
mouse 2 overview
mouse 3 prev
mouse S+3 prev10
# pen colors
bind S+exclam setPenColor red
bind S+at setPenColor orange
bind S+numbersign setPenColor yellow
bind S+dollar setPenColor green
bind S+percent setPenColor blue
bind S+asciicircum setPenColor violet
bind S+ampersand setPenColor black
bind S+asterisk setPenColor white
bind S+1 setPenColor red
bind S+2 setPenColor orange
bind S+3 setPenColor yellow
bind S+4 setPenColor green
bind S+5 setPenColor blue
bind S+6 setPenColor violet
bind S+7 setPenColor black
bind S+8 setPenColor white
|