aboutsummaryrefslogtreecommitdiffstats
path: root/src/virtualkeyboard/doc
diff options
context:
space:
mode:
authorJarkko Koivikko <jarkko.koivikko@code-q.fi>2014-06-12 22:00:33 +0300
committerMitch Curtis <mitch.curtis@digia.com>2014-06-20 11:42:57 +0300
commitd458fefcf078a2cff141866eb922bc8bc05a29f8 (patch)
tree01730edcf39ee1705f0dc4eea0ff166dc6f1056a /src/virtualkeyboard/doc
parentedde661d678128fa529c93504350cdcf1263a75b (diff)
Add arrow navigation mode
The arrow navigation mode allows using the keyboard with the arrow keys and the return key of the physical input device. The navigation mode is available when the keyboard is built with CONFIG+=arrow-key-navigation in the qmake command line. To enter into arrow navigation mode, simply press any of the arrow keys on the hardware keyboard while the virtual keyboard is visible. Items are selected with return key. Pressing and holding the return key will access the alternative keys (if any). The "drag symbol mode" is also available by pressing and holding the return on top of the symbol key. Change-Id: Ief9acfacd7f2d8a59a3c6b959d28f5467d207fa6 Reviewed-by: Mitch Curtis <mitch.curtis@digia.com>
Diffstat (limited to 'src/virtualkeyboard/doc')
-rw-r--r--src/virtualkeyboard/doc/src/build.qdoc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/virtualkeyboard/doc/src/build.qdoc b/src/virtualkeyboard/doc/src/build.qdoc
index 4a2e10fe..e62ba9df 100644
--- a/src/virtualkeyboard/doc/src/build.qdoc
+++ b/src/virtualkeyboard/doc/src/build.qdoc
@@ -73,6 +73,9 @@ build targets.
\row
\li \e CONFIG += pinyin
\li Enables the pinyin input method for Simplified Chinese.
+\row
+ \li \e CONFIG += arrow-key-navigation
+ \li Enables arrow key navigation for the keyboard
\endtable
\section2 Building Documentation