spiegel-keyman/linux/keyman-config/debian/keyman.sharedmimeinfo
Eberhard Beilharz 8fbdebc9df
feat(linux): keyman:// protocol handler
This change implements the custom keyman:// protocol handler which
will cause the browser to launch km-config when it encounters a
URL using the keyman protocol.

Related to #3271.
2020-07-23 17:35:26 +02:00

12 lines
437 B
XML

<?xml version="1.0" encoding="UTF-8" ?>
<mime-info xmlns="http://www.freedesktop.org/standards/shared-mime-info">
<mime-type type="application/x-kmp">
<comment>Keyman keyboard package</comment>
<sub-class-of type="application/zip"/>
<glob pattern="*.kmp"/>
<icon name="application-x-kmp"/>
</mime-type>
<mime-type type="application/keyman">
<comment>Keyman keyboard installation link</comment>
</mime-type>
</mime-info>