Code: Select all
on rawKeyUp PP
put PP
end rawKeyUp
this is the code the operating system uses for the right arrow key
However, it is also a Unicode glyph address (0xFF53): http://www.unicode.org/charts/PDF/UFF00.pdf
and this is why an 's' gets dumped in a field when one does this sort of thing:
Code: Select all
type numToCodePoint(65363)
Code: Select all
type "arrowKey right"
and
Code: Select all
send "arrowKey right"