Lua:convertKeyComboToString

From Cheat Engine
Revision as of 09:29, 21 August 2020 by Ajanuw (talk | contribs) (Created page with "<pre> print(convertKeyComboToString(17, 65)) -- Ctrl+A print(convertKeyComboToString({17, 66})) -- Ctrl+B </pre>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
print(convertKeyComboToString(17, 65)) -- Ctrl+A
print(convertKeyComboToString({17, 66}))  -- Ctrl+B