http://gilgamesh.hamsterrepublic.com/cgi-bin/bugzilla/show_bug.cgi?id=334
Summary: Media buttons masquerade as letters
Product: OHRRPGCE
Version: 20070??? Ubersetzung
Platform: PC
OS/Version: Windows 2000
Status: NEW
Severity: minor
Priority: P3
Component: backend:gfx_fb
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
For example, when I press Volume Up on an a keyboard with the extra media
buttons, the OHR registers it as a "b". This would be because it's
misinterpreting a button that didn't exist when the code was written.
BUT! When I tried to trace this issue, and ended up at the built in Multikey()
function, I made a test case, which did not confuse the two (actually, the
media buttons didn't show up at all):
dim i as integer
do
for i = 0 to 255
if multikey(i) then print "key &h" & hex(i)
next
While Inkey <> "":Wend
sleep 50
loop while not multikey(&h1)
This will run until you hit escape, printing out each key as you press it.
However, if you add this line to gfx_fb.bas after line 236, and press either
"b" or Volume Down) it exhibits the behaviour:
if multikey(48) then end
So... this requires some close investigation (for an admittedly minor problem)
--
Configure bugmail:
http://gilgamesh.hamsterrepublic.com/cgi-bin/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
_______________________________________________
ohrrpgce mailing list
[email protected]
http://lists.motherhamster.org/listinfo.cgi/ohrrpgce-motherhamster.org