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
Search found 8 matches
- 24 Dec 2015, 13:03
- Forum: General
- Topic: Feature Request: delay between keys
- Replies: 5
- Views: 8000
- 22 Dec 2015, 19:56
- Forum: Bug reports
- Topic: lmc_spawn cant run Nircmd with parameter
- Replies: 3
- Views: 8049
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...
- 22 Dec 2015, 13:43
- Forum: General
- Topic: Feature Request:Media control keys
- Replies: 5
- Views: 13983
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
hope can add media control keys into the script(like NEXT ,PLAY/PUASE and so on)
thx in advance
- 22 Dec 2015, 12:52
- Forum: HowTos
- Topic: Tutorial:App filter script
- Replies: 6
- Views: 15174
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...
- 22 Dec 2015, 12:38
- Forum: General
- Topic: About Filtering by window.
- Replies: 6
- Views: 10479
Re: About Filtering by window.
this script has an issuse check my post,see if you have any idea?divarak wrote:Thank you!
- 22 Dec 2015, 12:37
- Forum: HowTos
- Topic: Tutorial:App filter script
- Replies: 6
- Views: 15174
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
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
- 22 Dec 2015, 12:24
- Forum: General
- Topic: About Filtering by window.
- Replies: 6
- Views: 10479
- 22 Dec 2015, 12:23
- Forum: HowTos
- Topic: Tutorial:App filter script
- Replies: 6
- Views: 15174
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...