Author Topic: X45 programming  (Read 310 times)

Offline LLv34_Snefens

  • Nickel Member
  • ***
  • Posts: 728
      • Lentolaivue 34
X45 programming
« 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
My AH homepage
Snefens, Lentolaivue 34.
Location: Aarhus, Denmark

"Luck beats skill anytime"

Offline straffo

  • Persona Non Grata
  • Plutonium Member
  • *******
  • Posts: 10029
X45 programming
« Reply #1 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.

Offline LLv34_Snefens

  • Nickel Member
  • ***
  • Posts: 728
      • Lentolaivue 34
X45 programming
« Reply #2 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.
Snefens, Lentolaivue 34.
Location: Aarhus, Denmark

"Luck beats skill anytime"

Offline straffo

  • Persona Non Grata
  • Plutonium Member
  • *******
  • Posts: 10029
X45 programming
« Reply #3 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 :)