~ubuntu-branches/ubuntu/utopic/inkscape/utopic-proposed

« back to all changes in this revision

Viewing changes to share/keys/acd-canvas.xml

  • Committer: Bazaar Package Importer
  • Author(s): Alex Valavanis
  • Date: 2010-09-12 19:44:58 UTC
  • mfrom: (1.1.12 upstream) (45.1.3 maverick)
  • Revision ID: james.westby@ubuntu.com-20100912194458-4sjwmbl7dlsrk5dc
Tags: 0.48.0-1ubuntu1
* Merge with Debian unstable (LP: #628048, LP: #401567, LP: #456248, 
  LP: #463602, LP: #591986)
* debian/control: 
  - Ubuntu maintainers
  - Promote python-lxml, python-numpy, python-uniconvertor to Recommends.
  - Demote pstoedit to Suggests (universe package).
  - Suggests ttf-dejavu instead of ttf-bitstream-vera (LP: #513319)
* debian/rules:
  - Run intltool-update on build (Ubuntu-specific).
  - Add translation domain to .desktop files (Ubuntu-specific).
* debian/dirs:
  - Add usr/share/pixmaps.  Allow inkscape.xpm installation
* drop 50-poppler-API.dpatch (now upstream)
* drop 51-paste-in-unwritable-directory.dpatch (now upstream) 

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
<gdk/gdkkeysyms.h> header file but without the leading "GDK_". If you don't have GDK
9
9
source locally, you can view that file at:
10
10
 
11
 
  http://cvs.gnome.org/viewcvs/gtk%2B/gdk/gdkkeysyms.h?view=markup
 
11
  http://git.gnome.org/browse/gtk+/plain/gdk/gdkkeysyms.h
12
12
 
13
13
- The "modifiers" attribute contains a comma-separated list of modifiers, which can be
14
14
one or more of: "Ctrl", "Shift", "Alt".
39
39
 
40
40
Following tools exist in Canvas and have a shortcut, but are not used in this 
41
41
scheme due to reasons explained above and absense of such tools in Inkscape:
42
 
 
43
 
Linear Dimensioning Tool - somewhat close to Dimensions+Measure Path
44
 
Knife tool - K
45
 
Hand tool - Spacebar works in Inkscape anyway, so not using it
46
 
 
47
 
Wand tool - W
48
 
Lasso tool - L
49
 
Remote Move tool - V - actually. Ctrl+Selector do this one-direction-shift-only
50
 
Eraser tool - E
51
 
Marker tool - H
52
 
Airbrush tool - A
53
 
Neon tool - T
54
 
Bucket tool - K
55
 
 
56
 
Blur tool - F
57
 
Sharpen tool - Q
58
 
Rubber Stamp tool - S
59
 
Smudge tool - U
60
 
Dodge - O
61
 
Burn - N
62
 
Sponge - D
63
 
Red Eye Reduction - R
64
 
Polygon tool - P
65
 
Reshape - E (you select an object and draw freehand lines to add/subtract from this path)
66
 
Speaker Notes - A
67
 
Scissor tool - C
 
42
 
 
43
Linear Dimensioning Tool - somewhat close to Dimensions+Measure Path
 
44
Knife tool - K
 
45
Hand tool - Spacebar works in Inkscape anyway, so not using it
 
46
 
 
47
Wand tool - W
 
48
Lasso tool - L
 
49
Remote Move tool - V - actually. Ctrl+Selector do this one-direction-shift-only
 
50
Eraser tool - E
 
51
Marker tool - H
 
52
Airbrush tool - A
 
53
Neon tool - T
 
54
Bucket tool - K
 
55
 
 
56
Blur tool - F
 
57
Sharpen tool - Q
 
58
Rubber Stamp tool - S
 
59
Smudge tool - U
 
60
Dodge - O
 
61
Burn - N
 
62
Sponge - D
 
63
Red Eye Reduction - R
 
64
Polygon tool - P
 
65
Reshape - E (you select an object and draw freehand lines to add/subtract from this path)
 
66
Speaker Notes - A
 
67
Scissor tool - C
68
68
-->
69
69
 
70
70
  <bind key="S" action="ToolSelector" display="true"/>
209
209
<!-- TEXT MENU -->
210
210
 
211
211
<!-- we don't seem to have verbs for them: 
212
 
Reduce Font Size - Ctrl+Shift+,
213
 
Increase Font Size - Ctrl+Shift+.
214
 
Plain Style - Ctrl+Shift+P
215
 
Bold Style - Ctrl+Shift+B
216
 
Italic Style - Ctrl+Shift+I
217
 
Underline Style - Ctrl+Shift+U
218
 
Strikethrough - Ctrl+Shift+K
219
 
Outline - Ctrl+Shift+O
220
 
Shadow - Ctrl+Shift+W
221
 
Small Caps - Ctrl+Shift+\
222
 
Superscript - Ctrl+Shift+=
 
212
Reduce Font Size - Ctrl+Shift+,
 
213
Increase Font Size - Ctrl+Shift+.
 
214
Plain Style - Ctrl+Shift+P
 
215
Bold Style - Ctrl+Shift+B
 
216
Italic Style - Ctrl+Shift+I
 
217
Underline Style - Ctrl+Shift+U
 
218
Strikethrough - Ctrl+Shift+K
 
219
Outline - Ctrl+Shift+O
 
220
Shadow - Ctrl+Shift+W
 
221
Small Caps - Ctrl+Shift+\
 
222
Superscript - Ctrl+Shift+=
223
223
Subscript - Ctrl+Shift+- -->
224
224
 
225
225
  <bind key="]" modifiers="Ctrl,Shift" action="org.inkscape.text.uppercase" display="true"/>
229
229
  <bind key=";" modifiers="Ctrl,Shift" action="org.inkscape.text.titlecase" display="true"/>
230
230
 
231
231
<!-- we don't seem to have verbs for them: 
232
 
Right Justification - Ctrl+Shift+R
233
 
Left - Ctrl+Shift+L
234
 
Center - Ctrl+Shift+C
235
 
Full - Ctrl+Shift+F
236
 
Leading -> Tighten - Alt+Shift+Up arrow
237
 
Leading -> Loosen - Alt+Shift+Down arrow
238
 
Kerning -> Tighten - Alt+Shift+Left arrow
239
 
Kerning -> Loosen - Alt+Shift+Right arrow
240
 
Kerning -> Tighten Fine Kerning 0,25 - Ctrl+Alt+Shift+Left arrow
241
 
Kerning -> Loosen Fine Kerning 0,25 - Ctrl+Alt+Shift+Right arrow
 
232
Right Justification - Ctrl+Shift+R
 
233
Left - Ctrl+Shift+L
 
234
Center - Ctrl+Shift+C
 
235
Full - Ctrl+Shift+F
 
236
Leading -> Tighten - Alt+Shift+Up arrow
 
237
Leading -> Loosen - Alt+Shift+Down arrow
 
238
Kerning -> Tighten - Alt+Shift+Left arrow
 
239
Kerning -> Loosen - Alt+Shift+Right arrow
 
240
Kerning -> Tighten Fine Kerning 0,25 - Ctrl+Alt+Shift+Left arrow
 
241
Kerning -> Loosen Fine Kerning 0,25 - Ctrl+Alt+Shift+Right arrow
242
242
-->
243
243
 
244
244
  <bind key="T" modifiers="Ctrl" action="DialogText" display="true"/>
246
246
 
247
247
<!-- OBJECT MENU -->
248
248
 
249
 
<!-- Edit Object... - Ctrl+E (редактирование объекта по контрольным точкам) -->
 
249
<!-- Edit Object... - Ctrl+E (редактирование объекта по контрольным точкам) -->
250
250
 
251
251
<!-- "Object Specs...": -->
252
252
 
262
262
  <bind key="[" modifiers="Ctrl" action="SelectionRaise" display="true"/>
263
263
 
264
264
  <bind key="]" modifiers="Ctrl" action="SelectionLower" display="true"/>
265
 
 
 
265
 
266
266
  <bind key="F6" action="DialogAlignDistribute" display="true"/>
267
267
 
268
268
<!-- Move... -->
278
278
  <bind key="u" modifiers="Ctrl" action="SelectionUnGroup" display="true"/>
279
279
  <bind key="U" modifiers="Ctrl" action="SelectionUnGroup" />
280
280
 
281
 
<!-- we don't have individual verbs for locking and unlocking
282
 
Lock - Ctrl+L
 
281
<!-- we don't have individual verbs for locking and unlocking
 
282
Lock - Ctrl+L
283
283
Unlock - Ctrl+K
284
284
-->
285
285
 
286
286
<!-- Join? Huh? 
287
 
Path -> Join - Ctrl+Alt+J
 
287
Path -> Join - Ctrl+Alt+J
288
288
-->
289
289
 
290
290
  <bind key="s" modifiers="Ctrl,Alt" action="SelectionSimplify" display="true"/>
294
294
Path -> Unsmooth - Ctrl+Alt+U
295
295
-->
296
296
 
297
 
<!-- Live Curve Editing is conceptually close to wireframe mode, thus using the verb -->
 
297
<!-- Live Curve Editing is conceptually close to wireframe mode, thus using the verb -->
298
298
  <bind key="l" modifiers="Ctrl,Alt" action="ViewModeToggle" display="true" />
299
299
  <bind key="L" modifiers="Ctrl,Alt" action="ViewModeToggle" />
300
300
 
301
301
<!-- LAYOUT MENU -->
302
302
 
303
303
<!-- Needs checking
304
 
Display -> Size - Shift+F8
 
304
Display -> Size - Shift+F8
305
305
-->
306
306
 
307
307
  <bind key="F9" modifiers="Shift" action="ToggleGrid" />
309
309
  <bind key="F11" modifiers="Shift" action="ToggleRulers" />
310
310
 
311
311
  <bind key="F6" modifiers="Shift" action="ToggleGuides" />
312
 
  
313
 
<!-- EEK! Inkscape has no pages! 
 
312
  
 
313
<!-- EEK! Inkscape has no pages! 
314
314
Display -> Page Breaks - F10
315
315
 
316
316
But then we don;t need this too :)
317
 
 
 
317
 
318
318
Display -> Refresh - F5
319
319
-->
320
320
 
321
 
<!-- No named views at this time
 
321
<!-- No named views at this time
322
322
Views -> New... - Ctrl+Alt+N
323
323
-->
324
 
 
 
324
 
325
325
  <bind key="KP_Add" modifiers="Shift,Alt" action="ZoomIn" display="true"/>
326
326
 
327
327
  <bind key="KP_Subtract" modifiers="Shift,Alt" action="ZoomOut" display="true"/>
335
335
  <bind key="KP_5" action="ZoomPage" />
336
336
-->
337
337
 
338
 
<!-- Not implemented
 
338
<!-- Not implemented
339
339
Views -> Zoom... - Ctrl+/ (переход в статусную строку с клавиатуры для ввода зума ручками)
340
340
-->
341
341
 
376
376
<!-- 
377
377
  "Combine..." dialog (Ctrl+Alt+C) provides boolean ops.
378
378
  There are no shortcuts for them in Canvas
379
 
-->
 
379
-->
380
380
 
381
381
<!-- This is not interactive Envelope tool, but something close. Yay for LPE :) -->
382
382
  <bind key="v" modifiers="Ctrl,Alt" action="org.ekips.filter.perspective" display="true"/>
390
390
<!-- IMAGE MENU -->
391
391
 
392
392
<!-- Not implemented in Inkscape:
393
 
Select -> Hide Edges - Ctrl+Shift+E -->
 
393
Select -> Hide Edges - Ctrl+Shift+E -->
394
394
 
395
395
  <bind key="i" modifiers="Ctrl,Alt" action="FileImport" display="true"/>
396
396
  <bind key="I" modifiers="Ctrl,Alt" action="FileImport" />