Linux Programmer | RHCE | RHCSA

Search This Blog

Tuesday, 29 November 2016

Make your keyboard “special keys” (Alt+Gr, Up,Down,..) working when using XRDP

- xkbevd

$sudo apt-get install xbindkeys

$xbindkeys --defaults > /home/username/.xbindkeysrc

now "xbindkeys -k" command for choosing key press combination
$xbindkeys -k

( press the key combination for e.g. Ctrl+Alt+Space)

- copy the key combination
m:0x14 + c:28

paste into  /home/username/.xbindkeysrc

"/usr/bin/script.sh"  (path of the script you want to run on some key combination)
m:0x14 + c:28

run below command for starting xbind key start
$xbindkeys

to make it permenant add this command into .Xsession of into users home file

No comments:

Post a Comment

SSH not working with password after upgrade ubuntu 22.04 or above

In recent upgrade of ubuntu 22.04 and above we are not able to login server with SSH password. but when we try to login with key then it all...