Skip to content
Snippets Groups Projects
Commit afb897b4 authored by Dan Johansen's avatar Dan Johansen
Browse files

[lxqt] added some keyboard shortcuts

parent 31baddd6
No related branches found
No related tags found
No related merge requests found
...@@ -12,3 +12,4 @@ wpa_supplicant ...@@ -12,3 +12,4 @@ wpa_supplicant
pinebook-post-install pinebook-post-install
# Video drivers # Video drivers
xf86-video-fbturbo-git
...@@ -46,7 +46,7 @@ kvantum-theme-adapta ...@@ -46,7 +46,7 @@ kvantum-theme-adapta
papirus-maia-icon-theme papirus-maia-icon-theme
gtk-theme-breath gtk-theme-breath
breath-wallpaper breath-wallpaper
xcursor-breeze #package does not work atm xcursor-breeze
# Office suite # Office suite
libreoffice-fresh libreoffice-fresh
...@@ -67,4 +67,8 @@ firefox ...@@ -67,4 +67,8 @@ firefox
wget wget
featherpad featherpad
tlp tlp
bluez-utils
pulseaudio-bluetooth
manjaro-hotfixes
blueman #gtk applet for bluetooth
...@@ -6,7 +6,7 @@ AllowGrabMiscKeypad=true ...@@ -6,7 +6,7 @@ AllowGrabMiscKeypad=true
AllowGrabMiscSpecial=true AllowGrabMiscSpecial=true
MultipleActionsBehaviour=first MultipleActionsBehaviour=first
[Alt%2BF1.10] [Menu.1]
Comment=Show/hide main menu Comment=Show/hide main menu
Enabled=true Enabled=true
path=/panel/mainmenu/show_hide path=/panel/mainmenu/show_hide
......
...@@ -315,6 +315,81 @@ ...@@ -315,6 +315,81 @@
<direction>down</direction> <direction>down</direction>
</action> </action>
</keybind> </keybind>
<keybind key="W-S-1">
<action name="SendToDesktop">
<to>1</to>
</action>
</keybind>
<!-- Keybinding to move window to desktop 2 -->
<keybind key="W-S-2">
<action name="SendToDesktop">
<to>2</to>
</action>
</keybind>
<!-- Keybinding to move window to desktop 3 -->
<keybind key="W-S-3">
<action name="SendToDesktop">
<to>3</to>
</action>
</keybind>
<!-- Keybinding to move window to desktop 4 -->
<keybind key="W-S-4">
<action name="SendToDesktop">
<to>4</to>
</action>
</keybind>
<!-- Keybinding to maximise window-->
<keybind key="W-Up">
<action name="Maximize"/>
</keybind>
<!-- Keybinding to unmaximise window -->
<keybind key="W-Down">
<action name="Unmaximize"/>
</keybind>
<!-- Keybinding to move window to the left or right half of the desktop -->
<keybind key="W-Left">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>50%</width>
</action>
<action name="MoveToEdge">
<direction>west</direction>
</action>
</keybind>
<keybind key="W-Right">
<action name="UnmaximizeFull"/>
<action name="MaximizeVert"/>
<action name="MoveResizeTo">
<width>49%</width>
</action>
<action name="MoveToEdge">
<direction>east</direction>
</action>
</keybind>
<!-- Keybinding to maximise the window to the top and bottom but leave the width as is-->
<keybind key="W-Prior">
<action name="MoveResizeTo">
<!-- adjust a window's height and width -->
<!-- <width client="yes">2/3</width> -->
<height>1/1</height>
</action>
</keybind>
<!-- Keybinding to maximise the window to the top and bottom -->
<keybind key="W-f">
<action name="MoveResizeTo">
<!-- adjust a window's height and width -->
<width client="yes">3/4</width>
<height>1/1</height>
</action>
</keybind>
<!-- center the window on the first monitor -->
<keybind key="W-c">
<action name="MoveResizeTo">
<x>center</x>
<y>center</y>
</action>
</keybind>
<!-- Keybindings for running applications. <!-- Keybindings for running applications.
Commented out as application shortcuts should be handled by lxqt-globalkeys in LXQt sessions. Commented out as application shortcuts should be handled by lxqt-globalkeys in LXQt sessions.
<keybind key="W-q"> <keybind key="W-q">
......
[General]
colorScheme=GreenOnBlack
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment