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
Search found 735 matches
- 21 Mar 2022, 09:32
- Forum: HOW-TOs and documentation
- Topic: Possible to use FN key to pause Spotify?
- Replies: 1
- Views: 3035
- 21 Feb 2022, 08:44
- Forum: General
- Topic: Send midi on/off via keyboard values?
- Replies: 1
- Views: 3159
- 14 Feb 2022, 09:07
- Forum: General
- Topic: Question about left control and F13
- Replies: 3
- Views: 4286
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).
- 10 Jan 2022, 08:29
- Forum: HowTos
- Topic: Lua commands
- Replies: 1
- Views: 4429
Re: Lua commands
No, mouse clicks are not supported in luamacros
- 29 Dec 2021, 09:28
- Forum: General
- Topic: How to Keep another key with original function?
- Replies: 1
- Views: 2925
Re: How to Keep another key with original function?
Don't handle whole keyboard, just one key - https://github.com/me2d13/luamacros/wiki/Triggers
- 15 Dec 2021, 09:02
- Forum: Support - bugs
- Topic: HID Macros Simply not functioning on certain softwares
- Replies: 2
- Views: 3936
- 22 Nov 2021, 08:53
- Forum: General
- Topic: Ignore main keyboard to avoid bug with acute accents
- Replies: 2
- Views: 3989
Re: Ignore main keyboard to avoid bug with acute accents
Unfortunately not. Hidmacros can't "hook" only one keyboard
- 14 Oct 2021, 07:44
- Forum: HOW-TOs and documentation
- Topic: Using NumPad Keys on a exernal numpad
- Replies: 1
- Views: 3519
Re: Using NumPad Keys on a exernal numpad
You don't have to use string.byte. Just use the number itself in condition - the one being printed as not assigned.
- 06 Oct 2021, 08:15
- Forum: Support - bugs
- Topic: + (plus) cannot be pressed alone
- Replies: 2
- Views: 3982
Re: + (plus) cannot be pressed alone
ad {+}: In Hidmacros? Do not expect any fix there. In luamacros you can use workaround with lmc_send_input
ad layout switch: be more specific. Yes, mapping is related to character being sent, not to physical keyboard key
ad layout switch: be more specific. Yes, mapping is related to character being sent, not to physical keyboard key
- 04 Oct 2021, 08:08
- Forum: HOW-TOs and documentation
- Topic: Keys identified in Usb extra Numpad (Keyboard 2) but also from "keyboard 1". Help.
- Replies: 5
- Views: 6318
Re: Keys identified in Usb extra Numpad (Keyboard 2) but also from "keyboard 1". Help.
Blocking the original keypress is basically a hack, some applications still can recognize it. Maybe Blender is one of these apps.