InkStitch - installation/XML-shortcuts

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

(translation needed)

The shortcuts

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

COMMENT L'INSTALLER ?

Sous windows, aller dans C:\Users\XXXX\AppData\Roaming\inkscape (chemin à adapter en fonction) Chercher le repertoire "keys", s'il n'existe pas creer avec exactitude un repertoire nommé : keys Puis rentrer dans le repertoire keys et écraser ou déposer le fichier fourni sans le renommer.

Sous mac, aller dans Macintosh HD>Utilisateurs>XXXX>.config>inkscape (chemin à adapter en fonction) Chercher le repertoire "keys", s'il n'existe pas creer avec exactitude un repertoire nommé : keys Puis rentrer dans le repertoire keys et écraser ou déposer le fichier fourni sans le renommer.

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="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>