[gnome-builder/wip/gtk4-port] plugins/sysprof: add keybindings to profile and record again



commit 077b02c149ff35ff3f069af6bde1d87475abdf08
Author: Christian Hergert <chergert redhat com>
Date:   Wed May 18 17:58:26 2022 -0700

    plugins/sysprof: add keybindings to profile and record again

 src/plugins/sysprof/gtk/keybindings.json | 2 ++
 1 file changed, 2 insertions(+)
---
diff --git a/src/plugins/sysprof/gtk/keybindings.json b/src/plugins/sysprof/gtk/keybindings.json
index 93e393d69..5fbf24061 100644
--- a/src/plugins/sysprof/gtk/keybindings.json
+++ b/src/plugins/sysprof/gtk/keybindings.json
@@ -1 +1,3 @@
 { "trigger" : "<Control>s", "action" : "sysprof.save-as", "when" : "inPageWithTypeName(\"GbpSysprofPage\")", 
"phase" : "capture" },
+{ "trigger" : "<Control><Shift>F8", "action" : "sysprof.record-again", "when" : 
"inPageWithTypeName(\"GbpSysprofPage\")", "phase" : "capture" },
+{ "trigger" : "<Control>F8", "action" : "sysprof.run", "when" : "hasProject()", "phase" : "capture" },


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