28 lines
959 B
Diff
28 lines
959 B
Diff
From 545f9e60becbd385de61825d04bd1a96962ff48f Mon Sep 17 00:00:00 2001
|
|
From: longcheng <longcheng@kylinos.com.cn>
|
|
Date: Thu, 24 Mar 2022 19:02:49 +0800
|
|
Subject: [PATCH 5/5] fix(keybinding): Hide screenshort keybinding
|
|
|
|
---
|
|
src/50-marco-desktop-key.xml.in | 4 ----
|
|
1 file changed, 4 deletions(-)
|
|
|
|
diff --git a/src/50-marco-desktop-key.xml.in b/src/50-marco-desktop-key.xml.in
|
|
index 1719291..d5c7637 100644
|
|
--- a/src/50-marco-desktop-key.xml.in
|
|
+++ b/src/50-marco-desktop-key.xml.in
|
|
@@ -7,10 +7,6 @@
|
|
|
|
<KeyListEntry name="panel-kiran-menu" _description="Show the panel's main menu of kiran" />
|
|
|
|
- <KeyListEntry name="run-command-screenshot" _description="Take a screenshot" />
|
|
-
|
|
- <KeyListEntry name="run-command-window-screenshot" _description="Take a screenshot of a window" />
|
|
-
|
|
<KeyListEntry name="run-command-terminal" _description="Run a terminal" />
|
|
|
|
<KeyListEntry name="rename-workspace" _description="Rename current workspace" />
|
|
--
|
|
2.27.0
|
|
|