Skip to content

add XML XInclude support for keys files

Thomas Holder requested to merge speleo3/inkscape:xml-xinclude into master

This would allow us to write a macOS specific keys file which inherits the default file.

<?xml version="1.0" ?>
<keys name="macOS default" xmlns:xi="http://www.w3.org/2001/XInclude">

<!-- inherit -->
<xi:include href="inkscape.xml" />

<!-- macOS specific overwrites -->
<bind key="f" modifiers="Ctrl,Meta" action="FullScreen" display="true" />
<bind key="grave" modifiers="Meta" action="NextWindow" display="true" />
<bind key="comma" modifiers="Meta" action="DialogPreferences" display="true" />
</keys>

See inbox#1289 (comment 257855389)

Edited by Thomas Holder

Merge request reports