There's only one device like this that we support so we might as well use its name as-is instead of a more confusing "External Pad device" which isn't very descriptive unless you work with tablets and know what a "pad" is in this context. Anyone who owns this device will have bought it under the name ExpressKey remote. Fixes https://gitlab.gnome.org/GNOME/gnome-control-center/-/issues/2044
31 lines
1.3 KiB
XML
31 lines
1.3 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<template class="CcWacomEkrPage" parent="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">24</property>
|
|
<child>
|
|
<object class="AdwPreferencesGroup" id="ekr_section">
|
|
<property name="description">ExpressKey Remote</property>
|
|
<property name="header-suffix">
|
|
<object class="GtkPicture" id="ekr_icon">
|
|
<property name="halign">end</property>
|
|
<property name="valign">start</property>
|
|
<property name="file">resource:///org/gnome/control-center/wacom/wacom-tablet.svg</property>
|
|
</object>
|
|
</property>
|
|
<child>
|
|
<object class="AdwActionRow" id="ekr_map_buttons">
|
|
<property name="title" translatable="yes">Map Buttons</property>
|
|
<property name="activatable">True</property>
|
|
<signal name="activated" handler="on_map_buttons_activated" object="CcWacomEkrPage" swapped="yes" />
|
|
<child type="suffix">
|
|
<object class="GtkImage">
|
|
<property name="icon-name">go-next-symbolic</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
</template>
|
|
</interface>
|