From 13de68b0f27c7b328b27f55f38a781f5de8fb93a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 23 Jul 2019 00:14:13 +0100 Subject: * lxqt : increase font size from 8 to 10 * lxqt : replace deprecated clock plugin with worldclock plugin * gimp : use system theme by default * gtk : increase font size from 8 to 10 * misc : various other updates --- skel/.config/lxqt/globalkeyshortcuts.conf | 192 ++++++++++++++++++++++++++++++ 1 file changed, 192 insertions(+) create mode 100644 skel/.config/lxqt/globalkeyshortcuts.conf (limited to 'skel/.config/lxqt/globalkeyshortcuts.conf') diff --git a/skel/.config/lxqt/globalkeyshortcuts.conf b/skel/.config/lxqt/globalkeyshortcuts.conf new file mode 100644 index 0000000..2b997a1 --- /dev/null +++ b/skel/.config/lxqt/globalkeyshortcuts.conf @@ -0,0 +1,192 @@ +[General] +AllowGrabBaseKeypad=true +AllowGrabBaseSpecial=false +AllowGrabLocks=false +AllowGrabMiscKeypad=true +AllowGrabMiscSpecial=true +MultipleActionsBehaviour=first + +[Alt%2BF1.10] +Comment=Show/hide main menu +Enabled=true +path=/panel/mainmenu/show_hide + +[Alt%2BF2.11] +Comment=Show/hide runner dialog +Enabled=true +path=/runner/show_hide_dialog + +[Control%2BAlt%2BD.15] +Comment=Show desktop +Enabled=true +path=/panel/showdesktop/show_hide + +[Control%2BAlt%2BE.1] +Comment=Pcmanfm +Enabled=true +Exec=pcmanfm-qt + +[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=QTerminal +Enabled=true +Exec=qterminal + +[Control%2BF1.16] +Comment=Switch to desktop 1 +Enabled=true +path=/panel/desktopswitch/desktop_1 + +[Control%2BF10.25] +Comment=Switch to desktop 10 +Enabled=true +path=/panel/desktopswitch/desktop_10 + +[Control%2BF11.26] +Comment=Switch to desktop 11 +Enabled=true +path=/panel/desktopswitch/desktop_11 + +[Control%2BF12.27] +Comment=Switch to desktop 12 +Enabled=true +path=/panel/desktopswitch/desktop_12 + +[Control%2BF2.17] +Comment=Switch to desktop 2 +Enabled=true +path=/panel/desktopswitch/desktop_2 + +[Control%2BF3.18] +Comment=Switch to desktop 3 +Enabled=true +path=/panel/desktopswitch/desktop_3 + +[Control%2BF4.19] +Comment=Switch to desktop 4 +Enabled=true +path=/panel/desktopswitch/desktop_4 + +[Control%2BF5.20] +Comment=Switch to desktop 5 +Enabled=true +path=/panel/desktopswitch/desktop_5 + +[Control%2BF6.21] +Comment=Switch to desktop 6 +Enabled=true +path=/panel/desktopswitch/desktop_6 + +[Control%2BF7.22] +Comment=Switch to desktop 7 +Enabled=true +path=/panel/desktopswitch/desktop_7 + +[Control%2BF8.23] +Comment=Switch to desktop 8 +Enabled=true +path=/panel/desktopswitch/desktop_8 + +[Control%2BF9.24] +Comment=Switch to desktop 9 +Enabled=true +path=/panel/desktopswitch/desktop_9 + +[Meta%2B0.37] +Comment=Activate task 10 +Enabled=true +path=/panel/taskbar/task_10 + +[Meta%2B1.28] +Comment=Activate task 1 +Enabled=true +path=/panel/taskbar/task_1 + +[Meta%2B2.29] +Comment=Activate task 2 +Enabled=true +path=/panel/taskbar/task_2 + +[Meta%2B3.30] +Comment=Activate task 3 +Enabled=true +path=/panel/taskbar/task_3 + +[Meta%2B4.31] +Comment=Activate task 4 +Enabled=true +path=/panel/taskbar/task_4 + +[Meta%2B5.32] +Comment=Activate task 5 +Enabled=true +path=/panel/taskbar/task_5 + +[Meta%2B6.33] +Comment=Activate task 6 +Enabled=true +path=/panel/taskbar/task_6 + +[Meta%2B7.34] +Comment=Activate task 7 +Enabled=true +path=/panel/taskbar/task_7 + +[Meta%2B8.35] +Comment=Activate task 8 +Enabled=true +path=/panel/taskbar/task_8 + +[Meta%2B9.36] +Comment=Activate task 9 +Enabled=true +path=/panel/taskbar/task_9 + +[Print.5] +Comment=screen shot +Enabled=true +Exec=lximage-qt, -s + +[Shift%2BControl%2BF6.6] +Comment=\x2600 \x2193 +Enabled=true +Exec=lxqt-config-brightness, -d + +[Shift%2BControl%2BF7.7] +Comment=\x2600 \x2191 +Enabled=true +Exec=lxqt-config-brightness, -i + +[XF86AudioLowerVolume.13] +Comment=Decrease sound volume +Enabled=true +path=/panel/volume/down + +[XF86AudioMute.14] +Comment=Mute/unmute sound volume +Enabled=true +path=/panel/volume/mute + +[XF86AudioRaiseVolume.12] +Comment=Increase sound volume +Enabled=true +path=/panel/volume/up + +[XF86MonBrightnessDown.8] +Comment=\x2600 \x2193 +Enabled=true +Exec=lxqt-config-brightness, -d + +[XF86MonBrightnessUp.9] +Comment=\x2600 \x2191 +Enabled=true +Exec=lxqt-config-brightness, -i -- cgit v1.2.3