26 lines
1.1 KiB
Diff
26 lines
1.1 KiB
Diff
From 1d9b4797a9b6c29ab6e31aba6bf36132e2b95167 Mon Sep 17 00:00:00 2001
|
|
From: longcheng <longcheng@kylinos.com.cn>
|
|
Date: Thu, 24 Mar 2022 19:01:50 +0800
|
|
Subject: [PATCH 4/5] fix(keybinding): modify error of window screen keybinding
|
|
|
|
---
|
|
src/org.mate.marco.gschema.xml | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml
|
|
index 57c286a..6b58b89 100644
|
|
--- a/src/org.mate.marco.gschema.xml
|
|
+++ b/src/org.mate.marco.gschema.xml
|
|
@@ -706,7 +706,7 @@
|
|
<description>The /apps/marco/global_keybindings/run_command_screenshot key defines a keybinding which causes the command specified by this setting to be invoked.</description>
|
|
</key>
|
|
<key name="command-window-screenshot" type="s">
|
|
- <default>'kiranflameshot screen'</default>
|
|
+ <default>'kiran-flameshot gui'</default>
|
|
<summary>The window screenshot command</summary>
|
|
<description>The /apps/marco/global_keybindings/run_command_window_screenshot key defines a keybinding which causes the command specified by this setting to be invoked.</description>
|
|
</key>
|
|
--
|
|
2.27.0
|
|
|