(AGK version: 108.13)
Submitted: 2013-06-22 12:24:04
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)
Login to post an example of your own.