'shiftKey' Syntax and Note : shiftKey « Javascript Properties « JavaScript Reference

'shiftKey' Syntax and Note

Note:

Read-only property. 
Is SHIFT key pressed. 
    
Syntax:
    
window.event.shiftKey

    

      
      








Related examples in the same category

1.'shiftKey' Example
2.'shiftKey' Possible Values
3.'shiftKey' is applied to