Search found 735 matches

by admin
21 Mar 2022, 09:32
Forum: HOW-TOs and documentation
Topic: Possible to use FN key to pause Spotify?
Replies: 1
Views: 1895

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
by admin
14 Feb 2022, 09:07
Forum: General
Topic: Question about left control and F13
Replies: 3
Views: 2564

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).
by admin
10 Jan 2022, 08:29
Forum: HowTos
Topic: Lua commands
Replies: 1
Views: 3128

Re: Lua commands

No, mouse clicks are not supported in luamacros
by admin
22 Nov 2021, 08:53
Forum: General
Topic: Ignore main keyboard to avoid bug with acute accents
Replies: 2
Views: 2557

Re: Ignore main keyboard to avoid bug with acute accents

Unfortunately not. Hidmacros can't "hook" only one keyboard
by admin
14 Oct 2021, 07:44
Forum: HOW-TOs and documentation
Topic: Using NumPad Keys on a exernal numpad
Replies: 1
Views: 2325

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.
by admin
06 Oct 2021, 08:15
Forum: Support - bugs
Topic: + (plus) cannot be pressed alone
Replies: 2
Views: 2363

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
by admin
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: 3869

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.