diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-25 10:01:12 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2021-03-26 20:35:52 +0900 |
| commit | f2290a769bd9ee9bdde3a9c9a25d1fd27decaabc (patch) | |
| tree | 0b2024bb26617ca2c4339b5c1a9bd33ec4cbcb1e /src/MainWidget.h | |
| parent | 96fd31212c67029bb71e7a0f69ada626e11f2ee2 (diff) | |
| download | kvkbd-f2290a76.tar.gz kvkbd-f2290a76.zip | |
Added support for AltGr characters. This resolves issue #11.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 85af0341dc94a5a65d3643f53d95c21d40017c1c)
Diffstat (limited to 'src/MainWidget.h')
| -rw-r--r-- | src/MainWidget.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/MainWidget.h b/src/MainWidget.h index 7ea342a..126aeeb 100644 --- a/src/MainWidget.h +++ b/src/MainWidget.h @@ -51,7 +51,7 @@ public: public slots: void keyPress(unsigned int keycode); void toggleNumlock(); - void toggleShift(unsigned int keycode); + void toggleShiftCapsAltGr(unsigned int keycode); void toggleNumericPad(); void toggleFontAutoRes(); void toggleLock(); @@ -73,7 +73,7 @@ protected: private: void updateFont(); void updateNumlock(); - void updateShiftCaps(); + void updateShiftCapsAltGr(); bool nresize; |
