Welcome, Guest. Please login or register.

Author Topic: Aros keyboard issues  (Read 4372 times)

Description:

0 Members and 1 Guest are viewing this topic.

Offline SkulleateR

Re: Aros keyboard issues
« on: December 04, 2024, 10:48:20 AM »
What in particular is "RawStatus" a quick autodoc search returned no results (but they were Os4 autodocs :-))

That should be the same raw key codes as used by WHDLoad : https://whdload.de/docs/en/rawkey.html :)
 

Offline SkulleateR

Re: Aros keyboard issues
« Reply #1 on: December 04, 2024, 02:03:03 PM »
That might be the same codes, but its not collected in the same way by BlitzBasic when it goes into Blitz mode.


My post was all about the raw key values for each key ...

"ESC" = Hex 45 = Dec 69

WHDLoad uses them for the tool types e.g. QUITKEY=$45
 

Offline SkulleateR

Re: Aros keyboard issues
« Reply #2 on: December 04, 2024, 03:54:18 PM »
'll have another go at some point, anyone with original src code to Blitz about?

Here“s the BlitzBasic2 Source code -> https://github.com/nitrologic/blitz2