home *** CD-ROM | disk | FTP | other *** search
/ Chip 2011 November / CHIP_2011_11.iso / Programy / Narzedzia / Inkscape / Inkscape-0.48.2-1-win32.exe / share / keys / adobe-illustrator-cs2.xml < prev    next >
Extensible Markup Language  |  2011-07-08  |  11KB  |  368 lines

  1. <?xml version="1.0"?>
  2. <keys name="Adobe Illustrator">
  3.  
  4. <!--  
  5. This file contains a profile of keyboard shortcuts for Inkscape 
  6. in the style of Adobe Illustrator.   
  7.  
  8. See default.xml for more information.  
  9. -->
  10.  
  11. <!-- Tools -->
  12.  
  13. <!-- Selection (arrow) tool -->
  14.  
  15.   <bind key="V" action="ToolSelector" display="true"/>
  16.   <bind key="v" action="ToolSelector" />
  17.   <bind key="E" action="ToolSelector" />
  18.   <bind key="e" action="ToolSelector" />
  19.  
  20. <!-- Direct Selection tool -->
  21.  
  22.   <bind key="A" action="ToolNode" display="true"/>
  23.   <bind key="a" action="ToolNode" />
  24.  
  25. <!-- Pen tool -->
  26.  
  27.   <bind key="P" action="ToolPen" display="true"/>
  28.   <bind key="p" action="ToolPen" />
  29.  
  30. <!-- Type tool -->
  31.  
  32.   <bind key="T" action="ToolText" display="true"/>
  33.   <bind key="t" action="ToolText" />
  34.  
  35. <!-- Rectangle tool -->
  36.  
  37.   <bind key="M" action="ToolRect" display="true"/>
  38.   <bind key="m" action="ToolRect" />
  39.  
  40. <!-- Ellipse tool -->
  41.  
  42.   <bind key="L" action="ToolArc" display="true"/>
  43.   <bind key="l" action="ToolArc" />
  44.  
  45. <!-- Paintbrush tool -->
  46.  
  47.   <bind key="B" action="ToolCalligraphic" display="true"/>
  48.   <bind key="b" action="ToolCalligraphic" />
  49.  
  50. <!-- Pencil tool -->
  51.  
  52.   <bind key="N" action="ToolPencil" display="true"/>
  53.   <bind key="n" action="ToolPencil" />
  54.  
  55. <!-- Warp/Pucker/Bloat/Wrinkle tool -->
  56.  
  57.   <bind key="R" modifiers="Shift" action="ToolTweak" display="true"/>
  58.   <bind key="r" modifiers="Shift" action="ToolTweak"/>
  59.  
  60. <!-- Free Transform tool -->
  61.  
  62. <!--  <bind key="E" action="ToolSelector" display="true"/>
  63.   <bind key="e" action="ToolSelector" /> -->
  64.  
  65. <!-- Gradient tool -->
  66.  
  67.   <bind key="G" action="ToolGradient" display="true"/>
  68.   <bind key="g" action="ToolGradient" />
  69.  
  70. <!-- Eye-dropper tool -->
  71.  
  72.   <bind key="I" action="ToolDropper" display="true"/>
  73.   <bind key="i" action="ToolDropper" />
  74.  
  75. <!-- Live Paint Bucket tool -->
  76.  
  77.   <bind key="K" action="ToolPaintBucket" display="true"/>
  78.   <bind key="k" action="ToolPaintBucket" />
  79.  
  80. <!-- Zoom tool -->
  81.  
  82.   <bind key="Z" action="ToolZoom" display="true"/>
  83.   <bind key="z" action="ToolZoom" />
  84.  
  85. <!--
  86. ToolSelector: Select and transform objects
  87. ToolNode: Edit paths by nodes
  88. ToolTweak: Tweak objects by sculpting or painting
  89. ToolRect: Create rectangles and squares
  90. Tool3DBox: Create 3D boxes
  91. ToolArc: Create circles, ellipses, and arcs
  92. ToolStar: Create stars and polygons
  93. ToolSpiral: Create spirals
  94. ToolPencil: Draw freehand lines
  95. ToolPen: Draw Bezier curves and straight lines
  96. ToolCalligraphic: Draw calligraphic or brush strokes
  97. ToolText: Create and edit text objects
  98. ToolGradient: Create and edit gradients
  99. ToolZoom: Zoom in or out
  100. ToolDropper: Pick colors from image
  101. ToolConnector: Create diagram connectors
  102. ToolPaintBucket: Fill bounded areas -->
  103.  
  104.  
  105. <!-- File -->
  106.  
  107.   <bind key="n" modifiers="Ctrl" action="FileNew" display="true"/>
  108.   <bind key="N" modifiers="Ctrl" action="FileNew"/>
  109.  
  110. <!-- New from template, Shift+Ctrl+N -->
  111.  
  112.   <bind key="o" modifiers="Ctrl" action="FileOpen" display="true"/>
  113.   <bind key="O" modifiers="Ctrl" action="FileOpen"/>
  114.  
  115. <!-- Browse, Alt+Ctrl+O -->
  116.  
  117.   <bind key="w" modifiers="Ctrl" action="FileClose" display="true"/>
  118.   <bind key="W" modifiers="Ctrl" action="FileClose" display="true"/>
  119.  
  120.   <bind key="s" modifiers="Ctrl" action="FileSave" display="true"/>
  121.   <bind key="S" modifiers="Ctrl" action="FileSave"/>
  122.  
  123.   <bind key="s" modifiers="Ctrl,Shift" action="FileSaveAs" display="true"/>
  124.   <bind key="S" modifiers="Ctrl,Shift" action="FileSaveAs"/>
  125.  
  126.   <bind key="s" modifiers="Ctrl,Alt" action="FileSaveACopy" display="true"/>
  127.   <bind key="S" modifiers="Ctrl,Alt" action="FileSaveACopy" />
  128.  
  129. <!-- Save for Web, Alt+Shift+Ctrl+S -->
  130.  
  131.   <bind key="F12" action="FileRevert"/>
  132.   
  133. <!--  Scripts - Other Script... Ctrl+F12 -->
  134.  
  135.   <bind key="p" modifiers="Alt,Ctrl" action="DialogDocumentProperties" display="true"/>
  136.   <bind key="P" modifiers="Alt,Ctrl" action="DialogDocumentProperties"/>
  137.   
  138. <!-- File Info..., Alt+Shift+Ctrl+I -->
  139.  
  140.   <bind key="p" modifiers="Ctrl" action="FilePrint" display="true"/>
  141.   <bind key="P" modifiers="Ctrl" action="FilePrint"/>
  142.   
  143.   <bind key="q" modifiers="Ctrl" action="FileQuit" display="true"/>
  144.   <bind key="Q" modifiers="Ctrl" action="FileQuit" display="true"/>
  145.  
  146.   <!-- Edit -->
  147.   
  148.   <bind key="z" modifiers="Ctrl" action="EditUndo" display="true"/>
  149.   <bind key="Z" modifiers="Ctrl" action="EditUndo"/>
  150.  
  151.   <bind key="z" modifiers="Ctrl,Shift" action="EditRedo" display="true"/>
  152.   <bind key="Z" modifiers="Ctrl,Shift" action="EditRedo"/>
  153.  
  154.   <bind key="x" modifiers="Ctrl" action="EditCut" display="true"/>
  155.   <bind key="X" modifiers="Ctrl" action="EditCut"/>
  156.   <bind key="F2" action="EditCut"/>
  157.  
  158.   <bind key="c" modifiers="Ctrl" action="EditCopy" display="true"/>
  159.   <bind key="C" modifiers="Ctrl" action="EditCopy"/>
  160.   <bind key="F3" action="EditCut"/>
  161.   
  162.   <bind key="v" modifiers="Ctrl" action="EditPaste" display="true"/>
  163.   <bind key="V" modifiers="Ctrl" action="EditPaste"/>
  164.   <bind key="F4" action="EditCut"/>
  165.     
  166.   <!--  Paste in Front, Ctrl+F -->
  167.  
  168.   <bind key="f" modifiers="Ctrl" action="EditPaste" display="true"/>
  169.   <bind key="F" modifiers="Ctrl" action="EditPaste"/>
  170.  
  171.   <!-- Paste in Back, Ctrl+B -->
  172.   <!-- Check Spelling, Ctrl+I -->
  173.   <!-- Color Settings..., Shift+Ctrl+K -->
  174.   <!-- Keyboard Shortcuts... Shift+Ctrl+K -->
  175.   
  176.   <bind key="k" modifiers="Ctrl" action="DialogPreferences" display="true"/>
  177.   <bind key="K" modifiers="Ctrl" action="DialogPreferences" />
  178.  
  179. <!-- Object -->
  180.  
  181. <!-- 
  182. Transform - Transform Again Ctrl+╨▒
  183. Transform - Move Shift+Ctrl+M
  184. Transform - Transform Each Alt+Shift+Ctrl+D 
  185. -->
  186.  
  187.   <bind key="bracketright" modifiers="Shift,Ctrl" action="SelectionToFront" display="true"/>
  188.   <bind key="bracketright" modifiers="Shift,Ctrl" action="SelectionToFront" />
  189.  
  190.   <bind key="bracketleft" modifiers="Shift,Ctrl" action="SelectionToBack" display="true"/>
  191.   <bind key="bracketleft" modifiers="Shift,Ctrl" action="SelectionToBack" />
  192.  
  193.   <bind key="bracketright" modifiers="Ctrl" action="SelectionRaise" display="true"/>
  194.   <bind key="bracketright" modifiers="Ctrl" action="SelectionRaise" />
  195.  
  196.   <bind key="bracketleft" modifiers="Ctrl" action="SelectionLower" display="true"/>
  197.   <bind key="bracketleft" modifiers="Ctrl" action="SelectionLower" />
  198.  
  199.   <bind key="g" modifiers="Ctrl" action="SelectionGroup" display="true"/>
  200.   <bind key="G" modifiers="Ctrl" action="SelectionGroup" />
  201.  
  202.   <bind key="g" modifiers="Ctrl,Shift" action="SelectionUnGroup" display="true"/>
  203.   <bind key="G" modifiers="Ctrl,Shift" action="SelectionUnGroup" />
  204.  
  205. <!-- 
  206. Lock - Selection, Ctrl+2
  207. Unlock All, Alt+Ctrl+2
  208. Hide - Selection, Ctrl+3
  209. Show All, Alt+Ctrl+3
  210.  
  211. Path - Join, Ctrl+J
  212. Path - Average, Alt+Ctrl+J
  213. Blend - Make, Alt+Ctrl+B
  214. Blend - Release, Alt+Shift+Ctrl+B
  215. Envelope Distort - Make with Warp, Alt+Shift+Ctrl+W
  216. Envelope Distort - Make with Mesh, Alt+Ctrl+M
  217. Envelope Distort - Make with Top Object, Alt+Ctrl+╤Å
  218. Live Paint - Make, Alt+Ctrl+X
  219. Compound Path - Make, Ctrl+8
  220. Compound Path - Release, Alt+Shift+Ctrl+8
  221. -->
  222.  
  223.   <bind key="7" modifiers="Ctrl" action="ObjectSetClipPath" />
  224.   <bind key="7" modifiers="Ctrl,Alt" action="ObjectUnSetClipPath" />
  225.  
  226. <!-- Add new symbol -->
  227.  
  228.   <bind key="F8" action="EditClone" display="true"/>
  229.  
  230. <!-- Type 
  231. Show Hidden Characters, Alt+Ctrl+I -->
  232.  
  233.   <bind key="o" modifiers="Ctrl,Shift" action="ObjectToPath"/>
  234.   <bind key="O" modifiers="Ctrl,Shift" action="ObjectToPath" display="true"/>
  235.  
  236. <!-- Select -->
  237.  
  238.   <bind key="a" modifiers="Ctrl" action="EditSelectAll" display="true"/>
  239.   <bind key="A" modifiers="Ctrl" action="EditSelectAll" />
  240.  
  241. <!--
  242. Deselect, Shift+Ctrl+A - this one should work with Esc
  243. Reselect, Ctrl+6
  244. -->
  245.  
  246.   <bind key="bracketright" modifiers="Ctrl,Alt" action="EditSelectNext" display="true"/>
  247.   <bind key="bracketleft" modifiers="Ctrl,Alt" action="EditSelectPrev" display="true"/>
  248.  
  249. <!-- Filter -->
  250.  
  251. <!--
  252. Apply Last Filter Ctrl+E
  253. Last Filter Alt+Ctrl+E
  254. -->
  255.  
  256. <!-- Effect -->
  257. <!--
  258. Apply Last Effect Shift+Ctrl+E
  259. Last Effect Alt+Shift+Ctrl+E
  260. -->
  261.  
  262. <!-- View -->
  263.  
  264. <!-- Overprint Preview, Alt+Shift+Ctrl+Y -->
  265. <!-- Pixel Preview Alt+Ctrl+Y -->
  266.  
  267.   <bind key="y" modifiers="Ctrl" action="ViewModeToggle" />
  268.   <bind key="Y" modifiers="Ctrl" action="ViewModeToggle" display="true" />
  269.     
  270.   <bind key="equal" modifiers="Ctrl" action="ZoomIn" display="true"/>
  271.   <bind key="minus" modifiers="Ctrl" action="ZoomOut" display="true"/>
  272.   <bind key="0" modifiers="Ctrl" action="ZoomPage" display="true"/>
  273.   <bind key="1" modifiers="Ctrl" action="Zoom1:0" display="true"/>
  274.  
  275. <!--
  276.   Hide Edges, Ctrl+H
  277.   Hide Template, Shift+Ctrl+W
  278.   Hide Bounding Box Shift+Ctrl+B
  279.   Show Transparency Grid Shift+Ctrl+D
  280.   Show Text Threads Shift+Ctrl+Y
  281. -->
  282.  
  283.   <bind key="semicolon" modifiers="Shift" action="ToggleGuides" />
  284.   <bind key="semicolon" action="ToggleGuides" display="true"/>
  285.  
  286. <!--
  287.   Lock Guides, Alt+Ctrl+;
  288.   Make Guides Ctrl+5
  289.   Release Guides Alt+Ctrl+5
  290.   Smart Edges Ctrl+U
  291. -->
  292.  
  293. <!--Show Grid Ctrl+" -->
  294.  
  295.   <bind key="quotedbl" modifiers="Ctrl,Shift" action="ToggleGrid" />
  296.   <bind key="quotedbl" modifiers="Ctrl" action="ToggleGrid" display="true"/>
  297.  
  298. <!--
  299. Snap To Grid Shift+Ctrl+"
  300. Snap to Point Alt+Ctrl+"
  301. -->
  302.  
  303.   <bind key="r" modifiers="Ctrl" action="ToggleRulers" display="true"/>
  304.   <bind key="R" modifiers="Ctrl" action="ToggleRulers" />
  305.  
  306. <!-- Window -->
  307.  
  308.   <bind key="F7" modifiers="Shift" action="DialogAlignDistribute" display="true"/>
  309.   <bind key="F7" modifiers="Shift" action="DialogAlignDistribute" />
  310.  
  311. <!-- Appearance Shift+F6 -->
  312.  
  313.   <bind key="F11" modifiers="Ctrl" action="DialogObjectProperties" display="true"/>
  314.   <bind key="F11" modifiers="Ctrl" action="DialogObjectProperties" />
  315.  
  316. <!-- Brushes F5 -->
  317.  
  318.   <bind key="F6" action="DialogSwatches" display="true"/>
  319.   <bind key="F6" action="DialogSwatches" />
  320.  
  321. <!--
  322. These are partly equivalent to out Fill'n'Stroke dialog:
  323. Gradient Ctrl+F9
  324. Stroke Ctrl+F10
  325. -->
  326.  
  327.   <bind key="F9" modifiers="Ctrl" action="DialogFillStroke"/>
  328.   <bind key="F10" modifiers="Ctrl" action="DialogFillStroke" display="true"/>
  329.  
  330. <!-- 
  331. Graphics Styles Shift+F5
  332. Info F8
  333. -->
  334.  
  335.   <bind key="F7" action="DialogLayers" display="true" />
  336.  
  337. <!-- 
  338. Pathfinder Shift+Ctrl+F9
  339. Symbols Shift+Ctrl+F11
  340. -->
  341.  
  342.   <bind key="F8" modifiers="Shift" action="DialogTransform" display="true"/>
  343.   <bind key="F8" modifiers="Shift" action="DialogTransform" />
  344.  
  345. <!--
  346. Transparency Shift+Ctrl+F10
  347. -->
  348.   <bind key="F10" modifiers="Ctrl,Shift" action="DialogFillStroke" display="true"/>
  349.  
  350. <!--
  351. Type
  352.   Character Ctrl+T
  353.   OpenType Alt+Shift+Ctrl+T
  354.   Paragraph Alt+Ctrl+T
  355.   Tabs Shift+Ctrl+T
  356. (Character and Paragraph are equivalent to our Text'n'Font dialog)
  357. -->
  358.  
  359.   <bind key="t" modifiers="Ctrl" action="DialogText" display="true"/>
  360.   <bind key="T" modifiers="Ctrl" action="DialogText" display="true"/>
  361.   <bind key="t" modifiers="Alt,Ctrl" action="DialogText" display="true"/>
  362.   <bind key="T" modifiers="Alt,Ctrl" action="DialogText" display="true"/>
  363.  
  364. <!--- Help -->
  365. <!-- Illustrator Help, F1 -->
  366.  
  367. </keys>
  368.