diff options
Diffstat (limited to 'share/keys/corel-draw-x8.xml')
-rw-r--r-- | share/keys/corel-draw-x8.xml | 91 |
1 files changed, 91 insertions, 0 deletions
diff --git a/share/keys/corel-draw-x8.xml b/share/keys/corel-draw-x8.xml new file mode 100644 index 0000000..ef6b8aa --- /dev/null +++ b/share/keys/corel-draw-x8.xml @@ -0,0 +1,91 @@ +<?xml version="1.0"?> +<keys name="Corel DRAW X8" xmlns:xi="http://www.w3.org/2001/XInclude"> + +<!-- inherit --> +<xi:include href="inkscape.xml" /> + +<!-- +This file contains a profile of keyboard shortcuts for Inkscape +in the style of Corel DRAW X8. See default.xml for more information. +--> + +<!-- File --> +<bind gaction="win.document-import" keys="<ctrl>i, <ctrl>I" /> +<bind gaction="win.document-new" keys="<ctrl>n, <ctrl>N" /> +<bind gaction="win.document-open" keys="<ctrl>o, <ctrl>O" /> +<bind gaction="win.document-print" keys="<ctrl>p, <ctrl>P" /> +<bind gaction="win.document-save" keys="<ctrl>s, <ctrl>S" /> +<bind gaction="win.document-save-as" keys="<ctrl><shift>s, <ctrl><shift>S" /> + +<!-- Edit --> +<bind gaction="app.copy" keys="<ctrl>c, <ctrl>C" /> +<bind gaction="app.cut" keys="<ctrl>x, <ctrl>X" /> +<bind gaction="app.delete" keys="Delete" /> +<bind gaction="app.duplicate" keys="<ctrl>d, <ctrl>D" /> +<bind gaction="win.paste-in-place" keys="<ctrl>v, <ctrl>V" /> +<bind gaction="doc.redo" keys="<ctrl><shift>z, <ctrl><shift>Z" /> +<bind gaction="win.select-all-layers" keys="<ctrl>a, <ctrl>A" /> +<bind gaction="doc.undo" keys="<ctrl>z, <ctrl>Z" /> + +<!-- Selection --> +<bind gaction="app.path-break-apart" keys="<ctrl>k, <ctrl>K" /> +<bind gaction="app.path-combine" keys="<ctrl>l, <ctrl>L" /> +<bind gaction="app.selection-group" keys="<ctrl>g, <ctrl>G" /> +<bind gaction="app.selection-lower" keys="<ctrl>Page_Down" /> +<bind gaction="app.selection-raise" keys="<ctrl>Page_Up" /> +<bind gaction="app.selection-bottom" keys="<ctrl>End" /> +<bind gaction="app.selection-top" keys="<ctrl>Home" /> +<bind gaction="app.selection-ungroup" keys="<ctrl>u, <ctrl>U" /> +<bind gaction="app.object-stroke-to-path" keys="<ctrl><shift>q, <ctrl><shift>Q" /> + +<!-- Layer --> + + + +<!-- Object --> + +<bind gaction="app.object-to-path" keys="<ctrl>q, <ctrl>Q" /> + +<!-- Context --> + +<bind gaction="app.object-align('hcenter pref')" keys="c, C" /> +<bind gaction="app.object-align('vcenter pref')" keys="e, E" /> +<bind gaction="app.object-align('bottom pref')" keys="b, B" /> +<bind gaction="app.object-align('left pref')" keys="l, L" /> +<bind gaction="app.object-align('right pref')" keys="r, R" /> +<bind gaction="app.object-align('top pref')" keys="t, T" /> + +<bind gaction="win.tool-switch('Arc')" keys="F7" /> +<bind gaction="win.tool-switch('Eraser')" keys="x, X" /> +<bind gaction="win.tool-switch('Mesh')" keys="m, M" /> +<bind gaction="win.tool-switch('Node')" keys="F10" /> +<bind gaction="win.tool-switch('Pen')" keys="F12" /> +<bind gaction="win.tool-switch('Pencil')" keys="F5" /> +<bind gaction="win.tool-switch('Rect')" keys="F6" /> +<bind gaction="win.tool-switch('Spiral')" keys="A, a" /> +<bind gaction="win.tool-switch('Text')" keys="F8" /> +<bind gaction="win.tool-switch('Zoom')" keys="z, Z" /> + +<!-- View --> + +<bind gaction="win.view-full-screen-focus" keys="F9"/> +<bind gaction="win.canvas-display-mode-cycle" keys="<shift>F9"/> +<bind gaction="win.canvas-zoom-drawing" keys="F4"/> +<bind gaction="win.canvas-zoom-in" keys="F2" /> +<bind gaction="win.canvas-zoom-out" keys="F3" /> +<bind gaction="win.canvas-zoom-page" keys="<shift>F4"/> +<bind gaction="win.canvas-zoom-selection" keys="<shift>F2"/> + +<!-- Dialog --> + +<bind gaction="win.dialog-open('DocumentProperties')" keys="<alt>Return" /> +<bind gaction="win.dialog-open('Export')" keys="<ctrl>e, <ctrl>E" /> +<bind gaction="win.dialog-open('FillStroke')" keys="F11" /> +<bind gaction="win.dialog-open('Find')" keys="<ctrl>f, <ctrl>F" /> +<bind gaction="app.preferences" keys="<ctrl>j, <ctrl>J" /> +<bind gaction="win.dialog-open('Text')" keys="<ctrl><shift>t, <ctrl><shift>T" /> +<bind gaction="win.dialog-open('Transform')" keys="<alt>F8" /> + +<bind gaction="win.help-url-manual" keys="F1"/> + +</keys> |