diff --git a/debian/changelog b/debian/changelog index 04aebd3..dd503b8 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +lxqt-globalkeys (0.13.0-0ubuntu2) cosmic; urgency=medium + + * Provide a more complete default configuration file. + + -- Walter Lapchynski Sat, 06 Oct 2018 23:26:56 -0700 + lxqt-globalkeys (0.13.0-0ubuntu1) cosmic; urgency=medium * New upstream release. diff --git a/debian/patches/complete-config-file.patch b/debian/patches/complete-config-file.patch new file mode 100644 index 0000000..bd368b3 --- /dev/null +++ b/debian/patches/complete-config-file.patch @@ -0,0 +1,215 @@ +Description: Provide a more complete configuration file. +Author: Walter Lapchynski +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 diff --git a/debian/patches/series b/debian/patches/series new file mode 100644 index 0000000..696c5fa --- /dev/null +++ b/debian/patches/series @@ -0,0 +1 @@ +complete-config-file.patch