-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathShortcutsWindow.ui
37 lines (37 loc) · 1.4 KB
/
ShortcutsWindow.ui
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
<?xml version="1.0" encoding="UTF-8"?>
<!--
DO NOT EDIT!
This file was @generated by blueprint-compiler. Instead, edit the
corresponding .blp file and regenerate this file with blueprint-compiler.
-->
<interface>
<requires lib="gtk" version="4.0"/>
<template class="ShortcutsWindow" parent="GtkShortcutsWindow">
<property name="modal">true</property>
<child>
<object class="GtkShortcutsSection">
<property name="section-name">shortcuts</property>
<property name="max-height">10</property>
<child>
<object class="GtkShortcutsGroup">
<property name="title">Python - PyGObject - GTK</property>
<child>
<object class="GtkShortcutsShortcut">
<property name="title">Python - PyGObject - GTK</property>
<property name="action-name">app.shortcuts-window</property>
<property name="accelerator"><primary>&1</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="title">Python - PyGObject - GTK</property>
<property name="action-name">app.quit</property>
<property name="accelerator"><primary>&q</property>
</object>
</child>
</object>
</child>
</object>
</child>
</template>
</interface>