Re: Checking SHIFT/CTRL/ALT hold in C++ xpcom
Neil <[email protected]> Sun, 20 Oct 2013 09:50:25 +0100
| Newsgroups | gmane.comp.mozilla.devel.xpfe |
|---|---|
| Message-ID | <[email protected]> |
YuLo wrote:
>BTW,
>
><key key="C" modifiers="control alt" oncommand="alert('alt');"/>
>
>not work.
>
Ctrl+Alt modifiers are reserved by Windows for shortcut hot keys, so you
should avoid them. Additionally some keyboard layouts reserve some
Ctrl+Alt keys in which case this might produce a c with a cedilla.
--
Warning: May contain traces of nuts.