Remove single-key accel "n" for Compose action

Fixes #273
This commit is contained in:
Michael Gratton 2019-02-26 09:21:01 +11:00
parent fb28fcf4e6
commit 9190c2c8e3
2 changed files with 2 additions and 2 deletions

View file

@ -248,7 +248,7 @@ public class GearyApplication : Gtk.Application {
config = new Configuration(APP_ID);
// Application accels
add_app_accelerators(ACTION_COMPOSE, { "<Ctrl>N", "N" });
add_app_accelerators(ACTION_COMPOSE, { "<Ctrl>N" });
add_app_accelerators(ACTION_HELP, { "F1" });
add_app_accelerators(ACTION_QUIT, { "<Ctrl>Q" });

View file

@ -97,7 +97,7 @@
<object class="GtkShortcutsShortcut">
<property name="visible">True</property>
<property name="title" translatable="yes" context="shortcut window">Compose a new message</property>
<property name="accelerator">&lt;primary&gt;N N</property>
<property name="accelerator">&lt;primary&gt;N</property>
</object>
</child>
<child>