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 13:18:54 +0900 |
| commit | 85af0341dc94a5a65d3643f53d95c21d40017c1c (patch) | |
| tree | 362b74dd24ca92b77265d8ff6c6a85c783258ce0 /src/MainWidget.h | |
| parent | c4eebbfcf4a070aef2ee77726cc45d9eb62ee235 (diff) | |
| download | kvkbd-85af0341dc94a5a65d3643f53d95c21d40017c1c.tar.gz kvkbd-85af0341dc94a5a65d3643f53d95c21d40017c1c.zip | |
Added support for AltGr characters. This resolves issue #11.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
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; |
