-
Notifications
You must be signed in to change notification settings - Fork 2
/
dot_xpdfrc
48 lines (35 loc) · 993 Bytes
/
dot_xpdfrc
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
# https://superuser.com/q/1079084/442991
bind c any toggleContinuousMode
bind f any toggleFullScreenMode
bind t any toggleSidebar
bind s any sideBySideSingleMode
bind - any zoomOut
bind = any zoomIn
# zoomFitPage can be achieved by going into full-screen mode.
bind W any zoomFitPage
bind w any zoomFitWidth
bind d any scrollDown(500)
bind u any scrollUp(500)
bind b any pageUp
bind shift-space any pageUp
bind n any nextPage
bind p any prevPage
bind j continuous scrollDownNextPage(50)
bind k continuous scrollUpPrevPage(50)
bind h continuous scrollLeft(50)
bind l continuous scrollRight(50)
unbind down any
bind down any scrollDownNextPage(20)
unbind right any
bind right fullScreen nextPage
bind right any scrollRight(20)
unbind up any
bind up any scrollUpPrevPage(20)
unbind left any
bind left fullScreen prevPage
bind left any scrollLeft(20)
bind j fullScreen nextPage
bind k fullScreen prevPage
bind . any nextPageNoScroll
bind , any prevPageNoScroll
initialSidebarState no