-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy path.xpdfrc
32 lines (31 loc) · 820 Bytes
/
.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
unbind n scrLockOn
unbind n scrLockOff
bind h any scrollLeft(25)
bind j any scrollDown(25)
bind k any scrollUp(25)
bind l any scrollRight(25)
bind mousePress4 any scrollUpPrevPage(75)
bind mousePress5 any scrollDownNextPage(75)
bind H any scrollLeft(100)
bind J any scrollDown(100)
bind K any scrollUp(100)
bind L any scrollRight(100)
bind g any gotoPage(1)
bind G any gotoLastPage
bind ctrl-f any pageDown
bind ctrl-b any pageUp
bind : any focusToPageNum
bind ctrl-g any focusToPageNum
bind [ any prevPage
bind ] any nextPage
bind { any prevPageNoScroll
bind } any nextPageNoScroll
bind ^ any scrollToTopLeft
bind $ any scrollToBottomRight
bind / any find
bind n any findNext
bind ctrl-o any goBackward
bind ctrl-i any goForward
bind C any toggleContinuousMode
bind F any toggleFullScreenMode
bind O any toggleOutline