-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libxfce4ui: Add shortcut for Whiskermenu (#1017)
**Summary** Add default shortcut to Whiskermenu Ref #305 Signed-off-by: Evan Maddock <[email protected]> **Test Plan** Create a new user and hit the Super key. Whiskermenu pops up. **Checklist** - [x] Package was built and tested against unstable
- Loading branch information
Showing
3 changed files
with
34 additions
and
8 deletions.
There are no files selected for viewing
25 changes: 25 additions & 0 deletions
25
packages/l/libxfce4ui/files/0001-libxfce4kbd-private-Add-shortcut-for-Whiskermenu.patch
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
From 8ffc6614d7fd12e2453a5be1bb56a573ab5feb8f Mon Sep 17 00:00:00 2001 | ||
From: Evan Maddock <[email protected]> | ||
Date: Thu, 14 Dec 2023 10:48:47 -0500 | ||
Subject: [PATCH] libxfce4kbd-private: Add shortcut for Whiskermenu | ||
|
||
Signed-off-by: Evan Maddock <[email protected]> | ||
--- | ||
libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | 1 + | ||
1 file changed, 1 insertion(+) | ||
|
||
diff --git a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | ||
index 32901e3..5b04d93 100644 | ||
--- a/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | ||
+++ b/libxfce4kbd-private/xfce4-keyboard-shortcuts.xml | ||
@@ -30,6 +30,7 @@ | ||
<property name="startup-notify" type="bool" value="true"/> | ||
</property> | ||
<property name="<Alt><Super>s" type="string" value="orca"/> | ||
+ <property name="Super_L" type="string" value="xfce4-popup-whiskermenu"> | ||
</property> | ||
</property> | ||
<property name="xfwm4" type="empty"> | ||
-- | ||
2.43.0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,8 +3,8 @@ | |
<Name>libxfce4ui</Name> | ||
<Homepage>https://docs.xfce.org/xfce/libxfce4ui/start</Homepage> | ||
<Packager> | ||
<Name>Zach Bacon</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
</Packager> | ||
<License>GPL-2.0-only</License> | ||
<PartOf>desktop.xfce</PartOf> | ||
|
@@ -111,7 +111,7 @@ | |
</Description> | ||
<PartOf>programming.devel</PartOf> | ||
<RuntimeDependencies> | ||
<Dependency release="4">libxfce4ui</Dependency> | ||
<Dependency release="5">libxfce4ui</Dependency> | ||
</RuntimeDependencies> | ||
<Files> | ||
<Path fileType="header">/usr/include/xfce4/libxfce4kbd-private-3/libxfce4kbd-private/xfce-shortcut-dialog.h</Path> | ||
|
@@ -180,12 +180,12 @@ | |
</Files> | ||
</Package> | ||
<History> | ||
<Update release="4"> | ||
<Date>2023-10-29</Date> | ||
<Update release="5"> | ||
<Date>2023-12-14</Date> | ||
<Version>4.18.4</Version> | ||
<Comment>Packaging update</Comment> | ||
<Name>Zach Bacon</Name> | ||
<Email>[email protected]</Email> | ||
<Name>Evan Maddock</Name> | ||
<Email>[email protected]</Email> | ||
</Update> | ||
</History> | ||
</PISI> |