On Sun, Dec 04, 2011 at 08:08:34PM +0200, basilio wrote:
> I have acer notebook with the only "logo key" and this key is Super_L
> (keycode 133) and not Mod4 (keycode 115). When replacing in
> ~/.config/awesome/rc.lua
> modkey = "Mod4" to modkey = "Super_L"
> I receive completely broken keyboard. Am I doing something wrong? And
> how to get awesome working in such situation?

You can remap Mod4 modifier: see
xmodmap -pm

and construct

xmodmap -e 'remove mod1 = Super_L'
xmodmap -e 'add mod4 = Super_L'


-- 
To unsubscribe, send mail to [email protected].

Reply via email to