global_shortcut_key_responded


Description:

public signal void global_shortcut_key_responded (uint8 type, uint keyval, uint keycode, uint state, bool is_backward)

Emitted when global shortcut key is responded.

Since 1.5.32

Parameters:

type

The type of the global shortcut key.

keyval

Key symbol of the key press.

keycode

KeyCode of the key press.

state

Key modifier flags.

is_backward

true if the backward key is pressed.