1
0
Fork 0
gnome-control-center/global-shortcuts-provider/cc-global-shortcut-dialog.ui
Daniel Baumann 0a49575b51
Adding upstream version 1:48.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 19:52:18 +02:00

44 lines
2 KiB
XML
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<interface>
<template class="CcGlobalShortcutDialog" parent="AdwWindow">
<property name="modal">True</property>
<property name="default-width">480</property>
<property name="title" translatable="yes">Add Keyboard Shortcuts</property>
<child>
<object class="AdwToolbarView">
<child type="top">
<object class="AdwHeaderBar">
<property name="show-start-title-buttons">False</property>
<property name="show-end-title-buttons">False</property>
<child type="start">
<object class="GtkButton" id="cancel_button">
<property name="label" translatable="yes">_Cancel</property>
<property name="use-underline">True</property>
<property name="valign">center</property>
<property name="action-name">window.close</property>
</object>
</child>
<child type="end">
<object class="GtkButton" id="add_button">
<property name="label" translatable="yes">_Add</property>
<property name="use-underline">True</property>
<property name="valign">center</property>
<signal name="clicked" handler="on_add_button_clicked_cb" object="CcGlobalShortcutDialog" swapped="yes" />
<style>
<class name="suggested-action"/>
</style>
</object>
</child>
</object>
</child>
<property name="content">
<object class="AdwPreferencesPage" id="shortcut_list">
<property name="description" translatable="yes">Added keyboard shortcuts will be available globally, and can be changed in the applications panel in Settings</property>
<property name="description-centered">True</property>
</object>
</property>
</object>
</child>
</template>
<object class="GtkSizeGroup" id="accelerator_size_group"/>
</interface>