root/data/resources/ui/shortcuts.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
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
<?xml version="1.0" encoding="UTF-8"?>
<interface>
  <object class="GtkShortcutsWindow" id="help_overlay">
    <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" translatable="yes" context="shortcut window">General</property>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Show Shortcuts</property>
                <property name="action-name">win.show-help-overlay</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Quit</property>
                <property name="action-name">app.quit</property>
              </object>
            </child>
            <!-- <child> -->
            <!--   <object class="GtkShortcutsShortcut"> -->
            <!--     <property name="shortcut-type">right-click</property> -->
            <!--     <property name="title" translatable="yes" context="shortcut window">Open Song Context Menu</property> -->
            <!--   </object> -->
            <!-- </child> -->
          </object>

        </child>

        <child>

          <object class="GtkShortcutsGroup">
            <property name="title" translatable="yes" context="shortcut window">Naviation</property>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Open Filter Page</property>
                <property name="action-name">app.open-filter-page</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Open Queue Page</property>
                <property name="action-name">app.open-queue-page</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Open Preferences</property>
                <property name="action-name">app.preferences</property>
              </object>
            </child>
          </object>

        </child>
        <child>

          <object class="GtkShortcutsGroup">
            <property name="title" translatable="yes" context="shortcut window">Player</property>

            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Toggle Single Mode</property>
                <property name="action-name">app.toggle-single-mode</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Toggle Consume Mode</property>
                <property name="action-name">app.toggle-consume-mode</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Toggle Repeat</property>
                <property name="action-name">app.toggle-endless-mode</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Toggle Shuffle</property>
                <property name="action-name">app.toggle-shuffle-mode</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Toggle Pause</property>
                <property name="action-name">app.toggle-pause</property>
              </object>
            </child>

            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Clear Queue</property>
                <property name="action-name">app.clear-queue</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Play Next</property>
                <property name="action-name">app.play-next</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Play Previous</property>
                <property name="action-name">app.play-previous</property>
              </object>
            </child>
            <child>
              <object class="GtkShortcutsShortcut">
                <property name="title" translatable="yes" context="shortcut window">Refresh</property>
                <property name="action-name">app.refresh</property>
              </object>
            </child>
          </object>

        </child>

      </object>
    </child>
</object>
</interface>