Keyboard object with CTRL or ALT keys
Chris_D
Posts: 305
I am trying to figure out how to work with CTRL or ALT key combinations. So far I have not been able to get any results.
Has anyone been able to work with these combinations?
TIA
Chris
Has anyone been able to work with these combinations?
TIA
Chris
Comments
I did not bother to fully understand what the Keyboard Object was doing when I did my 1-pin version, but IIRC I had an option in my code to remove the keycode translation. It may be a little easier to read than the keyboard object. See the Tools section of the OBEX under Debug 1-pin TV & Keyboard.
I will check into that.
Chris
So if you press Ctrl + Space you get $20 + $200 = $220
Alt+"1" : $431
and so on..
Andy
After reading your reply, I quickly read through the description data 4 times before seeing what you referred to - it sure was there! Now I just have to do some testing to see how it all works out!
Thanks!
Chris