Jump to content

Recommended Posts

Posted (edited)

I don't know if this is a bug, but here's the problem. I map my keys with AutoHotKey. There, i map a certain joystick button to send out certain keyboard key. For example, button #12 is "zoom in slow". And here's the problem. If i map whatever key to zoom, it doesn't work, but in windows, it sends correct keyboard key (* by default). I also tried F4 key. If it's used for looking back it works on keyboard and on joystick, but for zoom, it works only on keyboard.

 

It's same with abris. "Abris push" works with joystick mappings and keyboard, of course, but "up" and "down" commands don't. Again, only by pressing same keys on the keyboard works.

 

So the problem lies in some commands. So far i found "zoom in slow", "zoom out slow" and abris up and down (7, 8 - default keys). But they all work, when pressing same key on the keyboard.

 

Some other commands work without problem, for example "ground moving target", "abris push", "air target".

 

Are there any differences between these two types of commands that are causing problems?

 

 

Well, the problem was that those keys marked with "pressed" instead of "down" in Config\Input\Aircrafts\ka-50\keyboard\keyboard.lua need some sleep time between press and release. All cool now!

 

Send {8 down}

Sleep 5

Send {8 up}

 

instead of just Send {8}

Edited by PlainSight
[SIGPIC][/SIGPIC]
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...