Search found 2 matches

by pajn
23 Oct 2018, 09:40
Forum: Support - bugs
Topic: Alt down does seem to still pass through
Replies: 2
Views: 3806

Re: Alt down does seem to still pass through

Thanks for the tip about only assigning it to specific keys. Both triggering and send_input seems to work, it's just that the ALT key is sent as well. For example if I instead of WIN key down send TAB key down on ALT, pressing and releasing ALT once behaves exactly like pressing and holding down ALT...
by pajn
22 Oct 2018, 14:04
Forum: Support - bugs
Topic: Alt down does seem to still pass through
Replies: 2
Views: 3806

Alt down does seem to still pass through

I'm trying to change place of the ALT and WIN key only on my laptop but not for external keyboards. I have created this program -- assign logical name to macro keyboard lmc_assign_keyboard('MACROS'); -- direction 1 = down -- direction 0 = up -- button 18 = alt -- button 91 = win -- lmc_send_input(65...