luamacros - accented characters
Posted: 04 Oct 2018, 15:49
Hi !
I''ve configured my numpad to run some shortcuts and it works very well (in luamacros and in hidmacros) but now I would like to create a shortcut (in luamacros) for the [CTRL+ SHIFT + ù] combination but i can not figure out how to do it.
I get this error in the console and i don't know which is the corresponding value to this key (ù):
I have an italian keyboard...
Thanks for any help
I''ve configured my numpad to run some shortcuts and it works very well (in luamacros and in hidmacros) but now I would like to create a shortcut (in luamacros) for the [CTRL+ SHIFT + ù] combination but i can not figure out how to do it.
I get this error
Code: Select all
[KEY] ERROR: Invalid KeyName
Code: Select all
elseif (button == 97) then
lmc_send_keys ('^+u')
Thanks for any help
