marco/0001-fix-disabled-Alt-F1-to-popop-mate-menu-b638cc7c.patch
2022-08-08 15:14:52 +08:00

26 lines
1.4 KiB
Diff

From b638cc7c8bb7cfb9d61ae85e3ad00b3cfd1ec884 Mon Sep 17 00:00:00 2001
From: longcheng <longcheng@kylinos.com.cn>
Date: Thu, 24 Mar 2022 18:54:48 +0800
Subject: [PATCH 1/5] fix: disabled Alt+F1 to popop mate menu
---
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 afd64b8..94f63b4 100644
--- a/src/org.mate.marco.gschema.xml
+++ b/src/org.mate.marco.gschema.xml
@@ -603,7 +603,7 @@
<description>The format looks like "&lt;Control&gt;a" or "&lt;Shift&gt;&lt;Alt&gt;F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and "&lt;Ctrl&gt;". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
</key>
<key name="panel-main-menu" type="s">
- <default>'&lt;Alt&gt;F1'</default>
+ <default>'disabled'</default>
<summary>Show the panel's main menu</summary>
<description>The format looks like "&lt;Control&gt;a" or "&lt;Shift&gt;&lt;Alt&gt;F1". The parser is fairly liberal and allows lower or upper case, and also abbreviations such as "&lt;Ctl&gt;" and "&lt;Ctrl&gt;". If you set the option to the special string "disabled", then there will be no keybinding for this action.</description>
</key>
--
2.27.0