InkStitch - installation/XML-shortcuts: Difference between revisions

The educational technology and digital learning wiki
Jump to navigation Jump to search
(Created page with "Merge the following with the default.xml file in the inkscape/keys user directory, e.g c:/Users/XXXX/AppData/Roaming/inkscape/keys <source lang="XML"> <?xml version="1.0" en...")
(No difference)

Revision as of 21:32, 8 April 2020

Merge the following with the default.xml file in the inkscape/keys user directory, e.g c:/Users/XXXX/AppData/Roaming/inkscape/keys


<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<keys
   name="My custom shortcuts">
  <bind
     key="o"
     modifiers="Ctrl,Shift"
     action="DialogObjects"
     display="true" />
  <bind
     key="O"
     modifiers="Ctrl,Shift"
     action="DialogObjects" />
  <bind
     key="p"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.params.fr_FR.noprefs"
     display="true" />
  <bind
     key="P"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.params.fr_FR.noprefs" />
  <bind
     key="l"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.simulate.fr_FR.noprefs"
     display="true" />
  <bind
     key="L"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.simulate.fr_FR.noprefs" />
  <bind
     key="e"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.embroider.fr_FR.noprefs"
     display="true" />
  <bind
     key="E"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.embroider.fr_FR.noprefs" />
  <bind
     key="r"
     modifiers="Ctrl"
     action="SelectionReverse"
     display="true" />
  <bind
     key="R"
     modifiers="Ctrl"
     action="SelectionReverse" />
  <bind
     key="u"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.convert_to_satin.fr_FR.noprefs"
     display="true" />
  <bind
     key="U"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.convert_to_satin.fr_FR.noprefs" />
  <bind
     key="j"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.flip_satins.fr_FR.noprefs"
     display="true" />
  <bind
     key="J"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.flip_satins.fr_FR.noprefs" />
  <bind
     key="b"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.cut_satin.fr_FR.noprefs"
     display="true" />
  <bind
     key="B"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.cut_satin.fr_FR.noprefs" />
  <bind
     key="i"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.print.fr_FR.noprefs"
     display="true" />
  <bind
     key="I"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.print.fr_FR.noprefs" />
  <bind
     key="q"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.lettering.fr_FR.noprefs"
     display="true" />
  <bind
     key="Q"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.lettering.fr_FR.noprefs" />
  <bind
     key="BackSpace"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.troubleshoot.fr_FR.noprefs"
     display="true" />
  <bind
     key="KP_Add"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.commands.fr_FR.noprefs"
     display="true" />
  <bind
     key="Page_Down"
     action="SelectionStackDown"
     display="true" />
  <bind
     key="Page_Up"
     action="SelectionStackUp"
     display="true" />
</keys>