Launching Sozi with a keyboard shortcut in Inkscape

Translations: Français

This page is part of the documentation for Sozi 13.

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.