aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorKavindra Palaraja <kavindra.d+qt@gmail.com>2016-12-28 20:40:28 +0100
committerKavindra Palaraja <kavindra.d+qt@gmail.com>2017-01-05 05:46:24 +0000
commit0d2db1438e3f7e07f768991a39d4f6b2ab1dc432 (patch)
tree169088a56b7d5a8756f19603f7143c7061da2899 /src
parent0a88774a0f11bf96a87012ac4a83e31ced19460b (diff)
Added documentation for the GroupSwitchModifier
Used the default sentence from Qt::KeyboardModifier. Task-number: QTBUG-53211 Change-Id: If763ca1b8d9ee7dcfa511f3a19dd012aac4d4f9c Reviewed-by: Robin Burchell <robin.burchell@viroteck.net>
Diffstat (limited to 'src')
-rw-r--r--src/quick/items/qquickevents.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/quick/items/qquickevents.cpp b/src/quick/items/qquickevents.cpp
index a5497f4627..70d95ccdf8 100644
--- a/src/quick/items/qquickevents.cpp
+++ b/src/quick/items/qquickevents.cpp
@@ -137,6 +137,7 @@ Item {
\li Qt.AltModifier - An Alt key on the keyboard is pressed.
\li Qt.MetaModifier - A Meta key on the keyboard is pressed.
\li Qt.KeypadModifier - A keypad button is pressed.
+ \li Qt.GroupSwitchModifier - X11 only. A Mode_switch key on the keyboard is pressed.
\endlist
For example, to react to a Shift key + Enter key combination: