r14096 by cbradney - Move keysets and profiles to resources dir

scribus-commit scribus-commit at lists.scribus.net
Mon Oct 5 21:35:18 CEST 2009


Revision: 14096
Author: cbradney
Date: 2009-10-05T19:33:19.174835Z
Commit message: Move keysets and profiles to resources dir

Changeset: 
D  /trunk/Scribus/profiles
D  /trunk/Scribus/keysets
A  /trunk/Scribus/resources/profiles
M  /trunk/Scribus/CMakeLists.txt
A  /trunk/Scribus/resources/keysets

Diffs:
Index: CMakeLists.txt
===================================================================
--- CMakeLists.txt	(revision 14095)
+++ CMakeLists.txt	(revision 14096)
@@ -741,8 +741,8 @@
 ADD_SUBDIRECTORY(scribus)
 ADD_SUBDIRECTORY(doc)
 ADD_SUBDIRECTORY(resources/icons)
-ADD_SUBDIRECTORY(keysets)
-ADD_SUBDIRECTORY(profiles)
+ADD_SUBDIRECTORY(resources/keysets)
+ADD_SUBDIRECTORY(resources/profiles)
 ADD_SUBDIRECTORY(resources/swatches)
 ADD_SUBDIRECTORY(translations/qm)
 
Index: resources/profiles/sRGB.icm
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: resources/profiles/sRGB.icm
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Index: resources/profiles/GenericCMYK.icm
===================================================================
Cannot display: file marked as a binary type.
svn:mime-type = application/octet-stream

Property changes on: resources/profiles/GenericCMYK.icm
___________________________________________________________________
Added: svn:mime-type
   + application/octet-stream

Index: resources/profiles/CMakeLists.txt
===================================================================
--- resources/profiles/CMakeLists.txt	(revision 0)
+++ resources/profiles/CMakeLists.txt	(revision 14096)
@@ -0,0 +1,12 @@
+INCLUDE_DIRECTORIES(
+"${CMAKE_SOURCE_DIR}/scribus"
+)
+
+INSTALL(FILES
+GenericCMYK.icm
+GenericCMYK.txt
+Readme
+sRGB.icm
+srgb.license
+  DESTINATION ${LIBDIR}profiles
+)

Property changes on: resources/profiles/CMakeLists.txt
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Index: resources/profiles/Readme
===================================================================
--- resources/profiles/Readme	(revision 0)
+++ resources/profiles/Readme	(revision 14096)
@@ -0,0 +1,22 @@
+This folder is used to store ICC-compatible color profiles
+for use with Scribus and LittleCMS. By default, Scribus will search in
+~/.color/icc and /usr/share/color and subdirectories for profiles. 
+
+The two profiles included are generic RGB and CMYK profiles installed to ensure
+color management functions immediately on install. These are not meant to be used
+for exacting color precision.
+
+You can get some sample profiles at: www.littlecms.com and
+there are more links in the documentation under the DTP Links Page, as well as
+the downloads section on www.scribus.net.
+
+
+
+Another source for Profiles is a modern Windows installation,
+in C:\Windows\System\Color on Win9x/NT4 or C:\Winnt\system32\spool\color
+ on Win2k and XP are ICC-Profiles. Scribus will automatically detect available 
+system profiles on Win32.
+
+A hint for MacOS users on fink. You can add your ColorSync-Profiles directory
+and the system profiles will be recognized by Scribus if they have .icc or icm extensions.
+

Property changes on: resources/profiles/Readme
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Index: resources/profiles/GenericCMYK.txt
===================================================================
--- resources/profiles/GenericCMYK.txt	(revision 0)
+++ resources/profiles/GenericCMYK.txt	(revision 14096)
@@ -0,0 +1 @@
+The GenericCMYK.icm profile was created thanks to Graeme Gill from the Argyll CMS project and given to us as public domain. You can confirm this when viewing the profile with an ICC aware profile viewing applications or a hex editor.  

Property changes on: resources/profiles/GenericCMYK.txt
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Index: resources/profiles/srgb.license
===================================================================
--- resources/profiles/srgb.license	(revision 0)
+++ resources/profiles/srgb.license	(revision 14096)
@@ -0,0 +1,5 @@
+sRGB Profile Licensing Agreement:
+To anyone who acknowledges that the file "sRGB Color Space Profile.icm" is provided "AS IS" WITH NO EXPRESS OR IMPLIED WARRANTY:
+permission to use, copy and distribute this file for any purpose is hereby granted without fee, provided that the file is not changed including the HP copyright notice tag, and that the name of Hewlett-Packard Company not be used in advertising or publicity pertaining to distribution of the software without specific, written prior permission. Hewlett-Packard Company makes no representations about the suitability of this software for any purpose. 
+
+Reference : http://web.archive.org/web/20020603153925/srgb.com/usingsrgb.html
\ No newline at end of file

Property changes on: resources/profiles/srgb.license
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native


Property changes on: resources/profiles
___________________________________________________________________
Added: svn:ignore
   + Makefile
Makefile.in
*.la
*.lo
*.moc.cpp
*.moc
*.o
.deps
.libs
CVS
scribus
CMakeFiles
cmake_install.cmake

