function sap/ui/events/isSpecialKey

Visiblity: restricted
Available since: N/A
Module: sap/ui/events/isSpecialKey
Application Component:

Detect whether the pressed key is a special key.

Special keys: SHIFT, CONTROL, ALT, ALTGRAPH, BREAK, CAPS_LOCK, NUM_LOCK PAGE_UP, PAGE_DOWN, END, HOME, ARROW_LEFT, ARROW_UP, ARROW_RIGHT, ARROW_DOWN, PRINT, INSERT, DELETE, F1, F2, F3, F4, F5, F6, F7, F8, F9, F10, F11, F12, BACKSPACE, TAB, ENTER, ESCAPE


Parameters Overview

Param Type Default Value Description
oEvent jQuery.Event The event object of the keydown, keyup or keypress events.

Methods Overview

Method Description