Giter Site home page Giter Site logo

Comments (6)

fredvs avatar fredvs commented on June 2, 2024

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).
Tested on Linux and it works as expected.
I will try asap on Windows 11.

from lazpaint.

fredvs avatar fredvs commented on June 2, 2024

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.
Here it does not show the export windows but it minimizes the main LazPaint form and without adding the symbol...

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.

from lazpaint.

Lulu04 avatar Lulu04 commented on June 2, 2024

Thank you Fred for your answer. Yes Ctrl+C workaround work well.
Tested Lazpaint 2.2.2 on windows 7 machine, 32b, and it does the same: while editing text on the image, AltGr+E open the Export window, € is not inserted in the text.

from lazpaint.

Lulu04 avatar Lulu04 commented on June 2, 2024

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.
second: with key = VK_MENU, shift = [ssCtrl, ssAlt]
Application.ExtendedKeysSupport := True/False don't change anything.

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

from lazpaint.

fredvs avatar fredvs commented on June 2, 2024

Hum, indeed something is strange there.
Notre that I tested Lazarus and in the code-editor AltGr+E gives the €.
So it seems it is not related to LCL ( I did not test yet a simple Lazarus-LCL application, with a TEdit for example, should be interesting to test the result ).

from lazpaint.

circular17 avatar circular17 commented on June 2, 2024

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.

from lazpaint.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.