[JS]キーボードのイベントを取得できるスクリプト -jQuery Hotkeys Plugin
Post on:2008年7月30日
jQuery Hotkeys Pluginは、単独のキーからキーを組み合わせたものまで、キーボードのイベント取得ができるスクリプトです。
ブラウザ上のキーバインドの設定も可能で、下記の記述で簡単に設定できます。
例:[Ctrl]+
で、アラート。
1 2 3 |
<textarea name="code" class="js" cols="60" rows="5"> $.hotkeys.add('Ctrl+c', function(){ alert('copy anyone?');}); </textarea> |
jQuery Hotkeys Pluginの対応ブラウザは、下記の通りです。
- IE6 (Windows)
- IE7 (Windows)
- Fx1.5. (Linux, Windows and OSX)
- Fx2.0. (Linux, Windows and OSX)
- Safari (OSX and Windows)
- Op9.2 (Linux and Windows)
また、対応するjQueryのバージョンは1.1.3, 1.1.4 and 1.2.1となっています。
sponsors