picto_welcome.png  Welcome   

picto_download.png  Get Lubuntu   

picto_help.png  Documentation   

picto_contact.png  Get Help   


(X) This wiki should be considered unmaintained and deprecated, though some information may still be relevant. Please instead refer to Lubuntu.me.

Keyboard Repeat Rate

use the Keyboard and Mouse tool under Preferences.

Keyboard shortcuts

Note: Super key is the "Windows" key

Alt-F2
Run program by typing in executable name
Super+R
Run program by typing in executable name
Super+E
Launch PCManFM
Control+Alt+D
Launch PCManFM
Alt-F1
Open LXDE menu
Control+Escape
Open LXDE menu
F11
Toggle window fullscreen mode
Control+Alt+Delete
Start LXTask
Control+Alt+T
Launch Terminal
Control+Alt+L
Lock PC
Control+F10
Laptop screen dim
Control+F11
Laptop screen brighten
Control+F7
Laptop or desktop screen backlight off
Alt+Mouse
Drag Window
Alt+Mousewheel
Switch Desktops
Alt-Mouse2
Resize Windows
Mousewheel over desktop
Switch Desktops
Mousewheel over window title
Iconify or Minimize Window

Middle mouse button over desktop:: Bring up menu with list of open windows and option to add or remove worksapces

Control+Alt+Left
Switch to previous desktop
Control+Alt+Right
Switch to next desktop
Shift+Alt+Left
Send to previous desktop
Shift+Alt+Right
Send to next desktop
Super+1
Switch to desktop 1
Super+2
Switch to desktop 2
Super+Left
Snap window to left half of screen.
Super+Right
Snap window to right half of screen
Super+Up
Snap window to top half of screen
Super+Down
Snap window to bottom half of screen.
Super+D
Show Desktop
Alt+F4
Close Window
Alt+Escape
Switch From Window
Alt+Space
Show Window Icon Menu
Alt+PrintScreen
Create current window image in home directory
PrintScreen
Create current screen image in home directory
Alt+Tab
Next Window
Alt+Shift+Tab
Previous Window

Create New Keyboard shortcuts

There is no automatic way to create new keyboard shortcuts or hotkeys in lubuntu. You will either have to edit Lubuntu's openbox configuration file (~/.config/openbox/lubuntu-rc.xml) and edit, or alternatively install xbindkeys.

Obkey will edit the keyboard parts of your Openbox configuration file for you. Download the .tar.gz and unarchive it. After unpacking the tar.gz, open a command line in the new folder and run obkey like this: ./obkey ~/.config/openbox/lubuntu-rc.xml
Hint: back up your config file.
After saving the config file, you will need to run this command to have openbox use the changed config: openbox --reconfigure

For more information on the syntax of the configuration file, please check out the official Openbox documentation on bindings. Note that Super_R and Super_L are the two "Windows" keys when you just want to use those keys. If you want to couple them with something else, use W- plus whatever key you want to use.


Multiple keyboard layouts

http://ubuntuforums.org/showthread.php?t=1455877


Keyboard Mapping

You can connect keyboards with different keyboard layout, but you have to set the correct mapping so that Ubuntu knows which letters you intend to type. So you select the keyboard mapping for the language you want to type. Technical details here. We have to tell Lubuntu to which keyboard mapping to use. The simple way to do this is to launch Lxkeymap (under Preferences.)
If you want to switch between keyboard mappings, you need to add a setxkbmap command to /etc/xdg/lxsession/Lubuntu/autostart

To switch between two keyboard mappings with the control+shift keys, Open the terminal and

echo '@setxkbmap -option grp:ctrl_shift_toggle "de,us"' | sudo tee -a /etc/xdg/lxsession/Lubuntu/autostart 

If you would like to use a panel applet to switch between keyboard mappings, you can right click on the panel, select "Add/Remove Panel Items". Next click "Add" and select "Keyboard Layout Switcher". We're not done, we also have to add a setxkbmap command.

echo '@setxkbmap -layout "fr,us"'|sudo tee -a /etc/xdg/lxsession/Lubuntu/autostart

If you want to add another keyboard mapping like German, you can:

sudo leafpad /etc/xdg/lxsession/Lubuntu/autostart

And add ,de after the ,us which is already there.
You will need to reboot or logout before your keyboard mapping switching is configured.
You can find a list of codes on the Pandora OSwiki.

Here is info about the autostart process.

Keyboard mapping for 13.10 and beyond

Since Lubuntu 13.10, the method to choose and toggle keyboard layout has changed. Indeed, lxkeymap application is no longer installed by default, and we have to use Keyboard Layout Handler instead, a plugin for lxpanel.

On Lubuntu default installation, Keyboard Layout Handler appears on the right of the panel, near volume control. It displays a box which describes the current keyboard layout (for example, “US”). To modify keyboard layout settings, right click on it, and choose « Keyboard Layout Handler Settings ». Here you can make some modifications.

By default, the option « Keep system layouts » is checked. Uncheck it to customize your keyboard layout.

Keyboard Model

Here you can choose your keyboard model.

Keyboard Layouts

Here you can choose a layout. You can add or remove keyboard layouts. You will be able to toggle between keyboard layouts you selected. You can choose priority between layouts with « Up » and « Down » buttons.

Change Layout Option

Here you can choose a shortcut to toggle your keyboard layout. By default, it is « shift_caps_toogle », which meaning that you can toogle between your keyboard layouts by using « Shift » + « Caps-Lock » shortcut.

Show Layout as and Panel Icon Size

Here you choose what the plugin displays in the panel. By default, it is an image which is well-integrated in Lubuntu ; but you can choose your own custom image. You can also choose to display a flag, or a simply text.

lubuntu-LXDE/Keyboard (last edited 2021-05-28 04:14:37 by guiverc)