Previously, there were multiple redundant lists of possible values for this setting. This uses one struct to define not only all the possible values, but also anything specific to the alternate characters key, so this can be used for other modifiers. This also changes the style of the dialog to use a GtkListBox.
10 lines
503 B
XML
10 lines
503 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<gresources>
|
|
<gresource prefix="/org/gnome/control-center/keyboard">
|
|
<file preprocess="xml-stripblanks">enter-keyboard-shortcut.svg</file>
|
|
<file preprocess="xml-stripblanks">cc-xkb-modifier-dialog.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-keyboard-shortcut-row.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-keyboard-panel.ui</file>
|
|
<file preprocess="xml-stripblanks">cc-keyboard-shortcut-editor.ui</file>
|
|
</gresource>
|
|
</gresources>
|