Advertisement
Guest User

11

a guest
Feb 15th, 2011
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 1.50 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <keys name="Inkscape default">
  3.  
  4. <!--  
  5. ===========================================================================================
  6. modification Mon 10 Jan 2011 15:09:41 CET
  7. ===========================================================================================
  8. ctrl, shift x = export
  9. z = undo
  10. ctrl z = zoom
  11. ctrl l = layers
  12. ctrl, shift l = selectionsimplify
  13. ctrl, shift e = xml editor
  14. ===========================================================================================
  15. -->
  16.  
  17. <!-- File -->
  18.   <bind key="x" modifiers="Ctrl,Shift" action="FileExport" display="true"/>
  19.   <bind key="X" modifiers="Ctrl,Shift" action="FileExport" />
  20. <!-- Tools -->
  21.   <bind key="z" modifiers="Ctrl" action="ToolZoom" />
  22.   <bind key="Z" modifiers="Ctrl" action="ToolZoom" />
  23. <!-- Edit -->
  24.   <bind key="z" action="EditUndo" display="true"/>
  25.   <bind key="Z" action="EditUndo" />
  26. <!-- Zoom -->
  27.   <bind key="period" action="ZoomIn" display="true"/>
  28.   <bind key="comma" action="ZoomOut" display="true"/>
  29. <!-- Path -->
  30.   <bind key="l" modifiers="Ctrl,Shift" action="SelectionSimplify" display="true"/>
  31.   <bind key="L" modifiers="Ctrl,Shift" action="SelectionSimplify" />
  32. <!-- Layers -->
  33.   <bind key="l" modifiers="Ctrl" action="DialogLayers" display="true" />
  34.   <bind key="L" modifiers="Ctrl" action="DialogLayers"/>  
  35. <!-- Dialogs -->
  36.   <bind key="e" modifiers="Ctrl,Shift" action="DialogXMLEditor" display="true"/>
  37.   <bind key="E" modifiers="Ctrl,Shift" action="DialogXMLEditor" />
  38.  
  39. </keys>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement