30 lines
1.1 KiB
XML
30 lines
1.1 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<interface>
|
|
<requires lib="gtk" version="4.0"/>
|
|
<template class="ShortcutDialog" parent="GtkDialog">
|
|
<property name="title">Assign Keyboard Shortcut</property>
|
|
<property name="modal">1</property>
|
|
<property name="default_width">440</property>
|
|
<property name="default_height">200</property>
|
|
<child internal-child="content_area">
|
|
<object class="GtkBox">
|
|
<property name="orientation">vertical</property>
|
|
<property name="spacing">2</property>
|
|
<property name="margin-start">16</property>
|
|
<property name="margin-end">16</property>
|
|
<property name="margin-top">16</property>
|
|
<property name="margin-bottom">16</property>
|
|
<child>
|
|
<object class="GtkLabel">
|
|
<property name="vexpand">1</property>
|
|
<property name="label" translatable="yes">Press your keyboard shortcut or 'Backspace' to disable...</property>
|
|
</object>
|
|
</child>
|
|
</object>
|
|
</child>
|
|
<child>
|
|
<object class="GtkEventControllerKey" id="event_controller" />
|
|
</child>
|
|
</template>
|
|
</interface>
|