Welcome to mirror list, hosted at ThFree Co, Russian Federation.

dev.gajim.org/gajim/gajim.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Hörist <philipp@hoerist.com>2022-09-07 21:11:14 +0300
committerPhilipp Hörist <philipp@hoerist.com>2022-09-07 21:11:14 +0300
commita469c759ec55670038fb37c469dac3a01d86ceca (patch)
treefb025fa1fd723929208775bd7b0d5b997cd6baf8
parent2b123a751e76cb8ac1c3c46549e4159f47b20f41 (diff)
fix: Make shortcuts more discoverable
- Remove Sections so the the ShortcutWindow adds pages, which are easier to see - Add some missing shortcuts Fixes #11122, #11127
-rw-r--r--gajim/data/gui/shortcuts_window.ui28
1 files changed, 21 insertions, 7 deletions
diff --git a/gajim/data/gui/shortcuts_window.ui b/gajim/data/gui/shortcuts_window.ui
index e665c3a9c..72e6cf9a0 100644
--- a/gajim/data/gui/shortcuts_window.ui
+++ b/gajim/data/gui/shortcuts_window.ui
@@ -61,13 +61,7 @@
</child>
</object>
</child>
- </object>
- </child>
- <child>
- <object class="GtkShortcutsSection">
- <property name="visible">1</property>
- <property name="section-name">chat</property>
- <property name="title" translatable="yes">Chat</property>
+
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
@@ -82,6 +76,13 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">1</property>
+ <property name="accelerator">&lt;primary&gt;Up</property>
+ <property name="title" translatable="yes">Correct the last message</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
<property name="accelerator">&lt;shift&gt;Return &lt;primary&gt;Return</property>
<property name="title" translatable="yes">Add new line</property>
</object>
@@ -139,6 +140,19 @@
<child>
<object class="GtkShortcutsGroup">
<property name="visible">1</property>
+ <property name="title" translatable="yes">Workspaces</property>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">1</property>
+ <property name="accelerator">&lt;primary&gt;1...9</property>
+ <property name="title" translatable="yes">Swtich Workspace</property>
+ </object>
+ </child>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsGroup">
+ <property name="visible">1</property>
<property name="title" translatable="yes">Chat List</property>
<child>
<object class="GtkShortcutsShortcut">