ModeKey QML Type

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

import 語句: import QtQuick.VirtualKeyboard 2.15
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。