Search found 8 matches

by Buzzin
24 Dec 2015, 13:03
Forum: General
Topic: Feature Request: delay between keys
Replies: 5
Views: 5704

Feature Request: delay between keys

i try to make some really complex shortcut like
lmc_send_keys("%( )^(,){BACKSPACE}+()sw chro{ENTER}")

but it won't work every time
so can lmc send keys had another argument :delaytime between every keypress,so it will reduce mistake and give the app to reacting time
by Buzzin
22 Dec 2015, 19:56
Forum: Bug reports
Topic: lmc_spawn cant run Nircmd with parameter
Replies: 3
Views: 6436

lmc_spawn cant run Nircmd with parameter

for exmpaple lmc_spawn("nircmd","mutesystemsound 2") i only got a nircmd default window(the window you click the nircmd.exe without any parameter) ,it won't run the parameter(mtuesystemsound 2) i tired different parameter,won't work. but everything else works fun(notepad ,cmd and so on) the only sol...
by Buzzin
22 Dec 2015, 13:43
Forum: General
Topic: Feature Request:Media control keys
Replies: 5
Views: 11716

Feature Request:Media control keys

LuaMacros is AWESOME!
hope can add media control keys into the script(like NEXT ,PLAY/PUASE and so on)
thx in advance
by Buzzin
22 Dec 2015, 12:52
Forum: HowTos
Topic: Tutorial:App filter script
Replies: 6
Views: 12053

Re: Tutorial:App filter script

print('Version: ' .. lmc.version) --lmc.minimizeToTray = true --lmc_minimize() lmc_print_devices() lmc_device_set_name('kb2', 'D0E7FD3') lmc_set_handler('kb2',function(button, direction) tt=lmc_get_window_title() print(tt) if (direction == 1) then return end -- ignore down if (string.match(tt, "Chro...
by Buzzin
22 Dec 2015, 12:38
Forum: General
Topic: About Filtering by window.
Replies: 6
Views: 7807

Re: About Filtering by window.

divarak wrote:Thank you! :)
this script has an issuse check my post,see if you have any idea?
by Buzzin
22 Dec 2015, 12:37
Forum: HowTos
Topic: Tutorial:App filter script
Replies: 6
Views: 12053

Re: Tutorial:App filter script

well there is a problem
you can only use the same key as different apps filter shortcut
but you cnat set 1 key has global shortcut and a app filter shortcut both ,
i will try to figure this out latter
by Buzzin
22 Dec 2015, 12:23
Forum: HowTos
Topic: Tutorial:App filter script
Replies: 6
Views: 12053

Tutorial:App filter script

print('Version: ' .. lmc.version) --lmc.minimizeToTray = true --lmc_minimize() lmc_print_devices() lmc_device_set_name('kb2', 'D0E7FD3') lmc_set_handler('kb2',function(button, direction) tt=lmc_get_window_title() print(tt) if (direction == 1) then return end -- ignore down if (string.match(tt, "Chro...