July 1998
Intermediate to advanced
1456 pages
65h 5m
English
ctrlKey — NN n/a IE 4 DOM n/a
Read-only
Whether the Control key was pressed at the instant the event fired. See Chapter 6 for testing for this key in cross-browser event handling code.
if (event.ctrlKey) {
process for Control key being down
}Boolean value: true | false.
false
Read now
Unlock full access