File 0001-Set-new-menu-toogle-hotkey.patch of Package gnome-shell-extension-clipboard-history
From 768f8dc7fcc791f6ffe7eef44d4102622f624d5c Mon Sep 17 00:00:00 2001
From: tigro <tigro@msvsphere-os.ru>
Date: Wed, 24 Dec 2025 12:42:10 +0300
Subject: [PATCH] Set new menu toogle hotkey
---
.../org.gnome.shell.extensions.clipboard-indicator.gschema.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/schemas/org.gnome.shell.extensions.clipboard-indicator.gschema.xml b/schemas/org.gnome.shell.extensions.clipboard-indicator.gschema.xml
index 9484485..5e4ccd8 100644
--- a/schemas/org.gnome.shell.extensions.clipboard-indicator.gschema.xml
+++ b/schemas/org.gnome.shell.extensions.clipboard-indicator.gschema.xml
@@ -125,7 +125,7 @@
<summary>Shortcut to cycle to the next clipboard entry</summary>
</key>
<key name="toggle-menu" type="as">
- <default><![CDATA[['<Super><Shift>V']]]></default>
+ <default><![CDATA[['<Ctrl><Alt>H']]]></default>
<summary>Shortcut to open the clipboard history</summary>
</key>
<key name="toggle-private-mode" type="as">
--
2.52.0