Summary: Actually, this is the 2nd half of D24. As mentioned there, this is the solution to getting the {key Super} key to toggle the menu. Test Plan: Um, press the {key Super} key and make sure the menu opens. ☺ To be clear, this is konwn to work, as this path is hardcoded and it's the reason why the file we removed in D24 doesn't work. Reviewers: tsimonq2 Reviewed By: tsimonq2 Differential Revision: https://phab.lubuntu.me/D31ubuntu/cosmic
parent
379e901063
commit
c38d485eb9
@ -0,0 +1,215 @@
|
||||
Description: Provide a more complete configuration file.
|
||||
Author: Walter Lapchynski <wxl@ubuntu.com>
|
||||
Last-Update: 2018-10-06
|
||||
--- a/xdg/globalkeyshortcuts.conf
|
||||
+++ b/xdg/globalkeyshortcuts.conf
|
||||
@@ -1,46 +1,187 @@
|
||||
+[General]
|
||||
+AllowGrabBaseKeypad=true
|
||||
+AllowGrabBaseSpecial=false
|
||||
+AllowGrabLocks=false
|
||||
+AllowGrabMiscKeypad=true
|
||||
+AllowGrabMiscSpecial=true
|
||||
+MultipleActionsBehaviour=first
|
||||
|
||||
-[Control%2BAlt%2BT.1]
|
||||
-Comment=QTerminal
|
||||
+[.20]
|
||||
+Comment=Switch to desktop 7
|
||||
Enabled=true
|
||||
-Exec=qterminal
|
||||
+path=/panel/desktopswitch/desktop_7
|
||||
|
||||
-[Shift%2BControl%2BF6.2]
|
||||
-Comment=\x2600 \x2193
|
||||
+[.23]
|
||||
+Comment=Switch to desktop 10
|
||||
Enabled=true
|
||||
-Exec=lxqt-config-brightness, -d
|
||||
+path=/panel/desktopswitch/desktop_10
|
||||
|
||||
-[Shift%2BControl%2BF7.3]
|
||||
-Comment=\x2600 \x2191
|
||||
+[.24]
|
||||
+Comment=Switch to desktop 11
|
||||
Enabled=true
|
||||
-Exec=lxqt-config-brightness, -i
|
||||
+path=/panel/desktopswitch/desktop_11
|
||||
|
||||
-[XF86MonBrightnessDown.4]
|
||||
-Comment=\x2600 \x2193
|
||||
+[.36]
|
||||
+Comment=Show/hide runner dialog
|
||||
Enabled=true
|
||||
-Exec=lxqt-config-brightness, -d
|
||||
+path=/runner/show_hide_dialog
|
||||
|
||||
-[XF86MonBrightnessUp.5]
|
||||
-Comment=\x2600 \x2191
|
||||
+[Control%2BAlt%2BD.10]
|
||||
+Comment=Show desktop
|
||||
Enabled=true
|
||||
-Exec=lxqt-config-brightness, -i
|
||||
+path=/panel/showdesktop/show_hide
|
||||
|
||||
-
|
||||
-[Control%2BAlt%2BE.6]
|
||||
+[Control%2BAlt%2BE.1]
|
||||
Comment=Pcmanfm
|
||||
Enabled=true
|
||||
Exec=pcmanfm-qt
|
||||
|
||||
-[Control%2BAlt%2BI.7]
|
||||
+[Control%2BAlt%2BI.2]
|
||||
Comment=Web browser
|
||||
Enabled=true
|
||||
Exec=xdg-open, about:blank
|
||||
|
||||
-[Print.8]
|
||||
+[Control%2BAlt%2BL.3]
|
||||
+Comment=lockscreen
|
||||
+Enabled=true
|
||||
+Exec=xdg-screensaver, lock
|
||||
+
|
||||
+[Control%2BF1.14]
|
||||
+Comment=Switch to desktop 1
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_1
|
||||
+
|
||||
+[Control%2BF12.25]
|
||||
+Comment=Switch to desktop 12
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_12
|
||||
+
|
||||
+[Control%2BF2.15]
|
||||
+Comment=Switch to desktop 2
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_2
|
||||
+
|
||||
+[Control%2BF3.16]
|
||||
+Comment=Switch to desktop 3
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_3
|
||||
+
|
||||
+[Control%2BF4.17]
|
||||
+Comment=Switch to desktop 4
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_4
|
||||
+
|
||||
+[Control%2BF5.18]
|
||||
+Comment=Switch to desktop 5
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_5
|
||||
+
|
||||
+[Control%2BF6.19]
|
||||
+Comment=Switch to desktop 6
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_6
|
||||
+
|
||||
+[Control%2BF8.21]
|
||||
+Comment=Switch to desktop 8
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_8
|
||||
+
|
||||
+[Control%2BF9.22]
|
||||
+Comment=Switch to desktop 9
|
||||
+Enabled=true
|
||||
+path=/panel/desktopswitch/desktop_9
|
||||
+
|
||||
+[Meta%2B0.35]
|
||||
+Comment=Activate task 10
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_10
|
||||
+
|
||||
+[Meta%2B1.26]
|
||||
+Comment=Activate task 1
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_1
|
||||
+
|
||||
+[Meta%2B2.27]
|
||||
+Comment=Activate task 2
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_2
|
||||
+
|
||||
+[Meta%2B3.28]
|
||||
+Comment=Activate task 3
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_3
|
||||
+
|
||||
+[Meta%2B4.29]
|
||||
+Comment=Activate task 4
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_4
|
||||
+
|
||||
+[Meta%2B5.30]
|
||||
+Comment=Activate task 5
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_5
|
||||
+
|
||||
+[Meta%2B6.31]
|
||||
+Comment=Activate task 6
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_6
|
||||
+
|
||||
+[Meta%2B7.32]
|
||||
+Comment=Activate task 7
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_7
|
||||
+
|
||||
+[Meta%2B8.33]
|
||||
+Comment=Activate task 8
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_8
|
||||
+
|
||||
+[Meta%2B9.34]
|
||||
+Comment=Activate task 9
|
||||
+Enabled=true
|
||||
+path=/panel/taskbar/task_9
|
||||
+
|
||||
+[Print.4]
|
||||
Comment=screen shot
|
||||
Enabled=true
|
||||
Exec=lximage-qt, -s
|
||||
|
||||
-[Control%2BAlt%2BL.30]
|
||||
-Comment=lockscreen
|
||||
+[Shift%2BControl%2BF6.5]
|
||||
+Comment=\x2600 \x2193
|
||||
Enabled=true
|
||||
-Exec=xdg-screensaver, lock
|
||||
+Exec=lxqt-config-brightness, -d
|
||||
+
|
||||
+[Shift%2BControl%2BF7.6]
|
||||
+Comment=\x2600 \x2191
|
||||
+Enabled=true
|
||||
+Exec=lxqt-config-brightness, -i
|
||||
+
|
||||
+[Super_L.9]
|
||||
+Comment=Show/hide main menu
|
||||
+Enabled=true
|
||||
+path=/panel/mainmenu/show_hide
|
||||
+
|
||||
+[XF86AudioLowerVolume.12]
|
||||
+Comment=Decrease sound volume
|
||||
+Enabled=true
|
||||
+path=/panel/volume/down
|
||||
+
|
||||
+[XF86AudioMute.13]
|
||||
+Comment=Mute/unmute sound volume
|
||||
+Enabled=true
|
||||
+path=/panel/volume/mute
|
||||
+
|
||||
+[XF86AudioRaiseVolume.11]
|
||||
+Comment=Increase sound volume
|
||||
+Enabled=true
|
||||
+path=/panel/volume/up
|
||||
+
|
||||
+[XF86MonBrightnessDown.7]
|
||||
+Comment=\x2600 \x2193
|
||||
+Enabled=true
|
||||
+Exec=lxqt-config-brightness, -d
|
||||
+
|
||||
+[XF86MonBrightnessUp.8]
|
||||
+Comment=\x2600 \x2191
|
||||
+Enabled=true
|
||||
+Exec=lxqt-config-brightness, -i
|
@ -0,0 +1 @@
|
||||
complete-config-file.patch
|
Loading…
Reference in new issue