[geary/wip/composer-action-fixes: 2/2] Remove single-key accel "n" for Compose action
- From: Michael Gratton <mjog src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [geary/wip/composer-action-fixes: 2/2] Remove single-key accel "n" for Compose action
- Date: Mon, 25 Feb 2019 22:22:44 +0000 (UTC)
commit 9190c2c8e36f4d027bae956c62c2651b32e446ba
Author: Michael Gratton <mike vee net>
Date: Tue Feb 26 09:21:01 2019 +1100
Remove single-key accel "n" for Compose action
Fixes #273
src/client/application/geary-application.vala | 2 +-
ui/gtk/help-overlay.ui | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/client/application/geary-application.vala b/src/client/application/geary-application.vala
index a7bf896d..671285f0 100644
--- a/src/client/application/geary-application.vala
+++ b/src/client/application/geary-application.vala
@@ -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" });
diff --git a/ui/gtk/help-overlay.ui b/ui/gtk/help-overlay.ui
index 2c65e763..be856c1e 100644
--- a/ui/gtk/help-overlay.ui
+++ b/ui/gtk/help-overlay.ui
@@ -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>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]