I need to enable scroll lock so I can toggle lights on my keyboard. This works on Arch.Funny thing it doesn't work on Ubuntu.
http://linuxtechie.wordpress.com/2008/04/07/getting-scroll-lock-to-work-in-ubuntu/
$ xmodmap -e ‘add mod3 = Scroll_Lock’
xmodmap: unknown command on line commandline:1
xmodmap: unable to open file 'mod3' for reading
xmodmap: unable to open file '=' for reading
xmodmap: unable to open file 'Scroll_Lock’' for reading
xmodmap: 4 errors encountered, aborting.
(Note the difference in the single-quotes!)
Copy this and paste it in a terminal.
Then the error will no longer occur.
I have used this command successfully on my Ubuntu 12.04 system.
Or you can switch the lights with these:
On:
Off:
Works on Ubuntu 12.04 x86 for my SpeedLink illuminated keyboard (SL-6453-SSV-A).
Found the permanent way after a long night up with lots of half baked solutions.
Add the following line in the
xkb_symbols "basic" {
section. do not worry if that second line is not there, it is only there for some languages and was not there for us on my system.You may have to do the same in your other layouts if you switch between languages
Also, there is a cache where xkb layouts live. You should clear it before restarting your X server to check the new keyboard symbol file(s).
If you just modify the
you should use a command like
and add the line
inside the
It's enough