Image:stop.png This documentation is for an older version of ZK. For the latest documentationplease click here .

KeyEvent

Represents a key pressed by the user.

Class Name

org.zkoss.zk.ui.event.KeyEvent

Methods

Name

Description

Data Type

getKeyCode()

Returns the key code.

int

isAltKey()

Returns whether ALT is pressed.

boolean

isCtrlKey()

Returns whether CTRL is pressed.

boolean

isShiftKey()

Returns whether SHIFT is pressed.

boolean

Inherited From