41 lines
2.4 KiB
Diff
41 lines
2.4 KiB
Diff
From ce01503237138704e94b9f51be135675f841c3fd Mon Sep 17 00:00:00 2001
|
|
From: longcheng <longcheng@kylinos.com.cn>
|
|
Date: Thu, 24 Mar 2022 18:59:42 +0800
|
|
Subject: [PATCH 3/5] add kiran-flameshot super key
|
|
|
|
---
|
|
src/org.mate.marco.gschema.xml | 6 +++---
|
|
1 file changed, 3 insertions(+), 3 deletions(-)
|
|
|
|
diff --git a/src/org.mate.marco.gschema.xml b/src/org.mate.marco.gschema.xml
|
|
index 5716af3..57c286a 100644
|
|
--- a/src/org.mate.marco.gschema.xml
|
|
+++ b/src/org.mate.marco.gschema.xml
|
|
@@ -618,7 +618,7 @@
|
|
<description>The format looks like "<Control>a" or "<Shift><Alt>F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
|
|
</key>
|
|
<key name="run-command-screenshot" type="s">
|
|
- <default>'Print'</default>
|
|
+ <default>'<Control><Alt>A'</default>
|
|
<summary>Take a screenshot</summary>
|
|
<description>The format looks like "<Control>a" or "<Shift><Alt>F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "<Ctl>" and "<Ctrl>". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
|
|
</key>
|
|
@@ -701,12 +701,12 @@
|
|
<description>The /apps/marco/global_keybindings/run_command_N keys define keybindings that correspond to these commands. Pressing the keybinding for run_command_N will execute command_N.</description>
|
|
</key>
|
|
<key name="command-screenshot" type="s">
|
|
- <default>'mate-screenshot'</default>
|
|
+ <default>'kiran-flameshot gui'</default>
|
|
<summary>The screenshot command</summary>
|
|
<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>'mate-screenshot --window'</default>
|
|
+ <default>'kiranflameshot screen'</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
|
|
|