Closed shenlebantongying closed 1 week ago
fix https://github.com/xiaoyifang/goldendict-ng/issues/1938
Fix these Win/Meta related issues from the original GD.
fix https://github.com/goldendict/goldendict/issues/1185 fix https://github.com/goldendict/goldendict/issues/1211
Not sure how things used to work, but as today:
Qt::KeypadModifier
VK_NUMPAD
For Win/Meta, only the left one --> LWIN is supported.
Issues 1 New issue 0 Accepted issues
Measures 0 Security Hotspots 0.0% Coverage on New Code 0.0% Duplication on New Code
See analysis details on SonarQube Cloud
fix https://github.com/xiaoyifang/goldendict-ng/issues/1938
Fix these Win/Meta related issues from the original GD.
fix https://github.com/goldendict/goldendict/issues/1185 fix https://github.com/goldendict/goldendict/issues/1211
Not sure how things used to work, but as today:
Qt::KeypadModifier
to know if pressed numbers belongs to Numpad.VK_NUMPAD
For Win/Meta, only the left one --> LWIN is supported.