Launching Sozi with a keyboard shortcut in Inkscape

Translations: fr

This page is part of the documentation for Sozi 13. As we are currently in the process of releasing Sozi 15, the content of this page is considered obsolete and will be updated soon.

Inkscape supports the definition of custom keyboard shortcuts. You can edit or create the configuration file default.xml in one of the following locations:

The following example allows to open Sozi by pressing the S key:

<?xml version="1.0"?>
<keys name="Inkscape default">
  <bind key="s" action="sozi" display="true" />
</keys>

Source: Inkscape wiki.