#include "keyboard.h"#include <opie2/oresource.h>Include dependency graph for keyboard.cpp:

Go to the source code of this file.
Classes | |
| struct | mapElement |
Variables | |
| static const int | autorepeatDelaytime = 500 |
| static const int | autorepeatRate = 20 |
| static const int | mod1x1 = 0 |
| static const int | mod1x2 = 23 |
| static const int | mod1w = mod1x2 - mod1x1 |
| static const int | letterx1 = 27 |
| static const int | letterx2 = 129 |
| static const int | letterw = 17 |
| static const int | letterh = 14 |
| static const int | num1x1 = 130 |
| static const int | num1x2 = 137 |
| static const int | num1w = num1x2 - num1x1 |
| static const int | specialx1 = 138 |
| static const int | specialx2 = 170 |
| static const int | specialw = 16 |
| static const int | num2x1 = 171 |
| static const int | num2x2 = 178 |
| static const int | num2w = num2x2 - num2x1 |
| static const int | mod2x1 = 179 |
| static const int | mod2x2 = 203 |
| static const int | mod2w = mod2x2 - mod2x1 |
| static const int | cursorx1 = 207 |
| static const int | cursorw = 16 |
| static const int | myParenID = -10 |
| static const mapElement | mod1Map [] |
| static const uchar *const | letterMap [] |
| static const ushort | kletterMap [][6] |
| static const uchar *const | letterMapShift [] |
| static const ushort | kletterMapShift [][6] |
| static const uchar *const | num1Map = (const uchar *const)"12345" |
| static const uchar *const | specialMap [] |
| static const uchar *const | specialMapShift [] |
| static const uchar *const | specialMapParen [] |
| static const uchar *const | num2Map = (const uchar *const)"67890" |
| static const mapElement | mod2Map [] |
| static const int | cursorMap [][2] |
|
|
Definition at line 19 of file keyboard.cpp. |
|
|
Definition at line 20 of file keyboard.cpp. |
|
|
Initial value: {
{ Qt::Key_Home, Qt::Key_PageUp },
{ Qt::Key_End, Qt::Key_PageDown },
{ Qt::Key_Up, Qt::Key_Up },
{ Qt::Key_Left, Qt::Key_Right },
{ Qt::Key_Down, Qt::Key_Down },
}
Definition at line 135 of file keyboard.cpp. |
|
|
Definition at line 48 of file keyboard.cpp. |
|
|
Definition at line 47 of file keyboard.cpp. |
|
|
Initial value: {
{ 0x110c, 0x1112, 0x1109, 0x116d, 0x1167, 0x1163 },
{ 0x110f, 0x1105, 0x1100, 0x1161, 0x1175, 0x1162 },
{ ' ', ' ', 0x110b, 0x1165, ' ', ' ' },
{ 0x1110, 0x1103, 0x1102, 0x1169, 0x1173, 0x1166 },
{ 0x110e, 0x1107, 0x1106, 0x1111, 0x116e, 0x1172 },
}
Definition at line 75 of file keyboard.cpp. |
|
|
Initial value: {
{ 0x110d, 0x1112, 0x110a, 0x116d, 0x1167, 0x1163 },
{ 0x110f, 0x1105, 0x1101, 0x1161, 0x1175, 0x1164 },
{ ' ', ' ', 0x110b, 0x1165, ' ', ' ' },
{ 0x1110, 0x1104, 0x1102, 0x1169, 0x1173, 0x1168 },
{ 0x110e, 0x1108, 0x1106, 0x1111, 0x116e, 0x1172 },
}
Definition at line 91 of file keyboard.cpp. |
|
|
Definition at line 29 of file keyboard.cpp. |
|
|
Initial value: {
(const uchar *const)"zvchwk",
(const uchar *const)"fitaly",
(const uchar *const)" ne ",
(const uchar *const)"gdorsb",
(const uchar *const)"qjumpx",
}
Definition at line 67 of file keyboard.cpp. |
|
|
Initial value: {
(const uchar *const)"ZVCHWK",
(const uchar *const)"FITALY",
(const uchar *const)" NE ",
(const uchar *const)"GDORSB",
(const uchar *const)"QJUMPX",
}
Definition at line 83 of file keyboard.cpp. |
|
|
Definition at line 28 of file keyboard.cpp. |
|
|
Definition at line 26 of file keyboard.cpp. |
|
|
Definition at line 27 of file keyboard.cpp. |
|
|
Initial value: {
{ Qt::Key_Escape, 27 },
{ Qt::Key_Tab, 9 },
{ Qt::Key_Return, 13 },
{ Qt::Key_Alt, 0 },
{ Qt::Key_Control, 0 },
}
Definition at line 59 of file keyboard.cpp. |
|
|
Definition at line 24 of file keyboard.cpp. |
|
|
Definition at line 22 of file keyboard.cpp. |
|
|
Definition at line 23 of file keyboard.cpp. |
|
|
Initial value: {
{ Qt::Key_Backspace, 8 },
{ Qt::Key_Delete, 0 },
{ Qt::Key_Return, 13 },
{ Qt::Key_Shift, 0 },
{ myParenID, 0 },
}
Definition at line 127 of file keyboard.cpp. |
|
|
Definition at line 45 of file keyboard.cpp. |
|
|
Definition at line 43 of file keyboard.cpp. |
|
|
Definition at line 44 of file keyboard.cpp. |
|
|
Definition at line 50 of file keyboard.cpp. |
|
|
Definition at line 99 of file keyboard.cpp. |
|
|
Definition at line 33 of file keyboard.cpp. |
|
|
Definition at line 31 of file keyboard.cpp. |
|
|
Definition at line 32 of file keyboard.cpp. |
|
|
Definition at line 125 of file keyboard.cpp. |
|
|
Definition at line 41 of file keyboard.cpp. |
|
|
Definition at line 39 of file keyboard.cpp. |
|
|
Definition at line 40 of file keyboard.cpp. |
|
|
Initial value: {
(const uchar *const)"-+",
(const uchar *const)"*!",
(const uchar *const)",'",
(const uchar *const)".%",
(const uchar *const)"/$",
}
Definition at line 101 of file keyboard.cpp. |
|
|
Initial value: {
(const uchar *const)"()",
(const uchar *const)"[]",
(const uchar *const)"{}",
(const uchar *const)"<>",
(const uchar *const)"@~",
}
Definition at line 117 of file keyboard.cpp. |
|
|
Initial value: {
(const uchar *const)"_=",
(const uchar *const)"#?",
(const uchar *const)";\"",
(const uchar *const)":|",
(const uchar *const)"\\&",
}
Definition at line 109 of file keyboard.cpp. |
|
|
Definition at line 37 of file keyboard.cpp. |
|
|
Definition at line 35 of file keyboard.cpp. |
|
|
Definition at line 36 of file keyboard.cpp. |
1.4.2