summaryrefslogtreecommitdiff
path: root/qt/qte232-for-qpe150-keyboard.patch
AgeCommit message (Collapse)AuthorFilesLines
2002-06-01Patch to src/kernel/qkeyboard_qws.cpp to:sandman1-0/+154
a) support *all* PC/AT type scan codes (so micro keyboard should be fully functional b) Fix the sticky action key bug. (this is a problem with the action key scan code (0x60) and the key release flag (0x80). 0x60|0x80 = 0xe0 and this is the extended mode 1 modifier and not "release action key". Simple workaround: remember if action key is depressed.