diff --git a/debian/changelog b/debian/changelog index a161ac2..b1e66ae 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +lubuntu-default-settings (19.10.5) eoan; urgency=medium + + * Modified shortcuts so they don't interfere with lxqt-globalkeys. + * Removed shortcuts not relevant to LXQt releases. + * Removed non-functional shortcuts that were commented out. + * Included globalkeys.conf for lxqt-globalkeys. + + -- Raman Sarda Wed, 21 Aug 2019 15:58:19 +0530 + lubuntu-default-settings (19.10.4) eoan; urgency=medium * Added lximage-qt-screenshot.desktop with NoDisplay=true so it does not diff --git a/src/etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf b/src/etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf new file mode 100644 index 0000000..53fdb3a --- /dev/null +++ b/src/etc/xdg/xdg-Lubuntu/lxqt/globalkeyshortcuts.conf @@ -0,0 +1,217 @@ +[General] +AllowGrabBaseKeypad=true +AllowGrabBaseSpecial=false +AllowGrabLocks=false +AllowGrabMiscKeypad=true +AllowGrabMiscSpecial=true +MultipleActionsBehaviour=first + +[Control%2BAlt%2BDelete.1] +Comment=Task manager +Enabled=true +Exec=qps + +[Control%2BAlt%2BI.2] +Comment=Web browser +Enabled=true +Exec=xdg-open, about:blank + +[Control%2BAlt%2BL.3] +Comment=lockscreen +Enabled=true +Exec=xdg-screensaver, lock + +[Control%2BAlt%2BT.4] +Comment=Launch Terminal +Enabled=true +Exec=qterminal + +[Meta%2B0.5] +Comment=Activate task 10 +Enabled=true +path=/panel/taskbar/task_10 + +[Meta%2B1.6] +Comment=Activate task 1 +Enabled=true +path=/panel/taskbar/task_1 + +[Meta%2B2.7] +Comment=Activate task 2 +Enabled=true +path=/panel/taskbar/task_2 + +[Meta%2B3.8] +Comment=Activate task 3 +Enabled=true +path=/panel/taskbar/task_3 + +[Meta%2B4.9] +Comment=Activate task 4 +Enabled=true +path=/panel/taskbar/task_4 + +[Meta%2B5.10] +Comment=Activate task 5 +Enabled=true +path=/panel/taskbar/task_5 + +[Meta%2B6.11] +Comment=Activate task 6 +Enabled=true +path=/panel/taskbar/task_6 + +[Meta%2B7.12] +Comment=Activate task 7 +Enabled=true +path=/panel/taskbar/task_7 + +[Meta%2B8.13] +Comment=Activate task 8 +Enabled=true +path=/panel/taskbar/task_8 + +[Meta%2B9.14] +Comment=Activate task 9 +Enabled=true +path=/panel/taskbar/task_9 + +[Meta%2BD.15] +Comment=Show desktop +Enabled=true +path=/panel/showdesktop/show_hide + +[Meta%2BE.16] +Comment=Pcmanfm +Enabled=true +Exec=pcmanfm-qt + +[Meta%2BF1.17] +Comment=Switch to desktop 1 +Enabled=true +path=/panel/desktopswitch/desktop_1 + +[Meta%2BF10.18] +Comment=Switch to desktop 10 +Enabled=true +path=/panel/desktopswitch/desktop_10 + +[Meta%2BF11.19] +Comment=Switch to desktop 11 +Enabled=true +path=/panel/desktopswitch/desktop_11 + +[Meta%2BF12.20] +Comment=Switch to desktop 12 +Enabled=true +path=/panel/desktopswitch/desktop_12 + +[Meta%2BF2.21] +Comment=Switch to desktop 2 +Enabled=true +path=/panel/desktopswitch/desktop_2 + +[Meta%2BF3.22] +Comment=Switch to desktop 3 +Enabled=true +path=/panel/desktopswitch/desktop_3 + +[Meta%2BF4.23] +Comment=Switch to desktop 4 +Enabled=true +path=/panel/desktopswitch/desktop_4 + +[Meta%2BF5.24] +Comment=Switch to desktop 5 +Enabled=true +path=/panel/desktopswitch/desktop_5 + +[Meta%2BF6.25] +Comment=Switch to desktop 6 +Enabled=true +path=/panel/desktopswitch/desktop_6 + +[Meta%2BF7.26] +Comment=Switch to desktop 7 +Enabled=true +path=/panel/desktopswitch/desktop_7 + +[Meta%2BF8.27] +Comment=Switch to desktop 8 +Enabled=true +path=/panel/desktopswitch/desktop_8 + +[Meta%2BF9.28] +Comment=Switch to desktop 9 +Enabled=true +path=/panel/desktopswitch/desktop_9 + +[Meta%2BR.29] +Comment=Show/hide runner dialog +Enabled=true +path=/runner/show_hide_dialog + +[Print.30] +Comment=screen shot +Enabled=true +Exec=screengrab + +[Shift%2BControl%2BF6.31] +Comment=\x2600 \x2193 +Enabled=true +Exec=lxqt-config-brightness, -d + +[Shift%2BControl%2BF7.32] +Comment=\x2600 \x2191 +Enabled=true +Exec=lxqt-config-brightness, -i + +[Super_L.33] +Comment=Show/hide main menu +Enabled=true +path=/panel/mainmenu/show_hide + +[XF86AudioLowerVolume.34] +Comment=Decrease sound volume +Enabled=true +path=/panel/volume/down + +[XF86AudioMute.35] +Comment=Mute/unmute sound volume +Enabled=true +path=/panel/volume/mute + +[XF86AudioRaiseVolume.36] +Comment=Increase sound volume +Enabled=true +path=/panel/volume/up + +[XF86Calculator.37] +Comment=Launch calculator +Enabled=true +Exec=kcalc + +[XF86HomePage.38] +Comment=Launch browser +Enabled=true +Exec=firefox + +[XF86Mail.39] +Comment=Launch mail +Enabled=true +Exec=trojita + +[XF86MonBrightnessDown.40] +Comment=\x2600 \x2193 +Enabled=true +Exec=lxqt-config-brightness, -d + +[XF86MonBrightnessUp.41] +Comment=\x2600 \x2191 +Enabled=true +Exec=lxqt-config-brightness, -i + +[XF86MyComputer.42] +Comment=Launch pcmanfm +Enabled=true +Exec=pcmanfm-qt \ No newline at end of file diff --git a/src/etc/xdg/xdg-Lubuntu/openbox/lxqt-rc.xml b/src/etc/xdg/xdg-Lubuntu/openbox/lxqt-rc.xml index 60d3820..b548da4 100644 --- a/src/etc/xdg/xdg-Lubuntu/openbox/lxqt-rc.xml +++ b/src/etc/xdg/xdg-Lubuntu/openbox/lxqt-rc.xml @@ -214,35 +214,19 @@ downno - + leftno - + rightno - + upno - + downno - - 1 - - - 2 - - - 3 - - - 4 - - - - - @@ -275,228 +259,33 @@ - - - yesyes - - - - - - - - + right - + left - + up - + down - - - - - - 0 - 0 - 100% - 50% - - - - - - - -0 - 0 - 100% - 50% - - - - - - - 0 - 0 - 100% - 50% - - - - - - - 0 - -0 - 100% - 50% - - - - - - - - - - true - File manager - - pcmanfm-qt - - - - - - - lxqt-runner - - - - - lxqt-runner - - - - - - - - - - - qps - - - - - - - qterminal - - - - - - - - - - qterminal - - - - - qterminal - - - - - - - - - - pcmanfm-qt - - - - - - - xset dpms force off - - - - - xbacklight -dec 10 - - - - - xbacklight -inc 10 - - - - - - - -