Index: resources/keysets/pagestream.xml
===================================================================
--- resources/keysets/pagestream.xml	(revision 0)
+++ resources/keysets/pagestream.xml	(revision 14096)
@@ -0,0 +1,282 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shortcutset name="Pagestream (TM)" >
+    <function shortcut="F7" name="AspellPlugin" />
+    <function shortcut="" name="Barcode Generator" />
+    <function shortcut="" name="ColorWheel" />
+    <function shortcut="Ctrl+Shift+E" name="ExportAsImage" />
+    <function shortcut="" name="ExportAsSVG" />
+    <function shortcut="Alt+T" name="FontPreview" />
+    <function shortcut="" name="LensEffects" />
+    <function shortcut="" name="MeshDistortion" />
+    <function shortcut="Ctrl+Alt+N" name="NewFromDocumentTemplate" />
+    <function shortcut="" name="PathAlongPath" />
+    <function shortcut="" name="PathConnect" />
+    <function shortcut="" name="PathCutter" />
+    <function shortcut="" name="PathFinder" />
+    <function shortcut="" name="PathStroker" />
+    <function shortcut="Ctrl+Alt+P" name="PrintPreview" />
+    <function shortcut="Ctrl+Alt+S" name="SaveAsDocumentTemplate" />
+    <function shortcut="" name="ShortWords" />
+    <function shortcut="" name="Subdivide" />
+    <function shortcut="" name="TransformEffect" />
+    <function shortcut="" name="alignBlock" />
+    <function shortcut="" name="alignCenter" />
+    <function shortcut="" name="alignForced" />
+    <function shortcut="" name="alignLeft" />
+    <function shortcut="" name="alignRight" />
+    <function shortcut="" name="editActionMode" />
+    <function shortcut="" name="editClearContents" />
+    <function shortcut="" name="editColors" />
+    <function shortcut="Ctrl+C" name="editCopy" />
+    <function shortcut="Ctrl+Shift+C" name="editCopyContents" />
+    <function shortcut="Ctrl+X" name="editCut" />
+    <function shortcut="Ctrl+Shift+A" name="editDeselectAll" />
+    <function shortcut="" name="editEditRenderSource" />
+    <function shortcut="" name="editEditWithImageEditor" />
+    <function shortcut="" name="editExtendedImageProperties" />
+    <function shortcut="" name="editJavascripts" />
+    <function shortcut="" name="editMasterPages" />
+    <function shortcut="Ctrl+V" name="editPaste" />
+    <function shortcut="Ctrl+Shift+V" name="editPasteContents" />
+    <function shortcut="Ctrl+Alt+Shift+V" name="editPasteContentsAbs" />
+    <function shortcut="" name="editPatterns" />
+    <function shortcut="Ctrl+Shift+Z" name="editRedoAction" />
+    <function shortcut="" name="editReplaceColors" />
+    <function shortcut="Ctrl+F" name="editSearchReplace" />
+    <function shortcut="Ctrl+A" name="editSelectAll" />
+    <function shortcut="Ctrl+Alt+A" name="editSelectAllOnLayer" />
+    <function shortcut="F3" name="editStyles" />
+    <function shortcut="Ctrl+Z" name="editUndoAction" />
+    <function shortcut="" name="extrasDeHyphenateText" />
+    <function shortcut="" name="extrasGenerateTableOfContents" />
+    <function shortcut="" name="extrasHyphenateText" />
+    <function shortcut="" name="extrasManageImages" />
+    <function shortcut="Ctrl+W" name="fileClose" />
+    <function shortcut="" name="fileCollect" />
+    <function shortcut="" name="fileDocSetup" />
+    <function shortcut="" name="fileExportAsEPS" />
+    <function shortcut="" name="fileExportAsPDF" />
+    <function shortcut="" name="fileExportText" />
+    <function shortcut="" name="fileImportAppendText" />
+    <function shortcut="Alt+F" name="fileImportImage" />
+    <function shortcut="Alt+F" name="fileImportText" />
+    <function shortcut="" name="fileImportText2" />
+    <function shortcut="" name="fileImportVector" />
+    <function shortcut="Ctrl+N" name="fileNew" />
+    <function shortcut="Ctrl+Alt+N" name="fileNewFromTemplate" />
+    <function shortcut="Ctrl+O" name="fileOpen" />
+    <function shortcut="" name="filePreferences" />
+    <function shortcut="Ctrl+P" name="filePrint" />
+    <function shortcut="Ctrl+Q" name="fileQuit" />
+    <function shortcut="" name="fileRevert" />
+    <function shortcut="Ctrl+S" name="fileSave" />
+    <function shortcut="Ctrl+Shift+S" name="fileSaveAs" />
+    <function shortcut="" name="fontSize10" />
+    <function shortcut="" name="fontSize11" />
+    <function shortcut="" name="fontSize12" />
+    <function shortcut="" name="fontSize14" />
+    <function shortcut="" name="fontSize18" />
+    <function shortcut="" name="fontSize24" />
+    <function shortcut="" name="fontSize36" />
+    <function shortcut="" name="fontSize48" />
+    <function shortcut="" name="fontSize60" />
+    <function shortcut="" name="fontSize7" />
+    <function shortcut="" name="fontSize72" />
+    <function shortcut="" name="fontSize9" />
+    <function shortcut="" name="fontSizeOther" />
+    <function shortcut="" name="helpAboutPlugins" />
+    <function shortcut="" name="helpAboutQt" />
+    <function shortcut="" name="helpAboutScribus" />
+    <function shortcut="" name="helpCheckUpdates" />
+    <function shortcut="Alt+H" name="helpManual" />
+    <function shortcut="" name="helpOnlineDocs" />
+    <function shortcut="" name="helpOnlineTutorial1" />
+    <function shortcut="" name="helpOnlineWWW" />
+    <function shortcut="" name="helpOnlineWiki" />
+    <function shortcut="" name="helpTooltips" />
+    <function shortcut="" name="insertFrame" />
+    <function shortcut="Ctrl+D" name="insertGlyph" />
+    <function shortcut="" name="insertSampleText" />
+    <function shortcut="" name="itemAdjustFrameToImage" />
+    <function shortcut="" name="itemAdjustImageToFrame" />
+    <function shortcut="" name="itemAttachTextToPath" />
+    <function shortcut="" name="itemAttributes" />
+    <function shortcut="" name="itemCombinePolygons" />
+    <function shortcut="" name="itemConvertToBezierCurve" />
+    <function shortcut="" name="itemConvertToImageFrame" />
+    <function shortcut="" name="itemConvertToOutlines" />
+    <function shortcut="" name="itemConvertToPolygon" />
+    <function shortcut="" name="itemConvertToTextFrame" />
+    <function shortcut="Ctrl+K" name="itemDelete" />
+    <function shortcut="" name="itemDetachTextFromPath" />
+    <function shortcut="Ctrl+Alt+Shift+D" name="itemDuplicate" />
+    <function shortcut="" name="itemExtendedImageProperties" />
+    <function shortcut="" name="itemFlipH" />
+    <function shortcut="" name="itemFlipV" />
+    <function shortcut="Ctrl+G" name="itemGroup" />
+    <function shortcut="" name="itemImageInfo" />
+    <function shortcut="" name="itemImageIsVisible" />
+    <function shortcut="Ctrl+L" name="itemLock" />
+    <function shortcut="Ctrl+Shift+L" name="itemLockSize" />
+    <function shortcut="Ctrl+End" name="itemLower" />
+    <function shortcut="End" name="itemLowerToBottom" />
+    <function shortcut="" name="itemMulDuplicate" />
+    <function shortcut="" name="itemPDFAnnotationProps" />
+    <function shortcut="" name="itemPDFFieldProps" />
+    <function shortcut="" name="itemPDFIsAnnotation" />
+    <function shortcut="" name="itemPDFIsBookmark" />
+    <function shortcut="" name="itemPreviewFull" />
+    <function shortcut="" name="itemPreviewLow" />
+    <function shortcut="" name="itemPreviewNormal" />
+    <function shortcut="" name="itemPrintingEnabled" />
+    <function shortcut="Ctrl+Home" name="itemRaise" />
+    <function shortcut="Home" name="itemRaiseToTop" />
+    <function shortcut="" name="itemSendToPattern" />
+    <function shortcut="" name="itemSendToScrapbook" />
+    <function shortcut="" name="itemShapeEdit" />
+    <function shortcut="" name="itemSplitPolygons" />
+    <function shortcut="Ctrl+Shift+G" name="itemUngroup" />
+    <function shortcut="" name="itemUpdateImage" />
+    <function shortcut="" name="pageApplyMasterPage" />
+    <function shortcut="" name="pageCopy" />
+    <function shortcut="" name="pageCopyToMasterPage" />
+    <function shortcut="" name="pageDelete" />
+    <function shortcut="" name="pageImport" />
+    <function shortcut="" name="pageInsert" />
+    <function shortcut="" name="pageManageGuides" />
+    <function shortcut="Alt+L" name="pageManageMargins" />
+    <function shortcut="" name="pageMove" />
+    <function shortcut="" name="showMouseCoordinates" />
+    <function shortcut="F11" name="specialToggleAllGuides" />
+    <function shortcut="F12" name="specialToggleAllPalettes" />
+    <function shortcut="Ctrl+Shift+U" name="specialUnicodeSequenceBegin" />
+    <function shortcut="" name="stickyTools" />
+    <function shortcut="" name="styleImageEffects" />
+    <function shortcut="Ctrl+T" name="styleTabulators" />
+    <function shortcut="" name="toolsActionHistory" />
+    <function shortcut="" name="toolsAlignDistribute" />
+    <function shortcut="" name="toolsBookmarks" />
+    <function shortcut="" name="toolsCopyProperties" />
+    <function shortcut="Alt+E" name="toolsEditContents" />
+    <function shortcut="Ctrl+E" name="toolsEditWithStoryEditor" />
+    <function shortcut="Y" name="toolsEyeDropper" />
+    <function shortcut="B" name="toolsInsertBezier" />
+    <function shortcut="F" name="toolsInsertFreehandLine" />
+    <function shortcut="I" name="toolsInsertImageFrame" />
+    <function shortcut="L" name="toolsInsertLine" />
+    <function shortcut="P" name="toolsInsertPolygon" />
+    <function shortcut="D" name="toolsInsertRenderFrame" />
+    <function shortcut="S" name="toolsInsertShape" />
+    <function shortcut="A" name="toolsInsertTableFrame" />
+    <function shortcut="T" name="toolsInsertTextFrame" />
+    <function shortcut="F6" name="toolsLayers" />
+    <function shortcut="N" name="toolsLinkTextFrame" />
+    <function shortcut="" name="toolsMeasurements" />
+    <function shortcut="" name="toolsOutline" />
+    <function shortcut="" name="toolsPDFAnnotLink" />
+    <function shortcut="" name="toolsPDFAnnotText" />
+    <function shortcut="" name="toolsPDFCheckBox" />
+    <function shortcut="" name="toolsPDFComboBox" />
+    <function shortcut="" name="toolsPDFListBox" />
+    <function shortcut="" name="toolsPDFPushButton" />
+    <function shortcut="" name="toolsPDFTextField" />
+    <function shortcut="" name="toolsPages" />
+    <function shortcut="" name="toolsPreflightVerifier" />
+    <function shortcut="Alt+O" name="toolsProperties" />
+    <function shortcut="R" name="toolsRotate" />
+    <function shortcut="" name="toolsScrapbook" />
+    <function shortcut="C" name="toolsSelect" />
+    <function shortcut="" name="toolsToolbarPDF" />
+    <function shortcut="" name="toolsToolbarTools" />
+    <function shortcut="U" name="toolsUnlinkTextFrame" />
+    <function shortcut="Z" name="toolsZoom" />
+    <function shortcut="Ctrl++" name="toolsZoomIn" />
+    <function shortcut="Ctrl+#" name="toolsZoomOut" />
+    <function shortcut="" name="typeEffectAllCaps" />
+    <function shortcut="" name="typeEffectNormal" />
+    <function shortcut="" name="typeEffectOutline" />
+    <function shortcut="" name="typeEffectShadow" />
+    <function shortcut="" name="typeEffectSmallCaps" />
+    <function shortcut="" name="typeEffectStrikeThrough" />
+    <function shortcut="" name="typeEffectSubscript" />
+    <function shortcut="Ctrl+U" name="typeEffectSuperscript" />
+    <function shortcut="" name="typeEffectUnderline" />
+    <function shortcut="" name="typeEffectUnderlineWords" />
+    <function shortcut="" name="unicodeBullet" />
+    <function shortcut="Ctrl+Shift+Return" name="unicodeColumnBreak" />
+    <function shortcut="" name="unicodeCopyRight" />
+    <function shortcut="" name="unicodeDashEm" />
+    <function shortcut="" name="unicodeDashEn" />
+    <function shortcut="" name="unicodeDashFigure" />
+    <function shortcut="" name="unicodeDashQuotation" />
+    <function shortcut="Ctrl+Return" name="unicodeFrameBreak" />
+    <function shortcut="" name="unicodeLigature_ff" />
+    <function shortcut="" name="unicodeLigature_ffi" />
+    <function shortcut="" name="unicodeLigature_ffl" />
+    <function shortcut="" name="unicodeLigature_fi" />
+    <function shortcut="" name="unicodeLigature_fl" />
+    <function shortcut="" name="unicodeLigature_ft" />
+    <function shortcut="" name="unicodeLigature_st" />
+    <function shortcut="" name="unicodeMidpoint" />
+    <function shortcut="Shift+Return" name="unicodeNewLine" />
+    <function shortcut="Ctrl+Alt+-" name="unicodeNonBreakingHyphen" />
+    <function shortcut="Ctrl+Space" name="unicodeNonBreakingSpace" />
+    <function shortcut="" name="unicodePageCount" />
+    <function shortcut="Ctrl+Alt+Shift+P" name="unicodePageNumber" />
+    <function shortcut="" name="unicodeQuoteApostrophe" />
+    <function shortcut="" name="unicodeQuoteCJKDoubleLeft" />
+    <function shortcut="" name="unicodeQuoteCJKDoubleRight" />
+    <function shortcut="" name="unicodeQuoteCJKSingleLeft" />
+    <function shortcut="" name="unicodeQuoteCJKSingleRight" />
+    <function shortcut="" name="unicodeQuoteDoubleLeft" />
+    <function shortcut="" name="unicodeQuoteDoubleLeftGuillemet" />
+    <function shortcut="" name="unicodeQuoteDoubleReversed" />
+    <function shortcut="" name="unicodeQuoteDoubleRight" />
+    <function shortcut="" name="unicodeQuoteDoubleRightGuillemet" />
+    <function shortcut="" name="unicodeQuoteLowDoubleComma" />
+    <function shortcut="" name="unicodeQuoteLowSingleComma" />
+    <function shortcut="" name="unicodeQuoteSingleLeft" />
+    <function shortcut="" name="unicodeQuoteSingleLeftGuillemet" />
+    <function shortcut="" name="unicodeQuoteSingleReversed" />
+    <function shortcut="" name="unicodeQuoteSingleRight" />
+    <function shortcut="" name="unicodeQuoteSingleRightGuillemet" />
+    <function shortcut="" name="unicodeQuoteStraight" />
+    <function shortcut="" name="unicodeRegdTM" />
+    <function shortcut="Ctrl+-" name="unicodeSmartHyphen" />
+    <function shortcut="" name="unicodeSolidus" />
+    <function shortcut="" name="unicodeSpaceEM" />
+    <function shortcut="" name="unicodeSpaceEN" />
+    <function shortcut="" name="unicodeSpaceHair" />
+    <function shortcut="" name="unicodeSpaceMid" />
+    <function shortcut="" name="unicodeSpaceThick" />
+    <function shortcut="" name="unicodeSpaceThin" />
+    <function shortcut="" name="unicodeTM" />
+    <function shortcut="" name="unicodeZerowidthNonBreakingSpace" />
+    <function shortcut="" name="unicodeZerowidthSpace" />
+    <function shortcut="Ctrl+1" name="viewFit100" />
+    <function shortcut="" name="viewFit200" />
+    <function shortcut="" name="viewFit400" />
+    <function shortcut="" name="viewFit50" />
+    <function shortcut="" name="viewFit75" />
+    <function shortcut="Ctrl+0" name="viewFitInWindow" />
+    <function shortcut="" name="viewFitPreview" />
+    <function shortcut="" name="viewFitWidth" />
+    <function shortcut="" name="viewRulerMode" />
+    <function shortcut="" name="viewShowBaseline" />
+    <function shortcut="" name="viewShowBleeds" />
+    <function shortcut="" name="viewShowColumnBorders" />
+    <function shortcut="Menu" name="viewShowContextMenu" />
+    <function shortcut="" name="viewShowFrames" />
+    <function shortcut="" name="viewShowGrid" />
+    <function shortcut="" name="viewShowGuides" />
+    <function shortcut="" name="viewShowImages" />
+    <function shortcut="" name="viewShowLayerMarkers" />
+    <function shortcut="" name="viewShowMargins" />
+    <function shortcut="Ctrl+Shift+R" name="viewShowRulers" />
+    <function shortcut="" name="viewShowTextChain" />
+    <function shortcut="" name="viewShowTextControls" />
+    <function shortcut="" name="viewSnapToGrid" />
+    <function shortcut="" name="viewSnapToGuides" />
+    <function shortcut="" name="windowsCascade" />
+    <function shortcut="Alt+W" name="windowsTile" />
+</shortcutset>
Index: resources/keysets/pageplusx3.xml
===================================================================
--- resources/keysets/pageplusx3.xml	(revision 0)
+++ resources/keysets/pageplusx3.xml	(revision 14096)
@@ -0,0 +1,282 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shortcutset name="PagePlus X3 (TM)" >
+    <function shortcut="F7" name="AspellPlugin" />
+    <function shortcut="" name="Barcode Generator" />
+    <function shortcut="" name="ColorWheel" />
+    <function shortcut="Ctrl+Shift+E" name="ExportAsImage" />
+    <function shortcut="" name="ExportAsSVG" />
+    <function shortcut="" name="FontPreview" />
+    <function shortcut="" name="LensEffects" />
+    <function shortcut="" name="MeshDistortion" />
+    <function shortcut="" name="NewFromDocumentTemplate" />
+    <function shortcut="" name="PathAlongPath" />
+    <function shortcut="" name="PathConnect" />
+    <function shortcut="" name="PathCutter" />
+    <function shortcut="" name="PathFinder" />
+    <function shortcut="" name="PathStroker" />
+    <function shortcut="Alt+P" name="PrintPreview" />
+    <function shortcut="" name="SaveAsDocumentTemplate" />
+    <function shortcut="" name="ShortWords" />
+    <function shortcut="" name="Subdivide" />
+    <function shortcut="" name="TransformEffect" />
+    <function shortcut="" name="alignBlock" />
+    <function shortcut="" name="alignCenter" />
+    <function shortcut="" name="alignForced" />
+    <function shortcut="" name="alignLeft" />
+    <function shortcut="" name="alignRight" />
+    <function shortcut="" name="editActionMode" />
+    <function shortcut="" name="editClearContents" />
+    <function shortcut="" name="editColors" />
+    <function shortcut="Ctrl+C" name="editCopy" />
+    <function shortcut="Ctrl+Shift+C" name="editCopyContents" />
+    <function shortcut="Ctrl+X" name="editCut" />
+    <function shortcut="Ctrl+Shift+A" name="editDeselectAll" />
+    <function shortcut="" name="editEditRenderSource" />
+    <function shortcut="" name="editEditWithImageEditor" />
+    <function shortcut="" name="editExtendedImageProperties" />
+    <function shortcut="" name="editJavascripts" />
+    <function shortcut="" name="editMasterPages" />
+    <function shortcut="Ctrl+V" name="editPaste" />
+    <function shortcut="Ctrl+L" name="editPasteContents" />
+    <function shortcut="Ctrl+Alt+V" name="editPasteContentsAbs" />
+    <function shortcut="" name="editPatterns" />
+    <function shortcut="Ctrl+Y" name="editRedoAction" />
+    <function shortcut="" name="editReplaceColors" />
+    <function shortcut="Ctrl+F" name="editSearchReplace" />
+    <function shortcut="Ctrl+A" name="editSelectAll" />
+    <function shortcut="Ctrl+Alt+A" name="editSelectAllOnLayer" />
+    <function shortcut="F3" name="editStyles" />
+    <function shortcut="Ctrl+Z" name="editUndoAction" />
+    <function shortcut="" name="extrasDeHyphenateText" />
+    <function shortcut="" name="extrasGenerateTableOfContents" />
+    <function shortcut="" name="extrasHyphenateText" />
+    <function shortcut="" name="extrasManageImages" />
+    <function shortcut="Ctrl+W" name="fileClose" />
+    <function shortcut="" name="fileCollect" />
+    <function shortcut="" name="fileDocSetup" />
+    <function shortcut="" name="fileExportAsEPS" />
+    <function shortcut="" name="fileExportAsPDF" />
+    <function shortcut="" name="fileExportText" />
+    <function shortcut="" name="fileImportAppendText" />
+    <function shortcut="Ctrl+G" name="fileImportImage" />
+    <function shortcut="Ctrl+T" name="fileImportText" />
+    <function shortcut="" name="fileImportText2" />
+    <function shortcut="" name="fileImportVector" />
+    <function shortcut="Ctrl+N" name="fileNew" />
+    <function shortcut="Ctrl+Alt+O" name="fileNewFromTemplate" />
+    <function shortcut="Ctrl+O" name="fileOpen" />
+    <function shortcut="" name="filePreferences" />
+    <function shortcut="Ctrl+P" name="filePrint" />
+    <function shortcut="Ctrl+Q" name="fileQuit" />
+    <function shortcut="" name="fileRevert" />
+    <function shortcut="Ctrl+S" name="fileSave" />
+    <function shortcut="Ctrl+Alt+S" name="fileSaveAs" />
+    <function shortcut="" name="fontSize10" />
+    <function shortcut="" name="fontSize11" />
+    <function shortcut="" name="fontSize12" />
+    <function shortcut="" name="fontSize14" />
+    <function shortcut="" name="fontSize18" />
+    <function shortcut="" name="fontSize24" />
+    <function shortcut="" name="fontSize36" />
+    <function shortcut="" name="fontSize48" />
+    <function shortcut="" name="fontSize60" />
+    <function shortcut="" name="fontSize7" />
+    <function shortcut="" name="fontSize72" />
+    <function shortcut="" name="fontSize9" />
+    <function shortcut="" name="fontSizeOther" />
+    <function shortcut="" name="helpAboutPlugins" />
+    <function shortcut="" name="helpAboutQt" />
+    <function shortcut="" name="helpAboutScribus" />
+    <function shortcut="" name="helpCheckUpdates" />
+    <function shortcut="F1" name="helpManual" />
+    <function shortcut="" name="helpOnlineDocs" />
+    <function shortcut="" name="helpOnlineTutorial1" />
+    <function shortcut="" name="helpOnlineWWW" />
+    <function shortcut="" name="helpOnlineWiki" />
+    <function shortcut="" name="helpTooltips" />
+    <function shortcut="" name="insertFrame" />
+    <function shortcut="Ctrl+Shift+S" name="insertGlyph" />
+    <function shortcut="F5" name="insertSampleText" />
+    <function shortcut="" name="itemAdjustFrameToImage" />
+    <function shortcut="" name="itemAdjustImageToFrame" />
+    <function shortcut="" name="itemAttachTextToPath" />
+    <function shortcut="" name="itemAttributes" />
+    <function shortcut="" name="itemCombinePolygons" />
+    <function shortcut="" name="itemConvertToBezierCurve" />
+    <function shortcut="" name="itemConvertToImageFrame" />
+    <function shortcut="" name="itemConvertToOutlines" />
+    <function shortcut="" name="itemConvertToPolygon" />
+    <function shortcut="" name="itemConvertToTextFrame" />
+    <function shortcut="Ctrl+K" name="itemDelete" />
+    <function shortcut="" name="itemDetachTextFromPath" />
+    <function shortcut="Ctrl+Alt+Shift+D" name="itemDuplicate" />
+    <function shortcut="" name="itemExtendedImageProperties" />
+    <function shortcut="" name="itemFlipH" />
+    <function shortcut="" name="itemFlipV" />
+    <function shortcut="" name="itemGroup" />
+    <function shortcut="" name="itemImageInfo" />
+    <function shortcut="" name="itemImageIsVisible" />
+    <function shortcut="" name="itemLock" />
+    <function shortcut="Ctrl+Shift+L" name="itemLockSize" />
+    <function shortcut="Ctrl+End" name="itemLower" />
+    <function shortcut="End" name="itemLowerToBottom" />
+    <function shortcut="" name="itemMulDuplicate" />
+    <function shortcut="" name="itemPDFAnnotationProps" />
+    <function shortcut="" name="itemPDFFieldProps" />
+    <function shortcut="" name="itemPDFIsAnnotation" />
+    <function shortcut="Ctrl+R" name="itemPDFIsBookmark" />
+    <function shortcut="" name="itemPreviewFull" />
+    <function shortcut="" name="itemPreviewLow" />
+    <function shortcut="" name="itemPreviewNormal" />
+    <function shortcut="" name="itemPrintingEnabled" />
+    <function shortcut="Ctrl+Home" name="itemRaise" />
+    <function shortcut="Home" name="itemRaiseToTop" />
+    <function shortcut="" name="itemSendToPattern" />
+    <function shortcut="" name="itemSendToScrapbook" />
+    <function shortcut="" name="itemShapeEdit" />
+    <function shortcut="" name="itemSplitPolygons" />
+    <function shortcut="" name="itemUngroup" />
+    <function shortcut="" name="itemUpdateImage" />
+    <function shortcut="" name="pageApplyMasterPage" />
+    <function shortcut="" name="pageCopy" />
+    <function shortcut="" name="pageCopyToMasterPage" />
+    <function shortcut="" name="pageDelete" />
+    <function shortcut="" name="pageImport" />
+    <function shortcut="" name="pageInsert" />
+    <function shortcut="" name="pageManageGuides" />
+    <function shortcut="" name="pageManageMargins" />
+    <function shortcut="" name="pageMove" />
+    <function shortcut="" name="showMouseCoordinates" />
+    <function shortcut="F11" name="specialToggleAllGuides" />
+    <function shortcut="F12" name="specialToggleAllPalettes" />
+    <function shortcut="Ctrl+Shift+U" name="specialUnicodeSequenceBegin" />
+    <function shortcut="" name="stickyTools" />
+    <function shortcut="" name="styleImageEffects" />
+    <function shortcut="" name="styleTabulators" />
+    <function shortcut="" name="toolsActionHistory" />
+    <function shortcut="Alt+N" name="toolsAlignDistribute" />
+    <function shortcut="" name="toolsBookmarks" />
+    <function shortcut="" name="toolsCopyProperties" />
+    <function shortcut="Alt+B" name="toolsEditContents" />
+    <function shortcut="Ctrl+E" name="toolsEditWithStoryEditor" />
+    <function shortcut="Y" name="toolsEyeDropper" />
+    <function shortcut="B" name="toolsInsertBezier" />
+    <function shortcut="F" name="toolsInsertFreehandLine" />
+    <function shortcut="I" name="toolsInsertImageFrame" />
+    <function shortcut="L" name="toolsInsertLine" />
+    <function shortcut="P" name="toolsInsertPolygon" />
+    <function shortcut="D" name="toolsInsertRenderFrame" />
+    <function shortcut="S" name="toolsInsertShape" />
+    <function shortcut="Alt+L" name="toolsInsertTableFrame" />
+    <function shortcut="T" name="toolsInsertTextFrame" />
+    <function shortcut="F6" name="toolsLayers" />
+    <function shortcut="N" name="toolsLinkTextFrame" />
+    <function shortcut="" name="toolsMeasurements" />
+    <function shortcut="" name="toolsOutline" />
+    <function shortcut="" name="toolsPDFAnnotLink" />
+    <function shortcut="" name="toolsPDFAnnotText" />
+    <function shortcut="" name="toolsPDFCheckBox" />
+    <function shortcut="" name="toolsPDFComboBox" />
+    <function shortcut="" name="toolsPDFListBox" />
+    <function shortcut="" name="toolsPDFPushButton" />
+    <function shortcut="" name="toolsPDFTextField" />
+    <function shortcut="" name="toolsPages" />
+    <function shortcut="" name="toolsPreflightVerifier" />
+    <function shortcut="Alt+O" name="toolsProperties" />
+    <function shortcut="R" name="toolsRotate" />
+    <function shortcut="" name="toolsScrapbook" />
+    <function shortcut="C" name="toolsSelect" />
+    <function shortcut="" name="toolsToolbarPDF" />
+    <function shortcut="" name="toolsToolbarTools" />
+    <function shortcut="U" name="toolsUnlinkTextFrame" />
+    <function shortcut="Z" name="toolsZoom" />
+    <function shortcut="Ctrl++" name="toolsZoomIn" />
+    <function shortcut="Ctrl+#" name="toolsZoomOut" />
+    <function shortcut="" name="typeEffectAllCaps" />
+    <function shortcut="" name="typeEffectNormal" />
+    <function shortcut="" name="typeEffectOutline" />
+    <function shortcut="" name="typeEffectShadow" />
+    <function shortcut="" name="typeEffectSmallCaps" />
+    <function shortcut="" name="typeEffectStrikeThrough" />
+    <function shortcut="" name="typeEffectSubscript" />
+    <function shortcut="" name="typeEffectSuperscript" />
+    <function shortcut="Ctrl+U" name="typeEffectUnderline" />
+    <function shortcut="" name="typeEffectUnderlineWords" />
+    <function shortcut="Ctrl+Alt+8" name="unicodeBullet" />
+    <function shortcut="Ctrl+Return" name="unicodeColumnBreak" />
+    <function shortcut="Ctrl+Alt+C" name="unicodeCopyRight" />
+    <function shortcut="Ctrl+Alt+Y" name="unicodeDashEm" />
+    <function shortcut="Ctrl+Alt+U" name="unicodeDashEn" />
+    <function shortcut="" name="unicodeDashFigure" />
+    <function shortcut="" name="unicodeDashQuotation" />
+    <function shortcut="Ctrl+Shift++" name="unicodeFrameBreak" />
+    <function shortcut="" name="unicodeLigature_ff" />
+    <function shortcut="" name="unicodeLigature_ffi" />
+    <function shortcut="" name="unicodeLigature_ffl" />
+    <function shortcut="" name="unicodeLigature_fi" />
+    <function shortcut="" name="unicodeLigature_fl" />
+    <function shortcut="" name="unicodeLigature_ft" />
+    <function shortcut="" name="unicodeLigature_st" />
+    <function shortcut="" name="unicodeMidpoint" />
+    <function shortcut="Shift+Return" name="unicodeNewLine" />
+    <function shortcut="Ctrl+Alt+-" name="unicodeNonBreakingHyphen" />
+    <function shortcut="Ctrl+Shift+Space" name="unicodeNonBreakingSpace" />
+    <function shortcut="" name="unicodePageCount" />
+    <function shortcut="Ctrl+Alt+Shift+P" name="unicodePageNumber" />
+    <function shortcut="" name="unicodeQuoteApostrophe" />
+    <function shortcut="" name="unicodeQuoteCJKDoubleLeft" />
+    <function shortcut="" name="unicodeQuoteCJKDoubleRight" />
+    <function shortcut="" name="unicodeQuoteCJKSingleLeft" />
+    <function shortcut="" name="unicodeQuoteCJKSingleRight" />
+    <function shortcut="" name="unicodeQuoteDoubleLeft" />
+    <function shortcut="" name="unicodeQuoteDoubleLeftGuillemet" />
+    <function shortcut="" name="unicodeQuoteDoubleReversed" />
+    <function shortcut="" name="unicodeQuoteDoubleRight" />
+    <function shortcut="" name="unicodeQuoteDoubleRightGuillemet" />
+    <function shortcut="" name="unicodeQuoteLowDoubleComma" />
+    <function shortcut="" name="unicodeQuoteLowSingleComma" />
+    <function shortcut="" name="unicodeQuoteSingleLeft" />
+    <function shortcut="" name="unicodeQuoteSingleLeftGuillemet" />
+    <function shortcut="" name="unicodeQuoteSingleReversed" />
+    <function shortcut="" name="unicodeQuoteSingleRight" />
+    <function shortcut="" name="unicodeQuoteSingleRightGuillemet" />
+    <function shortcut="" name="unicodeQuoteStraight" />
+    <function shortcut="Ctrl+Alt+R" name="unicodeRegdTM" />
+    <function shortcut="Ctrl+-" name="unicodeSmartHyphen" />
+    <function shortcut="" name="unicodeSolidus" />
+    <function shortcut="Ctrl+Alt+M" name="unicodeSpaceEM" />
+    <function shortcut="Ctrl+Alt+N" name="unicodeSpaceEN" />
+    <function shortcut="" name="unicodeSpaceHair" />
+    <function shortcut="" name="unicodeSpaceMid" />
+    <function shortcut="" name="unicodeSpaceThick" />
+    <function shortcut="" name="unicodeSpaceThin" />
+    <function shortcut="Ctrl+Alt+T" name="unicodeTM" />
+    <function shortcut="" name="unicodeZerowidthNonBreakingSpace" />
+    <function shortcut="" name="unicodeZerowidthSpace" />
+    <function shortcut="Ctrl+1" name="viewFit100" />
+    <function shortcut="" name="viewFit200" />
+    <function shortcut="" name="viewFit400" />
+    <function shortcut="" name="viewFit50" />
+    <function shortcut="" name="viewFit75" />
+    <function shortcut="Ctrl+0" name="viewFitInWindow" />
+    <function shortcut="Ctrl+Shift+G" name="viewFitPreview" />
+    <function shortcut="" name="viewFitWidth" />
+    <function shortcut="" name="viewRulerMode" />
+    <function shortcut="" name="viewShowBaseline" />
+    <function shortcut="" name="viewShowBleeds" />
+    <function shortcut="" name="viewShowColumnBorders" />
+    <function shortcut="Menu" name="viewShowContextMenu" />
+    <function shortcut="" name="viewShowFrames" />
+    <function shortcut="" name="viewShowGrid" />
+    <function shortcut="" name="viewShowGuides" />
+    <function shortcut="" name="viewShowImages" />
+    <function shortcut="" name="viewShowLayerMarkers" />
+    <function shortcut="" name="viewShowMargins" />
+    <function shortcut="Ctrl+Shift+R" name="viewShowRulers" />
+    <function shortcut="" name="viewShowTextChain" />
+    <function shortcut="" name="viewShowTextControls" />
+    <function shortcut="" name="viewSnapToGrid" />
+    <function shortcut="" name="viewSnapToGuides" />
+    <function shortcut="" name="windowsCascade" />
+    <function shortcut="" name="windowsTile" />
+</shortcutset>
Index: resources/keysets/CMakeLists.txt
===================================================================
--- resources/keysets/CMakeLists.txt	(revision 0)
+++ resources/keysets/CMakeLists.txt	(revision 14096)
@@ -0,0 +1,11 @@
+INCLUDE_DIRECTORIES(
+"${CMAKE_SOURCE_DIR}/scribus"
+)
+
+INSTALL(FILES
+icalamus.xml
+pageplusx3.xml
+pagestream.xml
+scribus13.xml
+  DESTINATION ${SHAREDIR}keysets
+)

