I am currently using Nightly 108. This seems to be a really great release, and so far my battery life is good, connectivity is steady, performance is good, and bluetooth seems to be working again.
I am, however, having problems with the live wallpapers; they just don't work at all. Any ideas folks?
Now, on to the Alt-Lock key. I believe part of the problem is that Android does not support an Alt-Lock key; I see a caps-lock listed under the modifiers, but not an alt-lock. I think the simplest solution would be to simply have the alt-lock key send two "alt" key signals, but this would act oddly in some cases. That said, the keyboard driver doesn't look particularly complicated (
http://www.kandroid....oard_input.html) but I can't find anywhere that lists the action for the caps-lock key. I suspect that it would be as simple as modifying the driver so that when it receives the keycode for the alt-lock key, it does whatever the caps-lock key does, but with alt instead. Any idea where this code is located?
EDIT:
Scan codes for Alt-Lock and Microphone Keys...
Alt-Lock key gives scancode 125
Microphone Key gives scancode 167
Edited by omniuni, 18 October 2011 - 10:12 PM.