[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Git][gambas/gambas][master] Add 'Key.Clear' constant. GTK+ components key code now behave the same as with QT components.
[Thread Prev] | [Thread Next]
- Subject: [Git][gambas/gambas][master] Add 'Key.Clear' constant. GTK+ components key code now behave the same as with QT components.
- From: Benoît Minisini (@bminisini) <gitlab@xxxxxxxxxxxxx>
- Reply-to: noreply@xxxxxxxxxx
- Date: Sat, 13 Sep 2025 12:09:52 +0000
- To: notification@xxxxxxxxxxxxxxxxxxxxxx
Benoît Minisini pushed to branch master at Gambas / gambas Commits: aa51ac2b by Benoît Minisini at 2025-09-13T14:06:27+02:00 Add 'Key.Clear' constant. GTK+ components key code now behave the same as with QT components. [GB.QT4] * NEW: Add 'Key.Clear' constant used when hitting the '5' numeric pad key with num. lock off. [GB.QT5] * NEW: Add 'Key.Clear' constant used when hitting the '5' numeric pad key with num. lock off. [GB.QT6] * NEW: Add 'Key.Clear' constant used when hitting the '5' numeric pad key with num. lock off. [GB.GTK] * NEW: Add 'Key.Clear' constant used when hitting the '5' numeric pad key with num. lock off. * BUG: 'Key.Code' returns the accurate values when hitting a numeric pas key with num. lock off. * BUG: The "Windows" key is now associated with the 'Key.Meta' flag like with Qt. [GB.GTK3] * NEW: Add 'Key.Clear' constant used when hitting the '5' numeric pad key with num. lock off. * BUG: 'Key.Code' returns the accurate values when hitting a numeric pas key with num. lock off. * BUG: The "Windows" key is now associated with the 'Key.Meta' flag like with Qt. - - - - - 3 changed files: - gb.gtk/src/CKey.cpp - gb.gtk/src/gkey.cpp - gb.qt4/src/CKey.cpp View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa51ac2bde4421d8cdffde3316cc97ad9088df3d -- View it on GitLab: https://gitlab.com/gambas/gambas/-/commit/aa51ac2bde4421d8cdffde3316cc97ad9088df3d You're receiving this email because of your account on gitlab.com.