Updated keyboard shorctus.

pull/54/head
Steed 6 years ago
parent 578ab6f506
commit 267cf7ee1f

@ -29,8 +29,6 @@ ToggleShowDesktop W-d
**Keybindings for windows** **Keybindings for windows**
**Keybindings for windows**
Close A-F4 Close A-F4
Lower A-Escape Lower A-Escape
@ -55,54 +53,40 @@ DirectionalCycleWindows W-S-Up
DirectionalCycleWindows W-S-Down DirectionalCycleWindows W-S-Down
**Lubuntu specific. **Lubuntu specific keybindings : window tiling**
Keybindings for window tiling**
**# HalfLeftScreen** **HalfLeftScreen**
UnmaximizeFull W-Left UnmaximizeFull W-Left
**# HalfRightScreen** **HalfRightScreen**
UnmaximizeFull W-Right UnmaximizeFull W-Right
**# HalfUpperScreen** **HalfUpperScreen**
UnmaximizeFull W-Up UnmaximizeFull W-Up
**# HalfLowerScreen** **HalfLowerScreen**
UnmaximizeFull W-Down UnmaximizeFull W-Down
**Lubuntu specific : Keybindings** **Keybindings to toggle fullscreen**
ToggleFullscreen F11
**Keybindings for running applications on Home + E** **Lubuntu specific Keybindings for running applications**
**Keybindings for running application: File manager**
Execute W-e Execute W-e
**Keybindings for running Run menu from Lxpanel on Home + R** **Keybindings for running application: Lxpanel**
Execute W-r Execute W-r
Execute A-F2 Execute A-F2
**Keybindings for running Menu from Lxpanel**
**<keybind key="A-F1">
<action name="Execute">
<command>lxpanelctl menu</command>
</action>
</keybind>
<keybind key="C-Escape">
<action name="Execute">
<command>lxpanelctl menu</command>
</action>
</keybind>**
**Keybindings to toggle fullscreen**
ToggleFullscreen F11
**Launch task manager on Ctrl + Alt + Del** **Launch task manager on Ctrl + Alt + Del**
Execute C-A-Delete Execute C-A-Delete
@ -111,28 +95,12 @@ Execute C-A-Delete
Execute C-A-T Execute C-A-T
**Lock the screen on Ctrl + Alt + l**
**<keybind key="C-A-l">
<action name="Execute">
<command>lxsession-default lock</command>
</action>
</keybind>**
**Keybinding for terminal button** **Keybinding for terminal button**
Execute XF86WWW Execute XF86WWW
Execute XF86Terminal Execute XF86Terminal
**Keybinding for calculator button**
**<keybind key="XF86Calculator">
<action name="Execute">
<command>lxsession-default calculator</command>
</action>
</keybind>**
**Keybinding for computer button** **Keybinding for computer button**
Execute XF86MyComputer Execute XF86MyComputer
@ -145,6 +113,22 @@ Execute C-F10
Execute C-F11 Execute C-F11
**Keybinding for calculator button**
**<keybind key="XF86Calculator">
<action name="Execute">
<command>lxsession-default calculator</command>
</action>
</keybind>**
**Lock the screen on Ctrl + Alt + l**
**<keybind key="C-A-l">
<action name="Execute">
<command>lxsession-default lock</command>
</action>
</keybind>**
**Take a screenshot of the current window with scrot when Alt+Print are pressed** **Take a screenshot of the current window with scrot when Alt+Print are pressed**
**<keybind key="Print"> **<keybind key="Print">
@ -165,3 +149,16 @@ Execute C-F11
<command>lxsession-default quit</command> <command>lxsession-default quit</command>
</action> </action>
</keybind>** </keybind>**
**Keybindings for running Menu from Lxpanel**
**<keybind key="A-F1">
<action name="Execute">
<command>lxpanelctl menu</command>
</action>
</keybind>
<keybind key="C-Escape">
<action name="Execute">
<command>lxpanelctl menu</command>
</action>
</keybind>**

Loading…
Cancel
Save