This file is indexed.

/etc/pdfpcrc is in pdf-presenter-console 4.0.5-1.

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
#### 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

# 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 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

# 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

#### Mouse bindings
mouse 1        next
mouse S+1      next10
mouse 2        overview
mouse 3        prev
mouse S+3      prev10