JezK
Edit File: zoner-draw.xml
<?xml version="1.0"?> <keys name="Zoner Draw"> <!-- This file contains a profile of keyboard shortcuts for Inkscape in the style of Zoner Draw 5. See default.xml for more information. --> <!-- Tools --> <!-- Shape tool - does what our Selector does --> <bind gaction="win.tool-switch('Select')" keys="2" /> <!-- Nodes tool - not in Zoner? <bind gaction="win.tool-switch('Node')" keys="A, a" /> --> <!-- Pen <bind gaction="win.tool-switch('Pen')" keys="F12" /> --> <!-- Text tool is most closer to our text tool --> <bind gaction="win.tool-switch('Text')" keys="<ctrl>t, <ctrl>T" /> <!-- Freehand - not in Zoner? <bind gaction="win.tool-switch('Pencil')" keys="F5" /> --> <!-- Zoom --> <bind gaction="win.tool-switch('Zoom')" keys="<ctrl>space" /> <!-- File actions --> <bind gaction="win.document-new" keys="<ctrl>n, <ctrl>N" /> <!-- New from Template... (Shift l+Ctrl+N) does not exist in Inkscape --> <bind gaction="win.document-open" keys="<ctrl>o, <ctrl>O" /> <bind gaction="win.document-save" keys="<ctrl>s, <ctrl>S" /> <!-- <bind gaction="win.document-save-as" keys="<ctrl><shift>s, <ctrl><shift>t,S" /> --> <bind gaction="win.document-import" keys="<ctrl><shift>t,i, <ctrl><shift>t,I" /> <!-- <bindgaction="win.dialog-open('Export')" keys="<ctrl>r,e, <ctrl>E" /> --> <bind gaction="win.document-print" keys="<ctrl>p, <ctrl>P" /> <!-- Export to PDF (CTRL+SHIFT+P) - doesn't not exist in Inkscape directly --> <!-- Options dialog - make sure it's correct one --> <bind gaction="app.preferences" keys="<ctrl>m, <ctrl>M" /> <!-- Options dialog - make sure it's correct one <bind gaction="win.dialog-open('DocumentProperties')" keys="<alt>Return" /> --> <!-- Edit actions --> <bind gaction="doc.undo" keys="<ctrl>z, <ctrl>Z, <alt>BackSpace" /> <bind gaction="doc.redo" keys="<ctrl>y, <ctrl>Y" /> <bind gaction="app.cut" keys="<ctrl>x, <ctrl>X" /> <!-- <bind gaction="app.cut" keys="<shift>Delete"/> --> <bind gaction="app.copy" keys="<ctrl>c, <ctrl>C, <ctrl>Insert" /> <bind gaction="win.paste" keys="<ctrl>v, <ctrl>V, <shift>t,Insert" /> <!-- <bind gaction="app.delete" keys="Delete"/> --> <bind gaction="app.duplicate" keys="<ctrl>d, <ctrl>D" /> <bind gaction="win.select-all" keys="<ctrl>a, <ctrl>A" /> <!-- View actions --> <!-- Zoom in or 1:1 ? !!!!!!!!!!!! F2 Zoom One-Shot Zoom1:0: Zoom to 1:1 ZoomIn: Zoom in <bind gaction="win.canvas-zoom-in" keys="plus, <Shift>plus, equal, <Shift>equal, KP_Add" /> <bind gaction=win.canvas-zoom-1-1" keys="1"/> --> <!-- <bindgaction="win.canvas-zoom-out"keys="F3"/> --> <!-- Zoom to Object - in Zoner's terminology --> <bind gaction="win.canvas-zoom-drawing" keys="a" /> <bind gaction="win.canvas-zoom-page" keys="e"/> <bind gaction="win.canvas-zoom-selection" keys="s"/> <!-- Implemented in Zoner Draw, but does it have hotkeys? win.canvas-zoom-next: Next zoom (from the history of zooms) win.canvas-zoom-prev: Previous zoom (from the history of zooms) win.canvas-zoom-page-width: Zoom to fit page width in window --> <bind gaction="doc.show-all-guides" keys="l, L" /> <bind gaction="win.canvas-show-grid" keys="g, G" /> <!-- Not implemented in Zoner Draw? !!!!!!!!!!!! <bind gaction="win.canvas-rulers" keys="<ctrl>r, <ctrl>R" /> <bind gaction="win.canvas-scroll-bars" keys="<ctrl>b,B" /> --> <bind gaction="win.view-fullscreen" keys="F9" /> <!-- Path actions --> <bind gaction="app.path-combine" keys="<ctrl>k, <ctrl>K" /> <bind gaction="app.path-break-apart" keys="<ctrl><shift>t,k, <ctrl><shift>t,K" /> <!-- Object actions --> <bind gaction="app.selection-group" keys="<ctrl>g, <ctrl>G" /> <bind gaction="app.selection-ungroup" keys="<ctrl>u, <ctrl>U" /> <!-- Blend is our Interpolate extension's advanced equivalent, so using it --> <bind key="b" modifiers="Ctrl,Shift" action="org.ekips.filter.interp.noprefs" display="true"/> <bind key="B" modifiers="Ctrl,Shift" action="org.ekips.filter.interp.noprefs" /> <!-- 'Tools -> Rasterize...' is our Create Bitmap's advanced equivalent, so using it --> <bind gaction="app.selection-make-bitmap-copy" keys="<ctrl><shift>t,r, <ctrl><shift>t,R" /> <bind gaction="app.selection-top" keys="<ctrl>Page_Up, <ctrl>KP_Page_Up" /> <bind gaction="app.selection-bottom" keys="<ctrl>Page_Down, <ctrl>KP_Page_Down" /> <bind gaction="app.selection-raise" keys="Page_Up, KP_Page_Up" /> <bind gaction="app.selection-lower" keys="Page_Down, KP_Page_Down" /> <!-- Transformations gallery --> <bind gaction="win.dialog-open('Transform')" keys="<ctrl>6" /> <!-- Align Objects gallery. Distribute Objects gallery is a separate tab of same dialog there :) --> <bind gaction="win.dialog-open('AlignDistribute')" keys="<ctrl>7, <ctrl>8" /> <!-- Unify Objects gallery - Scale tab?! --> <bind gaction="win.dialog-open('Transform')" keys="<ctrl>9" /> <!-- Colors gallery is way closer to Swatches than to Fill'n'Stroke--> <bind gaction="win.dialog-open('Swatches')" keys="<ctrl>5" /> <!-- Pen gallery - 'Stroke style' tab analog --> <bind gaction="win.dialog-open('FillStroke')" keys="<ctrl>2" /> <!-- Fill Style gallery --> <bind gaction="win.dialog-open('FillStroke')" keys="<ctrl>1" /> <!-- Transparency gallery --> <bind gaction="win.dialog-open('FillStroke')" keys="<ctrl>3" /> <!-- Styles gallery (Shift+Ctrl+6) does not have an analog in Inkscape --> <!-- Clip Art gallery (Shift+Ctrl+7) does not have an analog in Inkscape --> </keys>