Make J/K work globally, add Ctrl+] and Ctrl+[ as aliases

See #505
This commit is contained in:
Michael Gratton 2019-07-22 01:24:42 +10:00 committed by Michael James Gratton
parent ab0e9d3a40
commit c25415ea02
4 changed files with 51 additions and 20 deletions

View file

@ -244,15 +244,15 @@
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Select next conversation down</property>
<property name="accelerator">J</property>
<property name="title" translatable="yes" context="shortcut window">Select the conversation down</property>
<property name="accelerator">&lt;primary&gt;bracketright J</property>
</object>
</child>
<child>
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Select previous conversation up</property>
<property name="accelerator">K</property>
<property name="title" translatable="yes" context="shortcut window">Select the conversation up</property>
<property name="accelerator">&lt;primary&gt;bracketleft K</property>
</object>
</child>
<child>