Revision history of "Lua:textToShortCut"

Jump to navigation Jump to search

Diff selection: Mark the radio boxes of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

  • (cur | prev) 09:25, 21 August 2020Ajanuw (talk | contribs). . (188 bytes) (+188). . (Created page with "<pre> print(textToShortCut("A")) -- 65 print(textToShortCut("up")) -- 38 print(textToShortCut("down")) -- 40 print(textToShortCut("left")) -- 37 print(textToShortCut("right"))...")