Hi all;

I'm trying to trap the ctrl-a keypress to do a "select all" operation.
On Windows (running Firefox or IE) in my event handler I look for
ctrlKey == true and charCode == 0x61. Strangely, on the Mac (running
Safari -- I haven't tested Firefox), hitting cmd-a yields an event
with ctrlKey == true and charCode == 0x01.

Why the difference?

Thanks,
Tobias.

Reply via email to