micromacro/scripts/rom/settings.lua:655: bad argument #1 to 'upper\ (string expected, got nil)
I keep getting this problem. Any solutions?
if( string.upper( v:getAttribute("hotkey") ) == "MACRO" ) then
hotkey = "MACRO"; -- set MACRO as hotkey
else
hotkey = key[v:getAttribute("hotkey")]; -- read the virtual key numer
end