I'm trying to create an autoit keylooger and for most of the keys it is working but for some keys as the small letters abcdef.... and the symbols and special characters as "ç" I'm not finding the $keys codes. For example, so far I have:
$keys_47="G"
$keys_48="H"
$keys_49="I"
$keys_4A="J"
$keys_4B="K"
where do I find any table with these codes if there is one and/or how do I define the codes for the small letters, symbols and special characters?