[gnome-builder/wip/gtk4-port: 1068/1774] plugins/sysprof: add keybindings to profile and record again
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder/wip/gtk4-port: 1068/1774] plugins/sysprof: add keybindings to profile and record again
- Date: Mon, 11 Jul 2022 22:31:33 +0000 (UTC)
commit 8431d94d42e3ce73ffb601f0bec987319decccdd
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]