Various updates for PDF stuff
This commit is contained in:
parent
6a9ef71223
commit
eaf67f82e9
|
@ -1,3 +1,9 @@
|
||||||
[Default Applications]
|
[Default Applications]
|
||||||
x-scheme-handler/mailto=thunderbird.desktop
|
x-scheme-handler/mailto=thunderbird.desktop
|
||||||
image/jpeg=lximage-qt.desktop
|
image/jpeg=lximage-qt.desktop
|
||||||
|
image/svg+xml=lximage-qt.desktop
|
||||||
|
image/gif=lximage-qt.desktop
|
||||||
|
image/png=lximage-qt.desktop
|
||||||
|
image/tiff=lximage-qt.desktop
|
||||||
|
image/webp=lximage-qt.desktop
|
||||||
|
application/pdf=qpdfview.desktop
|
||||||
|
|
8
my_home/.config/qpdfview/pdf-plugin.conf
Normal file
8
my_home/.config/qpdfview/pdf-plugin.conf
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
[General]
|
||||||
|
antialiasing=true
|
||||||
|
backend=0
|
||||||
|
ignorePaperColor=false
|
||||||
|
overprintPreview=false
|
||||||
|
textAntialiasing=true
|
||||||
|
textHinting=1
|
||||||
|
thinLineMode=0
|
3
my_home/.config/qpdfview/ps-plugin.conf
Normal file
3
my_home/.config/qpdfview/ps-plugin.conf
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
[General]
|
||||||
|
graphicsAntialiasBits=4
|
||||||
|
textAntialiasBits=2
|
78
my_home/.config/qpdfview/qpdfview.conf
Normal file
78
my_home/.config/qpdfview/qpdfview.conf
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
[documentView]
|
||||||
|
autoRefresh=false
|
||||||
|
continuousMode=true
|
||||||
|
highlightCurrentThumbnail=false
|
||||||
|
highlightDuration=5000
|
||||||
|
limitThumbnailsToResults=false
|
||||||
|
minimalScrolling=false
|
||||||
|
openUrl=false
|
||||||
|
pageSpacing=5
|
||||||
|
pagesPerRow=3
|
||||||
|
parallelSearchExecution=true
|
||||||
|
prefetch=true
|
||||||
|
prefetchDistance=1
|
||||||
|
relativeJumps=true
|
||||||
|
rotateModifiers=33554432
|
||||||
|
scrollModifiers=134217728
|
||||||
|
sourceEditor=
|
||||||
|
thumbnailSize=150
|
||||||
|
thumbnailSpacing=3
|
||||||
|
zoomFactor=1.1
|
||||||
|
zoomModifiers=67108864
|
||||||
|
|
||||||
|
[mainWindow]
|
||||||
|
currentPageInWindowTitle=false
|
||||||
|
documentAsTabTitle=true
|
||||||
|
documentContextMenu=previousPage, nextPage, firstPage, lastPage, separator, jumpToPage, jumpBackward, jumpForward, separator, setFirstPage, separator, findPrevious, findNext, cancelSearch
|
||||||
|
editToolBar=currentPage, previousPage, nextPage
|
||||||
|
exitAfterLastTab=false
|
||||||
|
extendedSearchDock=false
|
||||||
|
fileToolBar=openInNewTab, refresh
|
||||||
|
instanceNameInWindowTitle=false
|
||||||
|
keepRecentlyClosed=false
|
||||||
|
newTabNextToCurrentTab=true
|
||||||
|
openPath=/home/daniel/Documents
|
||||||
|
recentlyClosedCount=5
|
||||||
|
recentlyUsedCount=10
|
||||||
|
restoreBookmarks=false
|
||||||
|
restorePerFileSettings=false
|
||||||
|
restoreTabs=false
|
||||||
|
saveDatabaseInterval=300000
|
||||||
|
scrollableMenus=false
|
||||||
|
searchableMenus=false
|
||||||
|
settingsDialogSize=@Size(494 750)
|
||||||
|
spreadTabs=false
|
||||||
|
synchronizeOutlineView=false
|
||||||
|
synchronizeSplitViews=true
|
||||||
|
tabContextMenu=openCopyInNewTab, openCopyInNewWindow, openContainingFolder, separator, splitViewHorizontally, splitViewVertically, closeCurrentView, separator, closeAllTabs, closeAllTabsButThisOne, closeAllTabsToTheLeft, closeAllTabsToTheRight
|
||||||
|
tabPosition=0
|
||||||
|
tabVisibility=0
|
||||||
|
toggleToolAndMenuBarsWithFullscreen=false
|
||||||
|
trackRecentlyUsed=false
|
||||||
|
usePageLabel=true
|
||||||
|
viewToolBar=scaleFactor, zoomIn, zoomOut
|
||||||
|
|
||||||
|
[pageItem]
|
||||||
|
addAnnotationModifiers=67108864
|
||||||
|
annotationColor=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\0\0\0\0)
|
||||||
|
annotationOverlay=false
|
||||||
|
backgroundColor=@Variant(\0\0\0\x43\x1\xff\xff\x80\x80\x80\x80\x80\x80\0\0)
|
||||||
|
cacheSize=4194304K
|
||||||
|
copyToClipboardModifiers=33554432
|
||||||
|
decorateFormFields=true
|
||||||
|
decorateLinks=true
|
||||||
|
decoratePages=true
|
||||||
|
formFieldOverlay=true
|
||||||
|
highlightColor=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\0\0\0\0)
|
||||||
|
keepObsoletePixmaps=false
|
||||||
|
openInSourceEditorModifiers=0
|
||||||
|
paperColor=@Variant(\0\0\0\x43\x1\xff\xff\xff\xff\xff\xff\xff\xff\0\0)
|
||||||
|
useDevicePixelRatio=false
|
||||||
|
useLogicalDpi=true
|
||||||
|
useTiling=false
|
||||||
|
zoomToSelectionModifiers=100663296
|
||||||
|
|
||||||
|
[presentationView]
|
||||||
|
backgroundColor=@Variant(\0\0\0\x43\0\xff\xff\0\0\0\0\0\0\0\0)
|
||||||
|
screen=-1
|
||||||
|
synchronize=false
|
78
my_home/.config/qpdfview/shortcuts.conf
Normal file
78
my_home/.config/qpdfview/shortcuts.conf
Normal file
|
@ -0,0 +1,78 @@
|
||||||
|
[General]
|
||||||
|
addAnnotationMode=Ctrl+A
|
||||||
|
addBookmark=Ctrl+B
|
||||||
|
bookmarksDockToggleView=F9
|
||||||
|
cancelSearch=Esc
|
||||||
|
closeAllTabs=Ctrl+Shift+W
|
||||||
|
closeAllTabsButCurrent=Ctrl+Alt+W
|
||||||
|
closeCurrentView=@Invalid()
|
||||||
|
closeTab=Ctrl+W
|
||||||
|
contents=F1
|
||||||
|
continuousMode=Ctrl+7
|
||||||
|
convertToGrayscale=Ctrl+U
|
||||||
|
copyToClipboardMode=Ctrl+C
|
||||||
|
darkenWithPaperColor=@Invalid()
|
||||||
|
editToolBarToggleView=@Invalid()
|
||||||
|
email=@Invalid()
|
||||||
|
exit=Ctrl+Q
|
||||||
|
fileToolBarToggleView=@Invalid()
|
||||||
|
findNext=F3
|
||||||
|
findPrevious=Shift+F3
|
||||||
|
firstPage=Home, Num+Home, Ctrl+Home, Ctrl+Num+Home
|
||||||
|
fitToPageSizeMode=Ctrl+8
|
||||||
|
fitToPageWidthMode=Ctrl+9
|
||||||
|
fullscreen=F11
|
||||||
|
invertColors=Ctrl+I
|
||||||
|
invertLightness=Ctrl+Shift+I
|
||||||
|
jumpBackward=Ctrl+Return
|
||||||
|
jumpForward=Ctrl+Shift+Return
|
||||||
|
jumpToPage=Ctrl+J
|
||||||
|
lastPage=End, Num+End, Ctrl+End, Ctrl+Num+End
|
||||||
|
lightenWithPaperColor=@Invalid()
|
||||||
|
moveDown=Down, Num+Down
|
||||||
|
moveLeft=Left, Num+Left
|
||||||
|
moveRight=Right, Num+Right
|
||||||
|
moveToInstance=@Invalid()
|
||||||
|
moveUp=Up, Num+Up
|
||||||
|
multiplePagesMode=Ctrl+4
|
||||||
|
nextBookmarkAction=Ctrl+PgDown
|
||||||
|
nextPage=Space
|
||||||
|
nextTab=Ctrl+Tab
|
||||||
|
open=Ctrl+O
|
||||||
|
openContainingFolder=@Invalid()
|
||||||
|
openCopyInNewTab=@Invalid()
|
||||||
|
openCopyInNewWindow=@Invalid()
|
||||||
|
openInNewTab=Ctrl+T
|
||||||
|
originalSize=Ctrl+0
|
||||||
|
outlineDockToggleView=F6
|
||||||
|
presentation=F12
|
||||||
|
previousBookmarkAction=Ctrl+PgUp
|
||||||
|
previousPage=Backspace
|
||||||
|
previousTab=Ctrl+Shift+Backtab
|
||||||
|
print=Ctrl+P
|
||||||
|
propertiesDockToggleView=F7
|
||||||
|
refresh=F5
|
||||||
|
removeAllBookmark=Ctrl+Alt+B
|
||||||
|
removeBookmark=Ctrl+Shift+B
|
||||||
|
restoreMostRecentlyClosedTab=Alt+Shift+W
|
||||||
|
rightToLeftMode=Ctrl+Shift+R
|
||||||
|
rotateLeft=Ctrl+Left
|
||||||
|
rotateRight=Ctrl+Right
|
||||||
|
save=Ctrl+S
|
||||||
|
saveAs=@Invalid()
|
||||||
|
saveCopy=@Invalid()
|
||||||
|
search=Ctrl+F
|
||||||
|
setFirstPage=@Invalid()
|
||||||
|
skipBackward=PgUp, Num+PgUp
|
||||||
|
skipForward=PgDown, Num+PgDown
|
||||||
|
splitViewHorizontally=@Invalid()
|
||||||
|
splitViewVertically=@Invalid()
|
||||||
|
thumbnailsDockToggleView=F8
|
||||||
|
toggleMenuBar=Alt+Shift+M
|
||||||
|
toggleToolBars=Alt+Shift+T
|
||||||
|
trimMargins=Ctrl+Shift+U
|
||||||
|
twoPagesMode=Ctrl+6
|
||||||
|
twoPagesWithCoverPageMode=Ctrl+5
|
||||||
|
viewToolBarToggleView=@Invalid()
|
||||||
|
zoomIn=Ctrl+Up
|
||||||
|
zoomOut=Ctrl+Down
|
Loading…
Reference in a new issue