Hi,
When I try to connect keyboard n°7, Lua Macros says their are too much keyboards connected.
Is this limitation due to
- my hardware (motherboard, BIOS, else) ?
- windows 7 64 ?
- Lua Macros ?
Thanks you so much!
Search found 8 matches
- 10 Sep 2017, 21:14
- Forum: General
- Topic: Connecting keyboard n°7
- Replies: 1
- Views: 3198
- 27 Apr 2017, 16:52
- Forum: HOW-TOs and documentation
- Topic: Numeric Pad's ENTER key ?
- Replies: 9
- Views: 15850
Re: Numeric Pad's ENTER key ?
That's strange and unfortunate. Here is a download link : https://we.tl/8C3FED1VcZ
- 25 Apr 2017, 15:22
- Forum: HOW-TOs and documentation
- Topic: Numeric Pad's ENTER key ?
- Replies: 9
- Views: 15850
- 24 Apr 2017, 23:41
- Forum: HOW-TOs and documentation
- Topic: Numeric Pad's ENTER key ?
- Replies: 9
- Views: 15850
Numeric Pad's ENTER key ?
Hi Petr, Is there a way to distinguish within Lua Macros between the ENTER key and the NUMPAD_ENTER key? My destination software considers the first one to be "RETURN" and the second one "ENTER" which gives me the ability to assign two different behaviors. But when I hit the corresponding NUMPAD_ENT...
- 19 Apr 2017, 22:54
- Forum: HOW-TOs and documentation
- Topic: Delays/Sleep between keystrokes not working?
- Replies: 11
- Views: 23595
Re: Delays/Sleep between keystrokes not working?
Hi Petr,
It's been a few days... would you consider implementing this delay option between keys ? it could help a lot ! thank you so much!
It's been a few days... would you consider implementing this delay option between keys ? it could help a lot ! thank you so much!
- 04 Jul 2016, 09:24
- Forum: Bug reports
- Topic: Special characters ?
- Replies: 5
- Views: 11030
Re: Special characters ?
Steinberg Cubase Pro 8.5
My intuition is that it's a delay issue because I use ATNSOFT KeyManager 1.10 and also have a POS Keyboard with a mix of hardware/software stored Macros, and some encounter this issue when I skip programming the delays.
My intuition is that it's a delay issue because I use ATNSOFT KeyManager 1.10 and also have a POS Keyboard with a mix of hardware/software stored Macros, and some encounter this issue when I skip programming the delays.
- 01 Jul 2016, 15:32
- Forum: Bug reports
- Topic: Special characters ?
- Replies: 5
- Views: 11030
Re: Special characters ?
maybe in the future
Regarding
It seems like it sends CTRL then F10 and not CTRL + F10 as in (let's hold CTRL until F10 is pressed) because the software on the receiving end only detects "F10"
Am I missing something ?
Thanks again!
Regarding
Code: Select all
lmc_send_keys("^{F10}")
Am I missing something ?
Thanks again!
- 01 Jul 2016, 04:48
- Forum: Bug reports
- Topic: Special characters ?
- Replies: 5
- Views: 11030
Special characters ?
Hi, I already use a large number of macros triggered using combinations of regular and modifier keys, so I thought I'd find new combinations using ALT codes characters like Alt 1 ☺ Alt 2 ☻ Alt 3 ♥ Alt 4 ♦ ... Alt 0254 þ as the software I want to control is able to recognize them as Key Commands. But...