Hi
I need to obtain the "keyCode"/"charCode" of a TextItem when keyDown.
isc.Event.getKey() doesn't fit my requirements since for example the . (dot) of the keyboard is different from the . (dot) of the numeric keyboard and I need to distinguish between them.
Any idea?
Thanks.
David.
I need to obtain the "keyCode"/"charCode" of a TextItem when keyDown.
isc.Event.getKey() doesn't fit my requirements since for example the . (dot) of the keyboard is different from the . (dot) of the numeric keyboard and I need to distinguish between them.
Any idea?
Thanks.
David.
Comment