Property changes on: resources/keysets/CMakeLists.txt
___________________________________________________________________
Added: svn:keywords
   + Author Date Id Revision
Added: svn:eol-style
   + native

Index: resources/keysets/icalamus.xml
===================================================================
--- resources/keysets/icalamus.xml	(revision 0)
+++ resources/keysets/icalamus.xml	(revision 14096)
@@ -0,0 +1,282 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shortcutset name="iCalamus (TM)" >
+    <function shortcut="F7" name="AspellPlugin" />
+    <function shortcut="" name="Barcode Generator" />
+    <function shortcut="" name="ColorWheel" />
+    <function shortcut="Ctrl+Shift+E" name="ExportAsImage" />
+    <function shortcut="" name="ExportAsSVG" />
+    <function shortcut="" name="FontPreview" />
+    <function shortcut="" name="LensEffects" />
+    <function shortcut="" name="MeshDistortion" />
+    <function shortcut="Ctrl+Alt+N" name="NewFromDocumentTemplate" />
+    <function shortcut="" name="PathAlongPath" />
+    <function shortcut="" name="PathConnect" />
+    <function shortcut="" name="PathCutter" />
+    <function shortcut="" name="PathFinder" />
+    <function shortcut="" name="PathStroker" />
+    <function shortcut="Ctrl+Alt+P" name="PrintPreview" />
+    <function shortcut="Ctrl+Alt+S" name="SaveAsDocumentTemplate" />
+    <function shortcut="" name="ShortWords" />
+    <function shortcut="" name="Subdivide" />
+    <function shortcut="" name="TransformEffect" />
+    <function shortcut="" name="alignBlock" />
+    <function shortcut="" name="alignCenter" />
+    <function shortcut="" name="alignForced" />
+    <function shortcut="" name="alignLeft" />
+    <function shortcut="" name="alignRight" />
+    <function shortcut="" name="editActionMode" />
+    <function shortcut="" name="editClearContents" />
+    <function shortcut="" name="editColors" />
+    <function shortcut="Ctrl+C" name="editCopy" />
+    <function shortcut="Ctrl+Shift+C" name="editCopyContents" />
+    <function shortcut="Ctrl+X" name="editCut" />
+    <function shortcut="Ctrl+A" name="editDeselectAll" />
+    <function shortcut="" name="editEditRenderSource" />
+    <function shortcut="" name="editEditWithImageEditor" />
+    <function shortcut="" name="editExtendedImageProperties" />
+    <function shortcut="" name="editJavascripts" />
+    <function shortcut="" name="editMasterPages" />
+    <function shortcut="Ctrl+V" name="editPaste" />
+    <function shortcut="Ctrl+Shift+V" name="editPasteContents" />
+    <function shortcut="Ctrl+Alt+Shift+V" name="editPasteContentsAbs" />
+    <function shortcut="" name="editPatterns" />
+    <function shortcut="Ctrl+Z" name="editRedoAction" />
+    <function shortcut="" name="editReplaceColors" />
+    <function shortcut="Ctrl+F" name="editSearchReplace" />
+    <function shortcut="Ctrl+A" name="editSelectAll" />
+    <function shortcut="V" name="editSelectAllOnLayer" />
+    <function shortcut="F3" name="editStyles" />
+    <function shortcut="Ctrl+Z" name="editUndoAction" />
+    <function shortcut="" name="extrasDeHyphenateText" />
+    <function shortcut="" name="extrasGenerateTableOfContents" />
+    <function shortcut="" name="extrasHyphenateText" />
+    <function shortcut="" name="extrasManageImages" />
+    <function shortcut="Ctrl+W" name="fileClose" />
+    <function shortcut="" name="fileCollect" />
+    <function shortcut="" name="fileDocSetup" />
+    <function shortcut="" name="fileExportAsEPS" />
+    <function shortcut="" name="fileExportAsPDF" />
+    <function shortcut="" name="fileExportText" />
+    <function shortcut="" name="fileImportAppendText" />
+    <function shortcut="" name="fileImportImage" />
+    <function shortcut="" name="fileImportText" />
+    <function shortcut="" name="fileImportText2" />
+    <function shortcut="" name="fileImportVector" />
+    <function shortcut="Ctrl+N" name="fileNew" />
+    <function shortcut="Ctrl+Alt+N" name="fileNewFromTemplate" />
+    <function shortcut="Ctrl+O" name="fileOpen" />
+    <function shortcut="Ctrl+," name="filePreferences" />
+    <function shortcut="Ctrl+P" name="filePrint" />
+    <function shortcut="Ctrl+Q" name="fileQuit" />
+    <function shortcut="" name="fileRevert" />
+    <function shortcut="Ctrl+S" name="fileSave" />
+    <function shortcut="Ctrl+Shift+S" name="fileSaveAs" />
+    <function shortcut="" name="fontSize10" />
+    <function shortcut="" name="fontSize11" />
+    <function shortcut="" name="fontSize12" />
+    <function shortcut="" name="fontSize14" />
+    <function shortcut="" name="fontSize18" />
+    <function shortcut="" name="fontSize24" />
+    <function shortcut="" name="fontSize36" />
+    <function shortcut="" name="fontSize48" />
+    <function shortcut="" name="fontSize60" />
+    <function shortcut="" name="fontSize7" />
+    <function shortcut="" name="fontSize72" />
+    <function shortcut="" name="fontSize9" />
+    <function shortcut="" name="fontSizeOther" />
+    <function shortcut="" name="helpAboutPlugins" />
+    <function shortcut="" name="helpAboutQt" />
+    <function shortcut="" name="helpAboutScribus" />
+    <function shortcut="" name="helpCheckUpdates" />
+    <function shortcut="Ctrl+?" name="helpManual" />
+    <function shortcut="" name="helpOnlineDocs" />
+    <function shortcut="" name="helpOnlineTutorial1" />
+    <function shortcut="" name="helpOnlineWWW" />
+    <function shortcut="" name="helpOnlineWiki" />
+    <function shortcut="" name="helpTooltips" />
+    <function shortcut="" name="insertFrame" />
+    <function shortcut="Ctrl+T" name="insertGlyph" />
+    <function shortcut="" name="insertSampleText" />
+    <function shortcut="" name="itemAdjustFrameToImage" />
+    <function shortcut="" name="itemAdjustImageToFrame" />
+    <function shortcut="" name="itemAttachTextToPath" />
+    <function shortcut="" name="itemAttributes" />
+    <function shortcut="" name="itemCombinePolygons" />
+    <function shortcut="" name="itemConvertToBezierCurve" />
+    <function shortcut="" name="itemConvertToImageFrame" />
+    <function shortcut="" name="itemConvertToOutlines" />
+    <function shortcut="" name="itemConvertToPolygon" />
+    <function shortcut="" name="itemConvertToTextFrame" />
+    <function shortcut="Ctrl+K" name="itemDelete" />
+    <function shortcut="" name="itemDetachTextFromPath" />
+    <function shortcut="Ctrl+D" name="itemDuplicate" />
+    <function shortcut="" name="itemExtendedImageProperties" />
+    <function shortcut="" name="itemFlipH" />
+    <function shortcut="" name="itemFlipV" />
+    <function shortcut="Ctrl+G" name="itemGroup" />
+    <function shortcut="" name="itemImageInfo" />
+    <function shortcut="" name="itemImageIsVisible" />
+    <function shortcut="Ctrl+L" name="itemLock" />
+    <function shortcut="Ctrl+Shift+L" name="itemLockSize" />
+    <function shortcut="Ctrl+End" name="itemLower" />
+    <function shortcut="End" name="itemLowerToBottom" />
+    <function shortcut="" name="itemMulDuplicate" />
+    <function shortcut="" name="itemPDFAnnotationProps" />
+    <function shortcut="" name="itemPDFFieldProps" />
+    <function shortcut="" name="itemPDFIsAnnotation" />
+    <function shortcut="" name="itemPDFIsBookmark" />
+    <function shortcut="" name="itemPreviewFull" />
+    <function shortcut="" name="itemPreviewLow" />
+    <function shortcut="" name="itemPreviewNormal" />
+    <function shortcut="" name="itemPrintingEnabled" />
+    <function shortcut="Ctrl+Home" name="itemRaise" />
+    <function shortcut="Home" name="itemRaiseToTop" />
+    <function shortcut="" name="itemSendToPattern" />
+    <function shortcut="" name="itemSendToScrapbook" />
+    <function shortcut="" name="itemShapeEdit" />
+    <function shortcut="" name="itemSplitPolygons" />
+    <function shortcut="Ctrl+Shift+G" name="itemUngroup" />
+    <function shortcut="" name="itemUpdateImage" />
+    <function shortcut="" name="pageApplyMasterPage" />
+    <function shortcut="" name="pageCopy" />
+    <function shortcut="" name="pageCopyToMasterPage" />
+    <function shortcut="" name="pageDelete" />
+    <function shortcut="" name="pageImport" />
+    <function shortcut="" name="pageInsert" />
+    <function shortcut="" name="pageManageGuides" />
+    <function shortcut="" name="pageManageMargins" />
+    <function shortcut="" name="pageMove" />
+    <function shortcut="" name="showMouseCoordinates" />
+    <function shortcut="F11" name="specialToggleAllGuides" />
+    <function shortcut="F12" name="specialToggleAllPalettes" />
+    <function shortcut="Ctrl+Shift+U" name="specialUnicodeSequenceBegin" />
+    <function shortcut="" name="stickyTools" />
+    <function shortcut="Ctrl+E" name="styleImageEffects" />
+    <function shortcut="" name="styleTabulators" />
+    <function shortcut="" name="toolsActionHistory" />
+    <function shortcut="" name="toolsAlignDistribute" />
+    <function shortcut="" name="toolsBookmarks" />
+    <function shortcut="" name="toolsCopyProperties" />
+    <function shortcut="E" name="toolsEditContents" />
+    <function shortcut="Ctrl+Y" name="toolsEditWithStoryEditor" />
+    <function shortcut="Y" name="toolsEyeDropper" />
+    <function shortcut="B" name="toolsInsertBezier" />
+    <function shortcut="F" name="toolsInsertFreehandLine" />
+    <function shortcut="I" name="toolsInsertImageFrame" />
+    <function shortcut="L" name="toolsInsertLine" />
+    <function shortcut="P" name="toolsInsertPolygon" />
+    <function shortcut="D" name="toolsInsertRenderFrame" />
+    <function shortcut="M" name="toolsInsertShape" />
+    <function shortcut="A" name="toolsInsertTableFrame" />
+    <function shortcut="T" name="toolsInsertTextFrame" />
+    <function shortcut="F6" name="toolsLayers" />
+    <function shortcut="N" name="toolsLinkTextFrame" />
+    <function shortcut="" name="toolsMeasurements" />
+    <function shortcut="" name="toolsOutline" />
+    <function shortcut="" name="toolsPDFAnnotLink" />
+    <function shortcut="" name="toolsPDFAnnotText" />
+    <function shortcut="" name="toolsPDFCheckBox" />
+    <function shortcut="" name="toolsPDFComboBox" />
+    <function shortcut="" name="toolsPDFListBox" />
+    <function shortcut="" name="toolsPDFPushButton" />
+    <function shortcut="" name="toolsPDFTextField" />
+    <function shortcut="" name="toolsPages" />
+    <function shortcut="" name="toolsPreflightVerifier" />
+    <function shortcut="F2" name="toolsProperties" />
+    <function shortcut="R" name="toolsRotate" />
+    <function shortcut="" name="toolsScrapbook" />
+    <function shortcut="C" name="toolsSelect" />
+    <function shortcut="" name="toolsToolbarPDF" />
+    <function shortcut="" name="toolsToolbarTools" />
+    <function shortcut="U" name="toolsUnlinkTextFrame" />
+    <function shortcut="Z" name="toolsZoom" />
+    <function shortcut="Ctrl++" name="toolsZoomIn" />
+    <function shortcut="Ctrl+-" name="toolsZoomOut" />
+    <function shortcut="" name="typeEffectAllCaps" />
+    <function shortcut="" name="typeEffectNormal" />
+    <function shortcut="" name="typeEffectOutline" />
+    <function shortcut="" name="typeEffectShadow" />
+    <function shortcut="" name="typeEffectSmallCaps" />
+    <function shortcut="" name="typeEffectStrikeThrough" />
+    <function shortcut="" name="typeEffectSubscript" />
+    <function shortcut="" name="typeEffectSuperscript" />
+    <function shortcut="" name="typeEffectUnderline" />
+    <function shortcut="" name="typeEffectUnderlineWords" />
+    <function shortcut="" name="unicodeBullet" />
+    <function shortcut="Ctrl+Shift+Return" name="unicodeColumnBreak" />
+    <function shortcut="" name="unicodeCopyRight" />
+    <function shortcut="" name="unicodeDashEm" />
+    <function shortcut="" name="unicodeDashEn" />
+    <function shortcut="" name="unicodeDashFigure" />
+    <function shortcut="" name="unicodeDashQuotation" />
+    <function shortcut="Ctrl+Return" name="unicodeFrameBreak" />
+    <function shortcut="" name="unicodeLigature_ff" />
+    <function shortcut="" name="unicodeLigature_ffi" />
+    <function shortcut="" name="unicodeLigature_ffl" />
+    <function shortcut="" name="unicodeLigature_fi" />
+    <function shortcut="" name="unicodeLigature_fl" />
+    <function shortcut="" name="unicodeLigature_ft" />
+    <function shortcut="" name="unicodeLigature_st" />
+    <function shortcut="" name="unicodeMidpoint" />
+    <function shortcut="Shift+Return" name="unicodeNewLine" />
+    <function shortcut="Ctrl+Alt+-" name="unicodeNonBreakingHyphen" />
+    <function shortcut="Ctrl+Space" name="unicodeNonBreakingSpace" />
+    <function shortcut="" name="unicodePageCount" />
+    <function shortcut="Ctrl+Alt+Shift+P" name="unicodePageNumber" />
+    <function shortcut="" name="unicodeQuoteApostrophe" />
+    <function shortcut="" name="unicodeQuoteCJKDoubleLeft" />
+    <function shortcut="" name="unicodeQuoteCJKDoubleRight" />
+    <function shortcut="" name="unicodeQuoteCJKSingleLeft" />
+    <function shortcut="" name="unicodeQuoteCJKSingleRight" />
+    <function shortcut="" name="unicodeQuoteDoubleLeft" />
+    <function shortcut="" name="unicodeQuoteDoubleLeftGuillemet" />
+    <function shortcut="" name="unicodeQuoteDoubleReversed" />
+    <function shortcut="" name="unicodeQuoteDoubleRight" />
+    <function shortcut="" name="unicodeQuoteDoubleRightGuillemet" />
+    <function shortcut="" name="unicodeQuoteLowDoubleComma" />
+    <function shortcut="" name="unicodeQuoteLowSingleComma" />
+    <function shortcut="" name="unicodeQuoteSingleLeft" />
+    <function shortcut="" name="unicodeQuoteSingleLeftGuillemet" />
+    <function shortcut="" name="unicodeQuoteSingleReversed" />
+    <function shortcut="" name="unicodeQuoteSingleRight" />
+    <function shortcut="" name="unicodeQuoteSingleRightGuillemet" />
+    <function shortcut="" name="unicodeQuoteStraight" />
+    <function shortcut="" name="unicodeRegdTM" />
+    <function shortcut="Ctrl+Shift+-" name="unicodeSmartHyphen" />
+    <function shortcut="" name="unicodeSolidus" />
+    <function shortcut="" name="unicodeSpaceEM" />
+    <function shortcut="" name="unicodeSpaceEN" />
+    <function shortcut="" name="unicodeSpaceHair" />
+    <function shortcut="" name="unicodeSpaceMid" />
+    <function shortcut="" name="unicodeSpaceThick" />
+    <function shortcut="" name="unicodeSpaceThin" />
+    <function shortcut="" name="unicodeTM" />
+    <function shortcut="" name="unicodeZerowidthNonBreakingSpace" />
+    <function shortcut="" name="unicodeZerowidthSpace" />
+    <function shortcut="Ctrl+1" name="viewFit100" />
+    <function shortcut="" name="viewFit200" />
+    <function shortcut="" name="viewFit400" />
+    <function shortcut="" name="viewFit50" />
+    <function shortcut="" name="viewFit75" />
+    <function shortcut="Ctrl+0" name="viewFitInWindow" />
+    <function shortcut="" name="viewFitPreview" />
+    <function shortcut="" name="viewFitWidth" />
+    <function shortcut="" name="viewRulerMode" />
+    <function shortcut="" name="viewShowBaseline" />
+    <function shortcut="" name="viewShowBleeds" />
+    <function shortcut="" name="viewShowColumnBorders" />
+    <function shortcut="Menu" name="viewShowContextMenu" />
+    <function shortcut="" name="viewShowFrames" />
+    <function shortcut="" name="viewShowGrid" />
+    <function shortcut="" name="viewShowGuides" />
+    <function shortcut="" name="viewShowImages" />
+    <function shortcut="" name="viewShowLayerMarkers" />
+    <function shortcut="" name="viewShowMargins" />
+    <function shortcut="Ctrl+Shift+R" name="viewShowRulers" />
+    <function shortcut="" name="viewShowTextChain" />
+    <function shortcut="Ctrl+Shift+I" name="viewShowTextControls" />
+    <function shortcut="" name="viewSnapToGrid" />
+    <function shortcut="" name="viewSnapToGuides" />
+    <function shortcut="" name="windowsCascade" />
+    <function shortcut="" name="windowsTile" />
+</shortcutset>
Index: resources/keysets/scribus13.xml
===================================================================
--- resources/keysets/scribus13.xml	(revision 0)
+++ resources/keysets/scribus13.xml	(revision 14096)
@@ -0,0 +1,282 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<shortcutset name="Scribus 1.3.5" >
+    <function shortcut="F7" name="AspellPlugin" />
+    <function shortcut="" name="Barcode Generator" />
+    <function shortcut="" name="ColorWheel" />
+    <function shortcut="Ctrl+Shift+E" name="ExportAsImage" />
+    <function shortcut="" name="ExportAsSVG" />
+    <function shortcut="" name="FontPreview" />
+    <function shortcut="" name="LensEffects" />
+    <function shortcut="" name="MeshDistortion" />
+    <function shortcut="Ctrl+Alt+N" name="NewFromDocumentTemplate" />
+    <function shortcut="" name="PathAlongPath" />
+    <function shortcut="" name="PathConnect" />
+    <function shortcut="" name="PathCutter" />
+    <function shortcut="" name="PathFinder" />
+    <function shortcut="" name="PathStroker" />
+    <function shortcut="Ctrl+Alt+P" name="PrintPreview" />
+    <function shortcut="Ctrl+Alt+S" name="SaveAsDocumentTemplate" />
+    <function shortcut="" name="ShortWords" />
+    <function shortcut="" name="Subdivide" />
+    <function shortcut="" name="TransformEffect" />
+    <function shortcut="" name="alignBlock" />
+    <function shortcut="" name="alignCenter" />
+    <function shortcut="" name="alignForced" />
+    <function shortcut="" name="alignLeft" />
+    <function shortcut="" name="alignRight" />
+    <function shortcut="" name="editActionMode" />
+    <function shortcut="" name="editClearContents" />
+    <function shortcut="" name="editColors" />
+    <function shortcut="Ctrl+C" name="editCopy" />
+    <function shortcut="Ctrl+Shift+C" name="editCopyContents" />
+    <function shortcut="Ctrl+X" name="editCut" />
+    <function shortcut="Ctrl+Shift+A" name="editDeselectAll" />
+    <function shortcut="" name="editEditRenderSource" />
+    <function shortcut="" name="editEditWithImageEditor" />
+    <function shortcut="" name="editExtendedImageProperties" />
+    <function shortcut="" name="editJavascripts" />
+    <function shortcut="" name="editMasterPages" />
+    <function shortcut="Ctrl+V" name="editPaste" />
+    <function shortcut="Ctrl+Shift+V" name="editPasteContents" />
+    <function shortcut="Ctrl+Alt+Shift+V" name="editPasteContentsAbs" />
+    <function shortcut="" name="editPatterns" />
+    <function shortcut="Ctrl+Shift+Z" name="editRedoAction" />
+    <function shortcut="" name="editReplaceColors" />
+    <function shortcut="Ctrl+F" name="editSearchReplace" />
+    <function shortcut="Ctrl+A" name="editSelectAll" />
+    <function shortcut="Ctrl+Alt+A" name="editSelectAllOnLayer" />
+    <function shortcut="F3" name="editStyles" />
+    <function shortcut="Ctrl+Z" name="editUndoAction" />
+    <function shortcut="" name="extrasDeHyphenateText" />
+    <function shortcut="" name="extrasGenerateTableOfContents" />
+    <function shortcut="" name="extrasHyphenateText" />
+    <function shortcut="" name="extrasManageImages" />
+    <function shortcut="Ctrl+W" name="fileClose" />
+    <function shortcut="" name="fileCollect" />
+    <function shortcut="" name="fileDocSetup" />
+    <function shortcut="" name="fileExportAsEPS" />
+    <function shortcut="" name="fileExportAsPDF" />
+    <function shortcut="" name="fileExportText" />
+    <function shortcut="" name="fileImportAppendText" />
+    <function shortcut="Ctrl+D" name="fileImportImage" />
+    <function shortcut="Ctrl+D" name="fileImportText" />
+    <function shortcut="" name="fileImportText2" />
+    <function shortcut="" name="fileImportVector" />
+    <function shortcut="Ctrl+N" name="fileNew" />
+    <function shortcut="Ctrl+Alt+N" name="fileNewFromTemplate" />
+    <function shortcut="Ctrl+O" name="fileOpen" />
+    <function shortcut="" name="filePreferences" />
+    <function shortcut="Ctrl+P" name="filePrint" />
+    <function shortcut="Ctrl+Q" name="fileQuit" />
+    <function shortcut="" name="fileRevert" />
+    <function shortcut="Ctrl+S" name="fileSave" />
+    <function shortcut="Ctrl+Shift+S" name="fileSaveAs" />
+    <function shortcut="" name="fontSize10" />
+    <function shortcut="" name="fontSize11" />
+    <function shortcut="" name="fontSize12" />
+    <function shortcut="" name="fontSize14" />
+    <function shortcut="" name="fontSize18" />
+    <function shortcut="" name="fontSize24" />
+    <function shortcut="" name="fontSize36" />
+    <function shortcut="" name="fontSize48" />
+    <function shortcut="" name="fontSize60" />
+    <function shortcut="" name="fontSize7" />
+    <function shortcut="" name="fontSize72" />
+    <function shortcut="" name="fontSize9" />
+    <function shortcut="" name="fontSizeOther" />
+    <function shortcut="" name="helpAboutPlugins" />
+    <function shortcut="" name="helpAboutQt" />
+    <function shortcut="" name="helpAboutScribus" />
+    <function shortcut="" name="helpCheckUpdates" />
+    <function shortcut="F1" name="helpManual" />
+    <function shortcut="" name="helpOnlineDocs" />
+    <function shortcut="" name="helpOnlineTutorial1" />
+    <function shortcut="" name="helpOnlineWWW" />
+    <function shortcut="" name="helpOnlineWiki" />
+    <function shortcut="" name="helpTooltips" />
+    <function shortcut="" name="insertFrame" />
+    <function shortcut="" name="insertGlyph" />
+    <function shortcut="" name="insertSampleText" />
+    <function shortcut="" name="itemAdjustFrameToImage" />
+    <function shortcut="" name="itemAdjustImageToFrame" />
+    <function shortcut="" name="itemAttachTextToPath" />
+    <function shortcut="" name="itemAttributes" />
+    <function shortcut="" name="itemCombinePolygons" />
+    <function shortcut="" name="itemConvertToBezierCurve" />
+    <function shortcut="" name="itemConvertToImageFrame" />
+    <function shortcut="" name="itemConvertToOutlines" />
+    <function shortcut="" name="itemConvertToPolygon" />
+    <function shortcut="" name="itemConvertToTextFrame" />
+    <function shortcut="Ctrl+K" name="itemDelete" />
+    <function shortcut="" name="itemDetachTextFromPath" />
+    <function shortcut="Ctrl+Alt+Shift+D" name="itemDuplicate" />
+    <function shortcut="" name="itemExtendedImageProperties" />
+    <function shortcut="" name="itemFlipH" />
+    <function shortcut="" name="itemFlipV" />
+    <function shortcut="Ctrl+G" name="itemGroup" />
+    <function shortcut="" name="itemImageInfo" />
+    <function shortcut="" name="itemImageIsVisible" />
+    <function shortcut="Ctrl+L" name="itemLock" />
+    <function shortcut="Ctrl+Shift+L" name="itemLockSize" />
+    <function shortcut="Ctrl+End" name="itemLower" />
+    <function shortcut="End" name="itemLowerToBottom" />
+    <function shortcut="" name="itemMulDuplicate" />
+    <function shortcut="" name="itemPDFAnnotationProps" />
+    <function shortcut="" name="itemPDFFieldProps" />
+    <function shortcut="" name="itemPDFIsAnnotation" />
+    <function shortcut="" name="itemPDFIsBookmark" />
+    <function shortcut="" name="itemPreviewFull" />
+    <function shortcut="" name="itemPreviewLow" />
+    <function shortcut="" name="itemPreviewNormal" />
+    <function shortcut="" name="itemPrintingEnabled" />
+    <function shortcut="Ctrl+Home" name="itemRaise" />
+    <function shortcut="Home" name="itemRaiseToTop" />
+    <function shortcut="" name="itemSendToPattern" />
+    <function shortcut="" name="itemSendToScrapbook" />
+    <function shortcut="" name="itemShapeEdit" />
+    <function shortcut="" name="itemSplitPolygons" />
+    <function shortcut="Ctrl+Shift+G" name="itemUngroup" />
+    <function shortcut="" name="itemUpdateImage" />
+    <function shortcut="" name="pageApplyMasterPage" />
+    <function shortcut="" name="pageCopy" />
+    <function shortcut="" name="pageCopyToMasterPage" />
+    <function shortcut="" name="pageDelete" />
+    <function shortcut="" name="pageImport" />
+    <function shortcut="" name="pageInsert" />
+    <function shortcut="" name="pageManageGuides" />
+    <function shortcut="" name="pageManageMargins" />
+    <function shortcut="" name="pageMove" />
+    <function shortcut="" name="showMouseCoordinates" />
+    <function shortcut="F11" name="specialToggleAllGuides" />
+    <function shortcut="F12" name="specialToggleAllPalettes" />
+    <function shortcut="Ctrl+Shift+U" name="specialUnicodeSequenceBegin" />
+    <function shortcut="" name="stickyTools" />
+    <function shortcut="Ctrl+E" name="styleImageEffects" />
+    <function shortcut="" name="styleTabulators" />
+    <function shortcut="" name="toolsActionHistory" />
+    <function shortcut="" name="toolsAlignDistribute" />
+    <function shortcut="" name="toolsBookmarks" />
+    <function shortcut="" name="toolsCopyProperties" />
+    <function shortcut="E" name="toolsEditContents" />
+    <function shortcut="Ctrl+T" name="toolsEditWithStoryEditor" />
+    <function shortcut="Y" name="toolsEyeDropper" />
+    <function shortcut="B" name="toolsInsertBezier" />
+    <function shortcut="F" name="toolsInsertFreehandLine" />
+    <function shortcut="I" name="toolsInsertImageFrame" />
+    <function shortcut="L" name="toolsInsertLine" />
+    <function shortcut="P" name="toolsInsertPolygon" />
+    <function shortcut="D" name="toolsInsertRenderFrame" />
+    <function shortcut="S" name="toolsInsertShape" />
+    <function shortcut="A" name="toolsInsertTableFrame" />
+    <function shortcut="T" name="toolsInsertTextFrame" />
+    <function shortcut="F6" name="toolsLayers" />
+    <function shortcut="N" name="toolsLinkTextFrame" />
+    <function shortcut="" name="toolsMeasurements" />
+    <function shortcut="" name="toolsOutline" />
+    <function shortcut="" name="toolsPDFAnnotLink" />
+    <function shortcut="" name="toolsPDFAnnotText" />
+    <function shortcut="" name="toolsPDFCheckBox" />
+    <function shortcut="" name="toolsPDFComboBox" />
+    <function shortcut="" name="toolsPDFListBox" />
+    <function shortcut="" name="toolsPDFPushButton" />
+    <function shortcut="" name="toolsPDFTextField" />
+    <function shortcut="" name="toolsPages" />
+    <function shortcut="" name="toolsPreflightVerifier" />
+    <function shortcut="F2" name="toolsProperties" />
+    <function shortcut="R" name="toolsRotate" />
+    <function shortcut="" name="toolsScrapbook" />
+    <function shortcut="C" name="toolsSelect" />
+    <function shortcut="" name="toolsToolbarPDF" />
+    <function shortcut="" name="toolsToolbarTools" />
+    <function shortcut="U" name="toolsUnlinkTextFrame" />
+    <function shortcut="Z" name="toolsZoom" />
+    <function shortcut="Ctrl++" name="toolsZoomIn" />
+    <function shortcut="Ctrl+-" name="toolsZoomOut" />
+    <function shortcut="" name="typeEffectAllCaps" />
+    <function shortcut="" name="typeEffectNormal" />
+    <function shortcut="" name="typeEffectOutline" />
+    <function shortcut="" name="typeEffectShadow" />
+    <function shortcut="" name="typeEffectSmallCaps" />
+    <function shortcut="" name="typeEffectStrikeThrough" />
+    <function shortcut="" name="typeEffectSubscript" />
+    <function shortcut="" name="typeEffectSuperscript" />
+    <function shortcut="" name="typeEffectUnderline" />
+    <function shortcut="" name="typeEffectUnderlineWords" />
+    <function shortcut="" name="unicodeBullet" />
+    <function shortcut="Ctrl+Shift+Return" name="unicodeColumnBreak" />
+    <function shortcut="" name="unicodeCopyRight" />
+    <function shortcut="" name="unicodeDashEm" />
+    <function shortcut="" name="unicodeDashEn" />
+    <function shortcut="" name="unicodeDashFigure" />
+    <function shortcut="" name="unicodeDashQuotation" />
+    <function shortcut="Ctrl+Return" name="unicodeFrameBreak" />
+    <function shortcut="" name="unicodeLigature_ff" />
+    <function shortcut="" name="unicodeLigature_ffi" />
+    <function shortcut="" name="unicodeLigature_ffl" />
+    <function shortcut="" name="unicodeLigature_fi" />
+    <function shortcut="" name="unicodeLigature_fl" />
+    <function shortcut="" name="unicodeLigature_ft" />
+    <function shortcut="" name="unicodeLigature_st" />
+    <function shortcut="" name="unicodeMidpoint" />
+    <function shortcut="Shift+Return" name="unicodeNewLine" />
+    <function shortcut="Ctrl+Alt+-" name="unicodeNonBreakingHyphen" />
+    <function shortcut="Ctrl+Space" name="unicodeNonBreakingSpace" />
+    <function shortcut="" name="unicodePageCount" />
+    <function shortcut="Ctrl+Alt+Shift+P" name="unicodePageNumber" />
+    <function shortcut="" name="unicodeQuoteApostrophe" />
+    <function shortcut="" name="unicodeQuoteCJKDoubleLeft" />
+    <function shortcut="" name="unicodeQuoteCJKDoubleRight" />
+    <function shortcut="" name="unicodeQuoteCJKSingleLeft" />
+    <function shortcut="" name="unicodeQuoteCJKSingleRight" />
+    <function shortcut="" name="unicodeQuoteDoubleLeft" />
+    <function shortcut="" name="unicodeQuoteDoubleLeftGuillemet" />
+    <function shortcut="" name="unicodeQuoteDoubleReversed" />
+    <function shortcut="" name="unicodeQuoteDoubleRight" />
+    <function shortcut="" name="unicodeQuoteDoubleRightGuillemet" />
+    <function shortcut="" name="unicodeQuoteLowDoubleComma" />
+    <function shortcut="" name="unicodeQuoteLowSingleComma" />
+    <function shortcut="" name="unicodeQuoteSingleLeft" />
+    <function shortcut="" name="unicodeQuoteSingleLeftGuillemet" />
+    <function shortcut="" name="unicodeQuoteSingleReversed" />
+    <function shortcut="" name="unicodeQuoteSingleRight" />
+    <function shortcut="" name="unicodeQuoteSingleRightGuillemet" />
+    <function shortcut="" name="unicodeQuoteStraight" />
+    <function shortcut="" name="unicodeRegdTM" />
+    <function shortcut="Ctrl+Shift+-" name="unicodeSmartHyphen" />
+    <function shortcut="" name="unicodeSolidus" />
+    <function shortcut="" name="unicodeSpaceEM" />
+    <function shortcut="" name="unicodeSpaceEN" />
+    <function shortcut="" name="unicodeSpaceHair" />
+    <function shortcut="" name="unicodeSpaceMid" />
+    <function shortcut="" name="unicodeSpaceThick" />
+    <function shortcut="" name="unicodeSpaceThin" />
+    <function shortcut="" name="unicodeTM" />
+    <function shortcut="" name="unicodeZerowidthNonBreakingSpace" />
+    <function shortcut="" name="unicodeZerowidthSpace" />
+    <function shortcut="Ctrl+1" name="viewFit100" />
+    <function shortcut="" name="viewFit200" />
+    <function shortcut="" name="viewFit400" />
+    <function shortcut="" name="viewFit50" />
+    <function shortcut="" name="viewFit75" />
+    <function shortcut="Ctrl+0" name="viewFitInWindow" />
+    <function shortcut="" name="viewFitPreview" />
+    <function shortcut="" name="viewFitWidth" />
+    <function shortcut="" name="viewRulerMode" />
+    <function shortcut="" name="viewShowBaseline" />
+    <function shortcut="" name="viewShowBleeds" />
+    <function shortcut="" name="viewShowColumnBorders" />
+    <function shortcut="Menu" name="viewShowContextMenu" />
+    <function shortcut="" name="viewShowFrames" />
+    <function shortcut="" name="viewShowGrid" />
+    <function shortcut="" name="viewShowGuides" />
+    <function shortcut="" name="viewShowImages" />
+    <function shortcut="" name="viewShowLayerMarkers" />
+    <function shortcut="" name="viewShowMargins" />
+    <function shortcut="Ctrl+Shift+R" name="viewShowRulers" />
+    <function shortcut="" name="viewShowTextChain" />
+    <function shortcut="" name="viewShowTextControls" />
+    <function shortcut="" name="viewSnapToGrid" />
+    <function shortcut="" name="viewSnapToGuides" />
+    <function shortcut="" name="windowsCascade" />
+    <function shortcut="" name="windowsTile" />
+</shortcutset>

Property changes on: resources/keysets
___________________________________________________________________
Added: svn:ignore
   + Makefile
Makefile.in
CMakeFiles
cmake_install.cmake





More information about the scribus-commit mailing list