[gnome-system-monitor/wip/davidk/help-overlay-shortcut: 9/9] application: Fix help overlay shortcut




commit 6144033769e1e9f76e2e0f981fca722b9bf15a59
Author: David King <amigadave amigadave com>
Date:   Mon Apr 25 14:17:43 2022 +0100

    application: Fix help overlay shortcut
    
    https://gitlab.gnome.org/GNOME/gnome-system-monitor/-/issues/202
    https://bugzilla.redhat.com/show_bug.cgi?id=2073741

 src/application.cpp | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/application.cpp b/src/application.cpp
index 71ac4cef..6f95695f 100644
--- a/src/application.cpp
+++ b/src/application.cpp
@@ -514,6 +514,7 @@ void GsmApplication::on_startup()
     add_accelerator("<Alt>Return", "win.process-properties", NULL);
     add_accelerator("<Primary>f", "win.search", g_variant_new_boolean (TRUE));
     add_accelerator("F1", "app.help", NULL);
+    add_accelerator("<Primary>question", "win.show-help-overlay", NULL);
 
     Gtk::Window::set_default_icon_name ("org.gnome.SystemMonitor");
 


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