Key codes can be found here:
http://www.appgamekit.com/documentation/guides/scancodes.htm
(AGK version: 108.24)
Submitted: 2014-12-16 09:28:32
// This code source print a keyboard use
do
key = GetRawLastKey( )
print (key)
sync ()
loop
// So if you press a key, the program will tell you which key
// Sorry for my bad language i'm french
Help make AGK better by submitting an example for this command! (All examples are subject to approval)