Search found 6 matches

by Scratch
13 Sep 2016, 17:33
Forum: General
Topic: Infomation in a Github Wiki
Replies: 2
Views: 4759

Re: Infomation in a Github Wiki

Part of the reason I made it because I was sick at not having the rtf file from hidmacros, and it wasn't posted anywhere on the forum, only as a download.
First page was a direct port of the hidmacros instructions, then I suddenly realised what a mistake I was making :)
by Scratch
11 Sep 2016, 18:09
Forum: General
Topic: Infomation in a Github Wiki
Replies: 2
Views: 4759

Infomation in a Github Wiki

Already done some of it, it's pretty basic but I though that having a simple page updated would be a simple solution that a few people might find useful. Anyone with a github account can edit this, I was unable to push changes through a git client after cloning it, but I was able to make them throug...
by Scratch
08 Jun 2016, 10:46
Forum: General
Topic: Feature Request: is device found
Replies: 3
Views: 4989

Re: Feature Request: is device found

Perfect, managed to get it done with kp = lmc_device_set_name('kp', '25649703') if (kp == "") then lmc_assign_keyboard('kp') I don't suppose you could add this functionality to the lmc_assign_keyboard function ? would save me having to list every device and instead just popping out what devices need...
by Scratch
05 Jun 2016, 11:02
Forum: General
Topic: Feature Request: is device found
Replies: 3
Views: 4989

Feature Request: is device found

Should return a boolean if a device exists / set to a name My use case is that I have a keypad that changes ID every time I switch it's port. I want to be able to check to see that the device is set up correctly on macro start for example lmc_device_set_name('kp', '12AAE65F') --Set Device if (!lmc_d...
by Scratch
12 Nov 2015, 04:54
Forum: General
Topic: Disable original key echo
Replies: 19
Views: 29033

Re: Disable original key echo

Pressing asterisks on the keypad sends alt-F24, a bind I use for the Nvidia overlay, as shown slightly in the gif. However it's also sending an asterisks key, as displayed in the text box, this is not intended behaviour. I'm unsure, but I believe that this may be because the program no longer disabl...
by Scratch
08 Nov 2015, 09:47
Forum: General
Topic: Disable original key echo
Replies: 19
Views: 29033

Re: Disable original key echo

I started having this problem to today http://sharex.moe/i/2015/11/15-11-08_19-42-45.gif It didn't used to be a problem though, strangely enough Here's my code print 'prog start' -- assign logical name to macro keyboard --lmc_assign_keyboard('KBoard'); lmc.minimizeToTray = true --lmc_minimize() lmc_...