Quote:
Originally Posted by GuestToo
you can enable the scroll lock key by typing:
...
you can put this line in the hidden file /root/.Xmodmap (create the file if it does not exist) to enable the scroll lock key every time X starts:
add mod3 = Scroll_Lock
|
The stated command does indeed work (thanks for the tip!) but the addition of a hidden /root/.Xmodmap doesn't work in Ubuntu 8.10. I'm guessing that is because there is no root user as such, since root privileges can only be accessed through "sudo" (or "su" if you've set up a root password), i.e. one cannot login as root directly.
Until I've located an appropriate place for the command, I'm keeping it in a bash script in my ~/bin.
achim_59