|
|
@ -267,7 +267,7 @@
|
|
|
|
<!-- 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="A-Print">
|
|
|
|
<keybind key="A-Print">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>scrot -u -b</command>
|
|
|
|
<command>lxsession-default screenshot window</command>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</keybind>
|
|
|
|
</keybind>
|
|
|
|
<!-- Keybindings for window switching -->
|
|
|
|
<!-- Keybindings for window switching -->
|
|
|
@ -404,7 +404,7 @@
|
|
|
|
<!-- Launch a terminal on Ctrl + Alt + T-->
|
|
|
|
<!-- Launch a terminal on Ctrl + Alt + T-->
|
|
|
|
<keybind key="C-A-T">
|
|
|
|
<keybind key="C-A-T">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>x-terminal-emulator</command>
|
|
|
|
<command>lxsession-default terminal</command>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</keybind>
|
|
|
|
</keybind>
|
|
|
|
<!-- Launch a filemanager on Ctrl + Alt + D-->
|
|
|
|
<!-- Launch a filemanager on Ctrl + Alt + D-->
|
|
|
@ -442,12 +442,12 @@
|
|
|
|
<!-- Keybinding for terminal button-->
|
|
|
|
<!-- Keybinding for terminal button-->
|
|
|
|
<keybind key="XF86WWW">
|
|
|
|
<keybind key="XF86WWW">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>x-terminal-emulator</command>
|
|
|
|
<command>lxsession-default terminal</command>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</keybind>
|
|
|
|
</keybind>
|
|
|
|
<keybind key="XF86Terminal">
|
|
|
|
<keybind key="XF86Terminal">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>x-terminal-emulator</command>
|
|
|
|
<command>lxsession-default terminal</command>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</keybind>
|
|
|
|
</keybind>
|
|
|
|
<!-- Keybinding for calculator button-->
|
|
|
|
<!-- Keybinding for calculator button-->
|
|
|
@ -481,13 +481,13 @@
|
|
|
|
<!-- Launch scrot when Print is pressed -->
|
|
|
|
<!-- Launch scrot when Print is pressed -->
|
|
|
|
<keybind key="Print">
|
|
|
|
<keybind key="Print">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>scrot</command>
|
|
|
|
<command>lxsession-default screenshot</command>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</keybind>
|
|
|
|
</keybind>
|
|
|
|
<!-- Launch logout when push on the shutdown button -->
|
|
|
|
<!-- Launch logout when push on the shutdown button -->
|
|
|
|
<keybind key="XF86PowerOff">
|
|
|
|
<keybind key="XF86PowerOff">
|
|
|
|
<action name="Execute">
|
|
|
|
<action name="Execute">
|
|
|
|
<command>lubuntu-logout</command>
|
|
|
|
<command>lxsession-default quit</command>
|
|
|
|
</action>
|
|
|
|
</action>
|
|
|
|
</keybind>
|
|
|
|
</keybind>
|
|
|
|
</keyboard>
|
|
|
|
</keyboard>
|
|
|
|