CTRLキーなど特殊キーが押されたかを調べる


動作ブラウザ 【 IE:4.0  NN:-
Internet Explorer Netscape Navigator DreamPassport iCab
3.0x 4.0x 4.5 5.0x 5.5 6.0 2.0x 3.0x 4.0x 4.x 6.0 2 3 2.x
Windows × - × × × × × - × -
Macintosh × - - × × × × × - - ×
UNIX - - - - - - × × × × × - - -
Dreamcast - - - - - - - - - - × × -

ポイント if (event.ctrlKey) alert("Controlキーが押されました"); window.document.onkeydown = checkCTRLKey;
説  明 コントロールキーが押されたかどうかはevent.ctrlKeyで調べることができます。押されている場合はtrueになり、押されていない場合はfalseになります。
サンプル <html> <head> <title>CTRLキーなど特殊キーが押されたかを調べる</title> <script language="JavaScript"><!-- function checkCTRLKey() { if (event.ctrlKey) alert("Controlキーが押されました"); } window.document.onkeydown = checkCTRLKey; //--></script> </head> <body> CTRLキーと何かキーを押して下さい。 </body> </html>
補足説明 SHIFTキーの場合はevent.shiftKeyで調べることができます。

■サンプルスクリプトを実行する >>実行
■各ブラウザでの動作結果を見る >>View!

写真素材 PIXTA