-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can not enter a text with '€' symbol #536
Comments
Hello. 2 - press AltGr+E to print '€' -> this open the export windows Hum, strange because the shortcut to export windows is Ctrl+E (not AltGr+E). |
Re-hello. Tested LazPaint32 Windows version via Linux-wine and there, all OK, AltGr+E gives €. But booting the same machine on Windows 11, there is indeed a problem with AltGr+E. Aie, very boring problem... Maybe you could use a workaround, like copy € symbol with Ctrl+C from somewhere, like notepad, and paste it with Ctrl+V in the LazPaint text editor. |
Thank you Fred for your answer. Yes Ctrl+C workaround work well. |
After some test on Lazarus 2.2.4 Win 64, it appears that a press on AltGr trigger TWO TIME TForm.OnKeyDown event: First: with Key = VK_CONTROL, shift = ssCtrl. On my win32 machine, Lazarus 2.2.4, same behaviour: OnKeyDown is triggered two time with same value above. maybe this is a clue for the solution to this problem. Regards |
Hum, indeed something is strange there. |
This is strange indeed. A workaround is to hold ALT and type 0128 with the pad. 128 is the value of € in the Windows-1252 codepage. |
AltGr opens the export window because the menu is set to trigger with Ctrl+Alt+E, and AltGr is treated as Ctrl+Alt. I've implemented a fix that detects when Ctrl and Alt are pressed simultaneously, identifying it as AltGr instead. |
Hi, first, thanks you for BGRABitmap and LazPaint !
A small bug prevents from entering the symbol of euro € with the Text command and, instead, the export window opens.
My keyboard is AZERTY (french), on Windows 10 64b, Lazpaint 7.1.4 64b
How to reproduce:
1 - on a new image, click the Text button and draw a rectangular area
2 - press AltGr+E to print '€' -> this open the export windows
Regard
EDIT: tryed with the last version of Lazpaint 7.2.2 and the problem still exists.
The text was updated successfully, but these errors were encountered: