ModeKey QML Type

Generic mode key for keyboard layouts. 更多...

导入语句: import QtQuick.VirtualKeyboard 2.2
Since: QtQuick.VirtualKeyboard 2.0
继承:

Key

特性

详细描述

This key provides generic mode button functionality.

A key press toggles the current mode without emitting key event for input method processing.

ModeKey can be used in situations where a particular mode is switched "ON / OFF", and where the mode change does not require changing the keyboard layout. When this component is used, the displayText should remain the same regardless of the mode, because the keyboard style visualizes the status.

特性文档编制

mode : bool

This property provides the current mode.

默认为 false。