Search found 3 matches
- 04 Mar 2021, 13:40
- Forum: General
- Topic: Shift Makro doesn't work
- Replies: 4
- Views: 28523
Re: Shift Makro doesn't work
Thank you!
- 03 Mar 2021, 19:56
- Forum: General
- Topic: Shift Makro doesn't work
- Replies: 4
- Views: 28523
Re: Shift Makro doesn't work
Alright, i got a Luacode running, but i am doing something wrong.
I am using lmc_send_input like that.
lmc_device_set_name('numpad','2F90B2ED')
if (direction == 1) then return end
if (button == 97) then
lmc_send_input('+', 0, 0)
Sorry, i never used LUA before, could you help me out?
I am using lmc_send_input like that.
lmc_device_set_name('numpad','2F90B2ED')
if (direction == 1) then return end
if (button == 97) then
lmc_send_input('+', 0, 0)
Sorry, i never used LUA before, could you help me out?
- 02 Mar 2021, 17:11
- Forum: General
- Topic: Shift Makro doesn't work
- Replies: 4
- Views: 28523
Shift Makro doesn't work
Hey, i have an wireless "LogiLink" Numpad and when i try to asign any letter on it, it works without a problem. However, when i am trying to just map the shift key to it, it won't work. Yes i am using the "+" for it. Thank you very much in advance. - Eddy Update: I tested around for a bit and now no...