This site works best with JavaScript enabled. Please enable JavaScript to get the best experience from this site.
889: if not text:find("^F%d+$") and text:len() ~= 1 and (text:byte() < 128 or text:len() > 4) and not _G["KEY_" .. text] then
Can't check "ALT-CAPSLOCK" key.. :(
must edit...
889: if not text:find("^F%d+$") and text ~='CAPSLOCK' and text:len() ~= 1 and (text:byte() < 128 or text:len() > 4) and not _G["KEY_" .. text] then
because
can't keybinding in Bartender3
'ALT-CAPSLOCK', 'SHIFT-CAPSLOCK', etc...