Key pressed

Triggering event – Abstract

Some Form elements (especially input fields and the form element itself) offer keypress events as the Triggering event for behaviour. As input data ($input) these triggers return the value of the respective element. The form data is returned at form level.

A keypress event can only be triggered if the corresponding element has the focus.

►EXCEPTION◄ Behaviour with a Taste gedrückt as a trigger, defined at form level, is executed regardless of the focus on an element. Both behaviours are executed if an element has the focus for which a behaviour is defined that reacts to the same button as the form (after the behaviour at form level).

Event name

Description

Enter pressed

is triggered when the Enter key is pressed.

F1 pressed

is triggered when the user has pressed the F1 function key.

F2 pressed

is triggered when the user has pressed the F2 function key.

F3 pressed

is triggered when the user has pressed the F3 function key.

F4 pressed

is triggered when the user has pressed the F4 function key.

F5 pressed

is triggered when the user has pressed the F5 function key.

F6 pressed

is triggered when the user has pressed the F6 function key.

F7 pressed

is triggered when the user has pressed the F7 function key.

F8 pressed

is triggered when the user has pressed the F8 function key.

F9 pressed

is triggered when the user has pressed the F9 function key.

F10 pressed

is triggered when the user has pressed the F10 function key.

F11 pressed

is triggered when the user has pressed the F11 function key.

F12 pressed

is triggered when the user has pressed the F12 function key.