Aces High Bulletin Board

General Forums => Hardware and Software => Topic started by: LLv34_Snefens on January 13, 2003, 08:12:52 AM

Title: X45 programming
Post by: LLv34_Snefens on January 13, 2003, 08:12:52 AM
I got an X45 and have programmed it to fit AH with Hazardscript. So far only simple stuff is in the profile (single keystrokes), but I wanted to expand it with dot commands now as well, .speed 200, .salvo 2 and that sort of things.
However what do you call the key left of the "1"? This is where I have my "radio"-button on the keyboard. It' not the default radio-key I know, and I could just map it to something else, but I've gone very used to it's location in the last 4 years now so I would prefer not.

I don't have a US-keyboard, but since neither AH nor HazardScript support these it doesn't matter anyway, right?
I've tried with NonUS_Hash and Singlequote, but they aren't recognized as the button.

______
Ylil. Snefens
Lentolaivue 34 (http://www.muodos.fi/LLv34)
My AH homepage (http://home14.inet.tele.dk/snefens/index2.htm)
(http://home14.inet.tele.dk/snefens/209.gif)
Title: X45 programming
Post by: straffo on January 13, 2003, 08:23:17 AM
I think it's a tilde "~" on Qwerty keyboard but as usual I can be wrong ...
(btw you can get the US name in the AH keymapper I think)

In fact the driver don't send the key but the scan code of the key wich is not related to the layout of the keyboard but to the position of the key on the keyboard.
Title: X45 programming
Post by: LLv34_Snefens on January 13, 2003, 09:35:35 AM
Thank you. That was it.
I already had a look at the AH-keymapper, but it doesn't have any names, only a graphic of the keys, which showed the key to be some sort of  ' , ` or ´, hence my confusion.
Title: X45 programming
Post by: straffo on January 13, 2003, 09:38:38 AM
In fact I was thinking of the global.kmp file in where you can find this line :

TOGGLE_MSG_WND_SIZE,KEY_TILDE

glad it worked :)