PDA

View Full Version : [ubuntu] Ubuntu 10.04 Upgrade "xset led 3" not working



Louis Cypher
May 5th, 2010, 02:31 AM
I recently upgraded to 10.04 Lucid. Before I had the command "xset led 3" mapped to my scroll lock button. This turned on the SunbeamTech Illuminated Keyboard. Now it does nothing even when typing it into the terminal. Has anyone had this problem after upgrading? Thx

SkeLLLa
May 6th, 2010, 12:39 PM
I recently upgraded to 10.04 Lucid. Before I had the command "xset led 3" mapped to my scroll lock button. This turned on the SunbeamTech Illuminated Keyboard. Now it does nothing even when typing it into the terminal. Has anyone had this problem after upgrading? Thx

This probles seems also have been in karmic. I fix it with:

xmodmap -e 'add mod3 = Scroll_Lock'
But it's only for current session.

Louis Cypher
May 6th, 2010, 01:23 PM
SkeLLLa, Thanks a ton! This worked for me as well.