author | sandman <sandman> | 2002-06-01 21:35:54 (UTC) |
---|---|---|
committer | sandman <sandman> | 2002-06-01 21:35:54 (UTC) |
commit | 4f5fdda25657f079b5937cbd4b588466c2298304 (patch) (side-by-side diff) | |
tree | 43bb05ba0f831306b43c853aa76ced81f591effe /docs/writing-opti.html | |
parent | 508c023b2be72f82da5c2d41bc077238a279a206 (diff) | |
download | opie-4f5fdda25657f079b5937cbd4b588466c2298304.zip opie-4f5fdda25657f079b5937cbd4b588466c2298304.tar.gz opie-4f5fdda25657f079b5937cbd4b588466c2298304.tar.bz2 |
Patch to src/kernel/qkeyboard_qws.cpp to:
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.
0 files changed, 0 insertions, 0 deletions