Lua:textToShortCut

From Cheat Engine
Jump to navigation Jump to search
⚠️ Version Notice

This function requires Cheat Engine 6.4+.

⚠️ This page still needs significant improvements.

Please help by expanding or correcting this article where possible.
For suggestions or discussion, see the talk page.

print(textToShortCut("A")) -- 65
print(textToShortCut("up")) -- 38
print(textToShortCut("down")) -- 40
print(textToShortCut("left")) -- 37
print(textToShortCut("right")) -- 39