[gnome-robots/arnaudb/wip/gtk4: 32/32] Use Control.




commit d7930ab6fe778a4e2759ae18922f85d4e084cc7d
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Sat Sep 26 09:43:41 2020 +0200

    Use Control.

 src/gnome-robots.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/gnome-robots.c b/src/gnome-robots.c
index bf7989a..7a881d3 100644
--- a/src/gnome-robots.c
+++ b/src/gnome-robots.c
@@ -323,9 +323,9 @@ static void
 startup (GtkApplication *app, gpointer user_data)
 {
   struct timeval tv;
-  const gchar *new_game_accels[] = { "<Primary>n", NULL };
+  const gchar *new_game_accels[] = { "<Control>n", NULL };
   const gchar *help_accels[] = { "F1", NULL };
-  const gchar *quit_accels[] = { "<Primary>q", NULL };
+  const gchar *quit_accels[] = { "<Control>q", NULL };
 
   gettimeofday (&tv, NULL);
   srand (tv.tv_usec);


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]