View Single Post
Old 02-08-22, 05:13 PM   #66
Andreas86
Engineer
 
Join Date: Jan 2019
Posts: 213
Downloads: 44
Uploads: 1


Default

Thanks for that file!

Is it the signed 8-bit integer, corresponding to the hex value that I should compare to keyboard scan codes? Or is it the HEX values as they stand. In example, the first encounter in subsim.exe with the phrase "debug" in HxD shows this in the decoded text:

Debug screen: %20s

In HxD that shows in Int8 values as: 58, 32, 37, 50, 48, 115.
(including the colon and blank)

Translating to the keyboard scancodes I get: F12, M, PRT SCRN, DOWN, UP. Unsure of 115..

If using only the HEX values I get:

3A = CAPS
20 = D
25 = K
32 = M
30 = B
73 = S

Am I totally wrong in my understanding here?
Andreas86 is offline   Reply With Quote