~centralelyon2010/inkscape/imagelinks2

« back to all changes in this revision

Viewing changes to share/keys/inkscape.xml

  • Committer: Ted Gould
  • Date: 2008-11-21 05:24:08 UTC
  • Revision ID: ted@canonical.com-20081121052408-tilucis2pjrrpzxx
MergeĀ fromĀ fe-moved

Show diffs side-by-side

added added

removed removed

Lines of Context:
150
150
 
151
151
  <bind action="CalligraphicPrefs" />
152
152
 
 
153
  <bind key="E" modifiers="Shift" action="ToolEraser" display="true"/>
 
154
 
 
155
  <bind action="EraserPrefs" />
 
156
 
153
157
  <bind key="F7" modifiers="Shift" action="ToolPaintBucket" display="true"/>
154
158
  <bind key="u" action="ToolPaintBucket" />
155
159
  <bind key="U" action="ToolPaintBucket" />
460
464
 
461
465
<!-- Layers -->
462
466
 
463
 
  <bind action="LayerNew" />
 
467
  <bind key="N" modifiers="Ctrl,Shift" action="LayerNew" display="true"/>
 
468
  <bind key="n" modifiers="Ctrl,Shift" action="LayerNew" />
 
469
 
464
470
  <bind action="LayerRename" />
465
471
  <bind action="LayerNext" />
466
472
  <bind action="LayerPrev" />