Obsolete Members for KKeyServer
The following members of class KKeyServer are deprecated. They are provided to keep old source code working. We strongly advise against using them in new code.
Functions
(deprecated in 6.0) bool | keyQtToCodeX(int keyQt, int *keyCode) |
(deprecated in 6.0) bool | keyQtToSymX(int keyQt, int *sym) |
Function Documentation
[deprecated in 6.0]
bool KKeyServer::keyQtToCodeX(int keyQt, int *keyCode)
This function is deprecated since 6.0. We strongly advise against using it in new code.
Extracts the code from the given Qt key.
keyQt the qt key code
keyCode if successful, the symbol will be written here
Returns true if successful, false otherwise
Use keyQtToCodeXs(keyQt)
[deprecated in 6.0]
bool KKeyServer::keyQtToSymX(int keyQt, int *sym)
This function is deprecated since 6.0. We strongly advise against using it in new code.
Extracts the symbol from the given Qt key and converts it to an X11 symbol + modifiers.
keyQt the qt key code
sym if successful, the symbol will be written here
Returns true if successful, false otherwise
Use keyQtToSymXs(keyQt)