I have xmodmap and I am trying to get my windows key working for Linux as Mod4, but it isnt' working here is my .xmodmaprc file
Code:
clear Mod4
keycode 116 = Super_R
keycode 115 = Super_L
add Super_L Mod4
add Super_R Mod4
and in my .xinitrc I have xmodmap ~/.xmodmaprc
I get these errors
Code:
xmodmap: /home/michael/.xmodmaprc:3: bad add modifier name 'super_l', not allowed
xmodmap: /home/michael/.xmodmaprc:4: bad add modifier name 'super_r', not allowed
xmodmap: 2 errors encountered, aborting.
Please could anyone help me
Thanks in advance