Saturday, January 23, 2016

Assign keyboard shortcut to lxterminal on LXDE

On my Debian 8.2 LXDE minimal install, need to assign keyboard shortcut to open lxterminal. To assign keyboard binding in LXDE, open ~/.config/openbox/lxde-rc.xml then add the following inside <keyboard> element:
Then run the following to for OpenBox/LXDE to reload the configuration.
$:  openbox --reconfigure
Reference(s):
http://superuser.com/questions/807047/how-to-add-a-shortcut-key-to-the-terminal-in-lxde

No comments:

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04

Configuring TUN/TAP virtual network interface for use with QEMU on Xubuntu 24.04 I am planning to run qemu-system-ppc to play around QEMU ...