diff options
author | fiaxh <git@lightrise.org> | 2022-05-14 14:45:59 +0200 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2022-07-27 20:34:20 +0200 |
commit | f44cbe02c17df1f02ad49c63cd784fec0ea02d85 (patch) | |
tree | 4cab9b5f84d88769d19b0698e24b318f50b6144e /main/data/shortcuts.ui | |
parent | 2b3ce5fc95c63ed7d54e207db0585c8b8bbcd603 (diff) | |
download | dino-f44cbe02c17df1f02ad49c63cd784fec0ea02d85.tar.gz dino-f44cbe02c17df1f02ad49c63cd784fec0ea02d85.zip |
Improve Gtk4 port
Diffstat (limited to 'main/data/shortcuts.ui')
-rw-r--r-- | main/data/shortcuts.ui | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/main/data/shortcuts.ui b/main/data/shortcuts.ui index 0b0732a9..30b5ab83 100644 --- a/main/data/shortcuts.ui +++ b/main/data/shortcuts.ui @@ -4,22 +4,18 @@ <property name="modal">True</property> <child> <object class="GtkShortcutsSection"> - <property name="visible">True</property> <property name="section-name">shortcuts</property> <child> <object class="GtkShortcutsGroup"> - <property name="visible">True</property> <property name="title" translatable="yes">General</property> <child> <object class="GtkShortcutsShortcut"> - <property name="visible">True</property> <property name="accelerator"><ctrl>T</property> <property name="title" translatable="yes">Start Conversation</property> </object> </child> <child> <object class="GtkShortcutsShortcut"> - <property name="visible">True</property> <property name="accelerator"><ctrl>G</property> <property name="title" translatable="yes">Join Channel</property> </object> @@ -28,18 +24,15 @@ </child> <child> <object class="GtkShortcutsGroup"> - <property name="visible">True</property> <property name="title" translatable="yes">Conversation</property> <child> <object class="GtkShortcutsShortcut"> - <property name="visible">True</property> <property name="accelerator"><ctrl>F</property> <property name="title" translatable="yes">Search messages</property> </object> </child> <child> <object class="GtkShortcutsShortcut"> - <property name="visible">True</property> <property name="accelerator"><ctrl>U</property> <property name="title" translatable="yes">Send a file</property> </object> @@ -48,18 +41,15 @@ </child> <child> <object class="GtkShortcutsGroup"> - <property name="visible">True</property> <property name="title" translatable="yes">Navigation</property> <child> <object class="GtkShortcutsShortcut"> - <property name="visible">True</property> <property name="accelerator"><ctrl>Tab</property> <property name="title" translatable="yes">Jump to next conversation</property> </object> </child> <child> <object class="GtkShortcutsShortcut"> - <property name="visible">True</property> <property name="accelerator"><ctrl><Shift>Tab</property> <property name="title" translatable="yes">Jump to previous conversation</property> </object> |