[sysprof/wip/chergert/sysprof-3] sysprof: add ctrl+s accelerator



commit c2b59da81a08076674572711502a663859adebea
Author: Christian Hergert <chergert redhat com>
Date:   Wed May 22 08:55:45 2019 -0700

    sysprof: add ctrl+s accelerator

 src/sysprof/sysprof-application.c | 1 +
 1 file changed, 1 insertion(+)
---
diff --git a/src/sysprof/sysprof-application.c b/src/sysprof/sysprof-application.c
index 7e9b757..ae0f996 100644
--- a/src/sysprof/sysprof-application.c
+++ b/src/sysprof/sysprof-application.c
@@ -44,6 +44,7 @@ struct {
   { "zoom.zoom-one",      { "<Primary>0", "<Primary>KP_0", NULL } },
   { "win.new-tab",        { "<Primary>t", NULL } },
   { "win.close-tab",      { "<Primary>w", NULL } },
+  { "win.save-capture",   { "<Primary>s", NULL } },
   { "win.switch-tab(1)",  { "<Alt>1", NULL } },
   { "win.switch-tab(2)",  { "<Alt>2", NULL } },
   { "win.switch-tab(3)",  { "<Alt>3", NULL } },


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