Search found 5 matches

by timmee2222
28 Aug 2015, 10:55
Forum: General
Topic: use of varibles
Replies: 1
Views: 4203

Re: use of varibles

I should really look before I leap - found it in test.lua. fyi here is my test code... clear(); lmc_device_set_name('keyPad', '123F1D63') --lmc.minimizeToTray = true numLoc = true slash = function() if(numLoc) then lmc_send_keys('It rocks!') else lmc_send_keys('It rolls!') end end numLock = function...
by timmee2222
28 Aug 2015, 10:26
Forum: General
Topic: use of varibles
Replies: 1
Views: 4203

use of varibles

Hi
I am looking at using the num lck key on an external key pad as a modifier (effectively doubling the number of keys). is it possible to set a variable in luaMaros?
by timmee2222
28 Aug 2015, 09:34
Forum: General
Topic: Disable original key echo
Replies: 19
Views: 29038

Re: Disable original key echo

Hi I'm getting the same result clear(); lmc_device_set_name('keyPad', '123F1D63') lmc.minimizeToTray = true lmc_set_handler('keyPad',function(button, direction) if (direction == 1) then return end -- ignore down print('Callback for whole keyboard 2: button ' .. button .. ', direction '..direction) i...
by timmee2222
28 Aug 2015, 04:33
Forum: Bug reports
Topic: win 10 - no window
Replies: 6
Views: 14154

Re: win 10 - no window

Quick update
if I use ALT+space when the icon on task bar is active I do get a menu where I can maximize the window and see it. then I can resize it
by timmee2222
28 Aug 2015, 00:37
Forum: Bug reports
Topic: win 10 - no window
Replies: 6
Views: 14154

win 10 - no window

I'm using windows 10. the program seems to start up but I can't seem to get the editor window to show. I tried running as administrator and in xp compatibility mode