Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?xml version="1.0"?>
- <keys name="Inkscape default">
- <!--
- ===========================================================================================
- modification Mon 10 Jan 2011 15:09:41 CET
- ===========================================================================================
- ctrl, shift x = export
- z = undo
- ctrl z = zoom
- ctrl l = layers
- ctrl, shift l = selectionsimplify
- ctrl, shift e = xml editor
- ===========================================================================================
- -->
- <!-- File -->
- <bind key="x" modifiers="Ctrl,Shift" action="FileExport" display="true"/>
- <bind key="X" modifiers="Ctrl,Shift" action="FileExport" />
- <!-- Tools -->
- <bind key="z" modifiers="Ctrl" action="ToolZoom" />
- <bind key="Z" modifiers="Ctrl" action="ToolZoom" />
- <!-- Edit -->
- <bind key="z" action="EditUndo" display="true"/>
- <bind key="Z" action="EditUndo" />
- <!-- Zoom -->
- <bind key="period" action="ZoomIn" display="true"/>
- <bind key="comma" action="ZoomOut" display="true"/>
- <!-- Path -->
- <bind key="l" modifiers="Ctrl,Shift" action="SelectionSimplify" display="true"/>
- <bind key="L" modifiers="Ctrl,Shift" action="SelectionSimplify" />
- <!-- Layers -->
- <bind key="l" modifiers="Ctrl" action="DialogLayers" display="true" />
- <bind key="L" modifiers="Ctrl" action="DialogLayers"/>
- <!-- Dialogs -->
- <bind key="e" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true"/>
- <bind key="E" modifiers="Ctrl,Shift" action="DialogXMLEditor" />
- </keys>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement