Search found 3 matches
- 02 May 2019, 20:53
- Forum: General
- Topic: Toggle switch on keyboard to SendKeys?
- Replies: 3
- Views: 8768
Re: Toggle switch on keyboard to SendKeys?
Yeah, it seems to just not be reaching DCS, which is unfortunate, because this was the only program I found that was able to turn a hardware toggle switch into a single keypress.
- 01 May 2019, 22:24
- Forum: General
- Topic: Toggle switch on keyboard to SendKeys?
- Replies: 3
- Views: 8768
Re: Toggle switch on keyboard to SendKeys?
This sort of works, but it doesn't translate to DCS for some reason: local a0,a1,b0,b1,c0,c1,d0,d1 a0, a1, b0 ,b1, c0, c1, d0, d1 = 0,0,0,0,0,0,0,0 -- assign logical name to macro keyboard lmc_assign_keyboard('MACROS'); -- define callback for whole device lmc_set_handler('MACROS',function(button, di...
- 01 May 2019, 07:42
- Forum: General
- Topic: Toggle switch on keyboard to SendKeys?
- Replies: 3
- Views: 8768
Toggle switch on keyboard to SendKeys?
I found HIDMacros while trying to put together some flight sim panels. I have a toggle switch replacing keyboard keys and am trying to figure out how to get that to become a single keypress rather than jamming down the keyboard key like it normally does. The keyboard in this case is called Keyb1, an...