mirror of
https://github.com/theniceboy/.config.git
synced 2025-12-26 22:54:59 +08:00
82 lines
2.1 KiB
Text
82 lines
2.1 KiB
Text
<llppconfig>
|
|
<ui-font size='20'/>
|
|
<defaults
|
|
width='1200'
|
|
height='1000'
|
|
scroll-bar-width='7'
|
|
scroll-handle-height='12'
|
|
horizontal-scrollbar-visible='true'
|
|
vertical-scrollbar-visible='true'
|
|
case-insensitive-search='true'
|
|
preload='true'
|
|
page-bias='0'
|
|
scroll-step='24'
|
|
auto-scroll-step='2'
|
|
max-height-fit='true'
|
|
highlight-links='false'
|
|
under-cursor-info='false'
|
|
vertical-margin='2'
|
|
zoom='100'
|
|
presentation='false'
|
|
rotation-angle='0'
|
|
fit-model='proportional'
|
|
pixmap-cache-size='32M'
|
|
tex-count='256'
|
|
slice-height='24'
|
|
thumbnail-width='76'
|
|
background-color='127/127/127'
|
|
paper-color='255/255/255/0'
|
|
scrollbar-color='163/163/163/178'
|
|
scrollbar-handle-color='0/0/0/178'
|
|
texture-color='0/0/0/0'
|
|
tile-width='2048'
|
|
tile-height='2048'
|
|
mupdf-store-size='256M'
|
|
checkers='true'
|
|
aalevel='8'
|
|
trim-margins='false'
|
|
trim-fuzz='0/0/0/0'
|
|
uri-launcher='echo "%s"'
|
|
path-launcher='lp "%s"'
|
|
color-space='rgb'
|
|
invert-colors='false'
|
|
brightness='1.000000'
|
|
selection-command='LC_CTYPE=UTF-8 xclip -i'
|
|
paste-command='LC_CTYPE=UTF-8 xclip -o'
|
|
synctex-command='echo SyncTex'
|
|
pax-command='cat'
|
|
askpass-command=''
|
|
savepath-command=''
|
|
update-cursor='true'
|
|
hint-font-size='12'
|
|
horizontal-scroll-step='24'
|
|
page-scroll-scale='1.000000'
|
|
use-pbo='false'
|
|
wheel-scrolls-pages='false'
|
|
remote-in-a-new-instance='false'
|
|
point-and-x='false'
|
|
point-and-x-mark='word'
|
|
scroll-bar-on-the-left='false'
|
|
last-visit='-9223372036854775808'
|
|
edit-annotations-inline='true'
|
|
coarse-presentation-positioning='false'
|
|
use-document-css='true'>
|
|
<keymap mode='global'>
|
|
<map in='ctrl-u' out='pgup'/>
|
|
<map in='ctrl-e' out='pgdown'/>
|
|
</keymap>
|
|
<keymap mode='outline'>
|
|
<map in='tab' out='esc'/>
|
|
</keymap>
|
|
<keymap mode='view'>
|
|
<map in='tab' out='o'/>
|
|
<map in='ctrl-u' out='pgup'/>
|
|
<map in='u' out='up'/>
|
|
<map in='s' out='b'/>
|
|
<map in='n' out='left'/>
|
|
<map in='ctrl-e' out='pgdown'/>
|
|
<map in='i' out='right'/>
|
|
<map in='e' out='down'/>
|
|
</keymap>
|
|
</defaults>
|
|
</llppconfig>
|