Maintaining the state of num lock and caps lock in VDI
807578Jun 1 2010 — edited Jun 2 2010Has anyone found a way to maintain the state of the number lock or caps lock key when migrating sessions? Apparently when you disconnect and reconnect to your VDI session, the state of both those keys is lost and the user has to hit them again to reactivate.
If nobody knows the secret to that, is there a way to simply force either of those two keys to be "on" when someone connects to a desktop? I've found that you can do some xset command to turn it on, but I can't figure out what script to put this in so it works for VDI 3.1...
# Turn on numlock
/usr/openwin/bin/xset led 1
Anybody have any tips on handling either of those problems?
Thanks in advance