diff options
author | Robert Griebl <rgriebl@trolltech.com> | 2009-07-23 11:36:44 (GMT) |
---|---|---|
committer | Robert Griebl <rgriebl@trolltech.com> | 2009-07-23 14:33:10 (GMT) |
commit | 29016ad7cf1e11ae9967748f91acac6f0054bbf8 (patch) | |
tree | 896dd417bd9e48cc6811a939cafdd4eebb70b753 /src | |
parent | 9a77d6c409b991957fc069a2b47476a419ea1aab (diff) | |
download | Qt-29016ad7cf1e11ae9967748f91acac6f0054bbf8.zip Qt-29016ad7cf1e11ae9967748f91acac6f0054bbf8.tar.gz Qt-29016ad7cf1e11ae9967748f91acac6f0054bbf8.tar.bz2 |
Fixed embedded mouse and keyboard docu for 4.6
Reviewed-By: Paul
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/embedded/qkbd_qws.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/src/gui/embedded/qkbd_qws.cpp b/src/gui/embedded/qkbd_qws.cpp index 7799339..756a398 100644 --- a/src/gui/embedded/qkbd_qws.cpp +++ b/src/gui/embedded/qkbd_qws.cpp @@ -453,8 +453,9 @@ void QWSKeyboardHandler::endAutoRepeat() Maps \a keycode according to a keymap and sends that key event to the \l{Qt for Embedded Linux} server application. - Please see the QWS_KEYBOARD documentation for a description on how to - create and use keymap files. + Please see the \l{Qt for Embedded Linux Character Input} and the \l + {kmap2qmap} documentations for a description on how to create and use + keymap files. The key event is identified by its \a keycode value and the \a isPress and \a autoRepeat parameters. @@ -475,9 +476,6 @@ void QWSKeyboardHandler::endAutoRepeat() implementation needs to take care of a special action, like console switching or LED handling. - Standard Linux console keymaps can be found at the - \l {http://lct.sourceforege.net}{LCT project} - If standard Linux console keymaps are used, \a keycode must be one of the standardized values defined in \c /usr/include/linux/input.h |