[fractal] Add new keyboard shortcuts to the help dialog
- From: Daniel Garcia Moreno <danigm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [fractal] Add new keyboard shortcuts to the help dialog
- Date: Tue, 14 May 2019 11:43:19 +0000 (UTC)
commit 7348934615d6ed0d2c597e6661dfa5e2f1b8212a
Author: Baptiste Gelez <baptiste gelez xyz>
Date: Sat May 11 18:54:53 2019 +0100
Add new keyboard shortcuts to the help dialog
fractal-gtk/res/gtk/help-overlay.ui | 56 +++++++++++++++++++++++++++++++++++++
1 file changed, 56 insertions(+)
---
diff --git a/fractal-gtk/res/gtk/help-overlay.ui b/fractal-gtk/res/gtk/help-overlay.ui
index 2b490523..33e44c51 100644
--- a/fractal-gtk/res/gtk/help-overlay.ui
+++ b/fractal-gtk/res/gtk/help-overlay.ui
@@ -25,6 +25,62 @@
<property name="title" translatable="yes" context="shortcut window">Open / close the room
sidebar search</property>
</object>
</child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="accelerator"><Ctrl>Page_Up</property>
+ <property name="title" translatable="yes" context="shortcut window">Open the previous room
in the list</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="accelerator"><Ctrl>Page_Down</property>
+ <property name="title" translatable="yes" context="shortcut window">Open the next room in
the list</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="accelerator"><Ctrl><Shift>Page_Up</property>
+ <property name="title" translatable="yes" context="shortcut window">Open the previous room
with unread messages in the list</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="accelerator"><Ctrl><Shift>Page_Down</property>
+ <property name="title" translatable="yes" context="shortcut window">Open the next room with
unread messages in the list</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="accelerator"><Ctrl>Home</property>
+ <property name="title" translatable="yes" context="shortcut window">Open the first room of
the list</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="accelerator"><Ctrl>End</property>
+ <property name="title" translatable="yes" context="shortcut window">Open the last room of
the list</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="accelerator">Page_Up</property>
+ <property name="title" translatable="yes" context="shortcut window">View older
messages</property>
+ </object>
+ </child>
+ <child>
+ <object class="GtkShortcutsShortcut">
+ <property name="visible">true</property>
+ <property name="accelerator">Page_Down</property>
+ <property name="title" translatable="yes" context="shortcut window">View newer
messages</property>
+ </object>
+ </child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">true</property>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]