diff options
-rw-r--r-- | src/gui/embedded/qkbd_qws.h | 2 | ||||
-rw-r--r-- | src/gui/embedded/qkbd_qws_p.h | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/gui/embedded/qkbd_qws.h b/src/gui/embedded/qkbd_qws.h index 343114f..8ff892a 100644 --- a/src/gui/embedded/qkbd_qws.h +++ b/src/gui/embedded/qkbd_qws.h @@ -80,7 +80,7 @@ public: NextConsole = 0x05000001, SwitchConsoleFirst = 0x06000000, SwitchConsoleLast = 0x0600007f, - SwitchConsoleMask = 0x0000007f, + SwitchConsoleMask = 0x0000007f }; KeycodeAction processKeycode(quint16 keycode, bool pressed, bool autorepeat); diff --git a/src/gui/embedded/qkbd_qws_p.h b/src/gui/embedded/qkbd_qws_p.h index 6883588..d342910 100644 --- a/src/gui/embedded/qkbd_qws_p.h +++ b/src/gui/embedded/qkbd_qws_p.h @@ -74,7 +74,7 @@ namespace QWSKeyboard { IsDead = 0x01, IsLetter = 0x02, IsModifier = 0x04, - IsSystem = 0x08, + IsSystem = 0x08 }; enum System { @@ -84,7 +84,7 @@ namespace QWSKeyboard { SystemConsolePrevious = 0x0180, SystemConsoleNext = 0x0181, SystemReboot = 0x0200, - SystemZap = 0x0300, + SystemZap = 0x0300 }; struct Composing { @@ -102,7 +102,7 @@ namespace QWSKeyboard { ModShiftL = 0x10, ModShiftR = 0x20, ModCtrlL = 0x40, - ModCtrlR = 0x80, + ModCtrlR = 0x80 // ModCapsShift = 0x100, // not supported! }; }; |