InkStitch - installation/XML-shortcuts

The educational technology and digital learning wiki
Jump to navigation Jump to search

Install InkStitch shortcuts

Grab media:shortcuts.zip and put default.xml file in the inkscape/keys user directory, e.g c:/Users/XXXX/AppData/Roaming/inkscape/keys

The shortcuts

(some translation is still needed for the explanations ...), but the shortcuts just show up find in the Interface.

Marre d'aller sans cesse dans Extensions>Ink/Stitch>...

La solution est d'utiliser les raccourcis !

Ce fichier configure les raccourcis de la façon suivante :

1) Raccourcis préconisés par Inkstitch.org :

Maj+Ctrl+O => Affiche la boite de dialogue Objets
Maj+Ctrl+P => Affiche la fenêtre des Paramètres de broderie
Maj+Ctrl+L => Lance la simulation de broderie (mnémonique L pour LiveSimulation)
Maj+Ctrl+E => Affiche la fenêtre Broder (mnémonique E pour Embroider)
Ctrl+R => Exécute Chemin > Inverser (mnémonique R pour Reverse)
Page Haut => Monte l'objet d'un niveau
Page Bas => Descend l'objet d'un niveau

2) Raccourcis inventés par Françoise (en utilisant les 5 lettres de l'alphabet encore disponibles), mnémonique à la c... inventés par moi :

Maj+Ctrl+U => Exécute Outils de satin>Convertir ligne en satin (mnémonique U parce que U ressemble à deux rails)
Maj+Ctrl+J => Exécute Outils de satin>Intervertir les rails satin (mnémonique J parce que J ressemble à une flèche)
Maj+Ctrl+B => Exécute Outils de satin>Scinder colonne satin (mnémonique B parce qu'on peut couper B en deux de façon symétrique)
Maj+Ctrl+I => Ouvrir Imprimer / Prévisualisation réaliste
Maj+Ctrl+Q => Affiche la fenêtre de Lettrage (mnémonique Q pour QWERTY)
Maj+Ctrl+Touche Effacer => Dépistage de problèmes avec des objets (mnémonique Touche effacer pour Effacer les erreurs)
Maj+Ctrl++ => Affiche la boite de Commandes>Attacher des commandes à des objets sélectionnés (mnémonique Touche + pour Ajouter des commandes)

Installation

Under Windows

  • Go to to C:\Users\XXXX\AppData\Roaming\inkscape (adapt the path to your user name, ie. change XXXX))
  • Identify or create the "keys" directory.
  • Copy file default.xml there. If you already use you own extensions you alternatively could copy file inkstitch.xml and then choose it in your Inkscape preferences.

Under Mac,

  • go to Macintosh HD>Utilisateurs>XXXX>.config>inkscape (adapt the path to your user name, ie. change XXXX)
  • as above.

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

If you did not define your own keys, just replace the file

<?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="l"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.simulate.fr_FR"
     display="true" />
  <bind
     key="L"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.simulate.fr_FR" />
  <bind
     key="e"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.embroider.fr_FR"
     display="true" />
  <bind
     key="E"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.embroider.fr_FR" />
  <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"
     display="true" />
  <bind
     key="U"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.convert_to_satin.fr_FR" />
  <bind
     key="j"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.flip_satins.fr_FR"
     display="true" />
  <bind
     key="J"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.flip_satins.fr_FR" />
  <bind
     key="b"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.cut_satin.fr_FR"
     display="true" />
  <bind
     key="B"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.cut_satin.fr_FR" />
  <bind
     key="i"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.print.fr_FR"
     display="true" />
  <bind
     key="I"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.print.fr_FR" />
  <bind
     key="q"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.lettering.fr_FR"
     display="true" />
  <bind
     key="Q"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.lettering.fr_FR" />
  <bind
     key="BackSpace"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.troubleshoot.fr_FR"
     display="true" />
  <bind
     key="KP_Add"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.commands.fr_FR"
     display="true" />
  <bind
     key="Page_Down"
     action="SelectionStackDown"
     display="true" />
  <bind
     key="Page_Up"
     action="SelectionStackUp"
     display="true" />
  <bind
     key="p"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.params.fr_FR"
     display="true" />
  <bind
     key="P"
     modifiers="Ctrl,Shift"
     action="org.inkstitch.params.fr_FR" />
</keys>

File:Shortcuts.zip