drinkcat / chroagh

Chromium OS Archlinux Chroot Environment
BSD 3-Clause "New" or "Revised" License
241 stars 27 forks source link

Mod4 (Super_L) Key in awesomewm #108

Open davidhavard opened 8 years ago

davidhavard commented 8 years ago

Hi

I have just set up a new chroot on my Pixel 2 with the x11,keyboard,cli-extra,audio targets. I then installed awesomewm. Everything works apart from the mod4 key. This is usually the Super_L key which is mapped to the Search key on the Pixel 2. Using xev inside the chroot I can see that the search key returns Super_L and the keycode 133 however it does not do anything (e.g. Super_L + Enter does not start my shell).

I am starting awesome via xinit and added xmodmap -e "keycode 133 = Super_L" -e "add mod4 = Super_L" to my .xinitrc to try and force the issue but it still is not working.

Is there something I missing in the setup for this? Should I remove the keyboard target for example?

Thanks for any pointers and for chroagh - I am one key away from happiness!