Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがマウス(またはポインティングデバイス)を持っていないことを前提としています。キーボードのみ。
使用するkeydown
keydown
したがって、たとえば:
if(event.keyCode === 9) { //tab //do something }