mirror of
https://github.com/libratbag/piper.git
synced 2026-05-19 04:16:08 -04:00
ratbag's key mapping signature is forcing us to treat modifiers different from regular keys. To detect them, we need several workarounds over Gdk.EventKey which makes the code uglier than it could be. Perhaps we should just skip this altogether and implement macros only; since they don't differentiate between modifiers and regular keys all these workaround can then be removed while providing the same functionality.
18 lines
856 B
XML
18 lines
856 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/freedesktop/Piper">
|
|
<file>404.svg</file>
|
|
<file>enter-keyboard-shortcut.svg</file>
|
|
|
|
<file preprocess="xml-stripblanks">AboutDialog.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/ButtonDialog.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/LedDialog.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/OptionButton.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/ResolutionRow.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/ResolutionsPage.ui</file>
|
|
<file preprocess="xml-stripblanks">ui/Window.ui</file>
|
|
<!-- Using this alias, GtkApplication will automatically pick it up for us. -->
|
|
<file alias="gtk/menus.ui" preprocess="xml-stripblanks">ui/Menus.ui</file>
|
|
</gresource>
|
|
</gresources>
|