Search found 732 matches
- 30 Jan 2023, 08:46
- Forum: Support - bugs
- Topic: HID makes my keyboard act strange
- Replies: 1
- Views: 70
Re: HID makes my keyboard act strange
This is known issue without a solution
- 16 Jan 2023, 09:03
- Forum: General
- Topic: Luamacros for FS2020
- Replies: 10
- Views: 3959
Re: Luamacros for FS2020
Probably not, you can read some background here https://github.com/me2d13/luamacros/wik ... ot-blocked
- 03 Jan 2023, 08:49
- Forum: General
- Topic: dumb question cant find answer MOUSE
- Replies: 1
- Views: 78
- 27 Dec 2022, 08:29
- Forum: HowTos
- Topic: Changing script based on aircraft
- Replies: 2
- Views: 103
Re: Changing script based on aircraft
The link is https://github.com/me2d13/luamacros/blo ... c.lua#L241
And as yu can see in the script, when tail number changes I call different init functions to define macros
And as yu can see in the script, when tail number changes I call different init functions to define macros
- 13 Dec 2022, 09:17
- Forum: Support - bugs
- Topic: problem with acute accent dead key in spanish keyboard
- Replies: 11
- Views: 12131
Re: problem with acute accent dead key in spanish keyboard
No and won't be in Hidmacros.
And probably not even in luamacros as it's actually not developed any more.
And probably not even in luamacros as it's actually not developed any more.
- 10 Oct 2022, 07:55
- Forum: General
- Topic: Luamacros for FS2020
- Replies: 10
- Views: 3959
Re: Luamacros for FS2020
As I wrote in the post: I had to switch luamacros in this build to pure 64bit application but I have problems with DirectX and game devices. So you can't read & use joysticks in this release. I mean to interact with luamacros, joystick in game is working Till now I didn't find a way make game contro...
- 03 Jul 2022, 10:43
- Forum: HOW-TOs and documentation
- Topic: key combination detect
- Replies: 1
- Views: 934
Re: key combination detect
It can't be done easily. Maybe with some scripting and global variables.
But Hidmcros is software meant to remove need of key combinations - by using multiple keyboards and single keys.
There are other and better macros programs for key combinations
But Hidmcros is software meant to remove need of key combinations - by using multiple keyboards and single keys.
There are other and better macros programs for key combinations
- 21 Mar 2022, 09:32
- Forum: HOW-TOs and documentation
- Topic: Possible to use FN key to pause Spotify?
- Replies: 1
- Views: 616
Re: Possible to use FN key to pause Spotify?
No Fn key is hardware thing, not able to send from windows (AFAIK)
Edit: But you might be able to send appropriate virtual key with lmc_send_input, the code should be VK_MEDIA_PLAY_PAUSE
Edit: But you might be able to send appropriate virtual key with lmc_send_input, the code should be VK_MEDIA_PLAY_PAUSE
- 21 Feb 2022, 08:44
- Forum: General
- Topic: Send midi on/off via keyboard values?
- Replies: 1
- Views: 626
- 14 Feb 2022, 09:07
- Forum: General
- Topic: Question about left control and F13
- Replies: 3
- Views: 1032
Re: Question about left control and F13
Almost dead.
It's not clear to me from your description what you're trying to achieve.
In general for such fine tuning I recommend use lmc_send_input over lmc_send_keys. Send keys may have bugs and you have more control with send input (down/up calls, keys with flags etc).
It's not clear to me from your description what you're trying to achieve.
In general for such fine tuning I recommend use lmc_send_input over lmc_send_keys. Send keys may have bugs and you have more control with send input (down/up calls, keys with flags etc).