Update online keyboard shortcuts help
Make it a bit more compact by merging a few one/the other entries, make labels read better.
This commit is contained in:
parent
c4cba4370d
commit
dfe0b5cc76
1 changed files with 21 additions and 41 deletions
|
|
@ -56,35 +56,35 @@
|
|||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Archive conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Archive conversations</property>
|
||||
<property name="accelerator"><primary>K</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Move conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Move conversations</property>
|
||||
<property name="accelerator"><primary>M</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Label conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Label conversations</property>
|
||||
<property name="accelerator"><primary>B</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Trash conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Trash conversations</property>
|
||||
<property name="accelerator">Delete BackSpace</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Move to Spam</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Junk conversations</property>
|
||||
<property name="accelerator"><primary>J</property>
|
||||
</object>
|
||||
</child>
|
||||
|
|
@ -92,7 +92,7 @@
|
|||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title"
|
||||
translatable="yes" context="shortcut window">Delete conversation</property>
|
||||
translatable="yes" context="shortcut window">Delete conversations</property>
|
||||
<property name="accelerator"><Shift>Delete <Shift>BackSpace</property>
|
||||
</object>
|
||||
</child>
|
||||
|
|
@ -121,14 +121,14 @@
|
|||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Find next in current conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Find next in conversation</property>
|
||||
<property name="accelerator"><primary>G</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Find previous in current conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Find previous in conversation</property>
|
||||
<property name="accelerator"><primary><Shift>G</property>
|
||||
</object>
|
||||
</child>
|
||||
|
|
@ -230,29 +230,16 @@
|
|||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Focus the next pane</property>
|
||||
<property name="accelerator"><Alt>Right</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Go to next/previous pane</property>
|
||||
<property name="accelerator"><Alt>Right <Alt>Left</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Focus the previous pane</property>
|
||||
<property name="accelerator"><Alt>Left</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Select the conversation down</property>
|
||||
<property name="accelerator"><primary>period</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Select the conversation up</property>
|
||||
<property name="accelerator"><primary>comma</property>
|
||||
<property name="title"
|
||||
translatable="yes" context="shortcut window">Select next/previous conversation</property>
|
||||
<property name="accelerator"><primary>period <primary>comma</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
|
@ -307,57 +294,50 @@
|
|||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Archive conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Archive conversations</property>
|
||||
<property name="accelerator">E</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Move conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Move conversations</property>
|
||||
<property name="accelerator">V</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Label conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Label conversations</property>
|
||||
<property name="accelerator">L</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Move to Spam</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Junk conversations</property>
|
||||
<property name="accelerator">exclam</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Delete conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Delete conversations</property>
|
||||
<property name="accelerator">numbersign</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Find in current conversation</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Find in current conversations</property>
|
||||
<property name="accelerator">slash</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Select the conversation down</property>
|
||||
<property name="accelerator">J</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
<object class="GtkShortcutsShortcut">
|
||||
<property name="visible">True</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Select the conversation up</property>
|
||||
<property name="accelerator">K</property>
|
||||
<property name="title" translatable="yes" context="shortcut window">Select next/previous conversations</property>
|
||||
<property name="accelerator">J K</property>
|
||||
</object>
|
||||
</child>
|
||||
</object>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue