0

Currently on Xubuntu and I want to use Awesome WM, but Awesome is highly dependent on the Windows key, which my keyboard does not have. So I'm trying to remap the Win key to Right Alt with no success yet. I've been searching and reading Man Pages for a couple hours now with no luck. Ive tried using xmodmap, which I understand is now obsolete, and also setxkbmap. I've also attempted to alter evdev.lst with no success.

What is the correct way to do this?

1 Answers1

0

Correctly all this is done with the help of xkbcomp. The name of the utility, like the man to it, gives little information about what it does. Allegedly translates text descriptions of the keyboard layout into a binary format. But in fact, it also loads them. Reading https://lampjs.wordpress.com/2015/06/26/remapchange-your-secondaryusb-keyboard-keys/ https://geekhack.org/index.php?topic=53137.0

more https://lists.freedesktop.org/archives/xorg/2014-April/056564.html https://lists.freedesktop.org/archives/xorg/2014-April/056565.html

Alex_Krug
  • 101