parent
fb28fcf4e6
commit
9190c2c8e3
2 changed files with 2 additions and 2 deletions
|
|
@ -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" });
|
||||
|
||||
|
|
|
|||
|
|
@ -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"><primary>N N</property>
|
||||
<property name="accelerator"><primary>N</property>
|
||||
</object>
|
||||
</child>
|
||||
<child>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue