1

While entering text into a textbox in Greenshot editor, when I press AltA combination (which is needed for the Polish letter "ą"), the whole text entered so far disappears.

I'm using Greenshot on Windows 7 x64.

Here is the recording of what is happening.

This is the version I'm using: Greenshot 1.2.10 Build 6

Does anyone know how to solve that?

phuclv
  • 30,396
  • 15
  • 136
  • 260

1 Answers1

0

The Alt key on the right for typing special characters in some languages is called AltGr and is completely different from the normal Alt key. In Windows AltGr is always mapped to Ctrl+Alt

When you press AltGr+A Windows converts it to Ctrl+Alt+A. However it seems Greenshot captures the Ctrl+A before passing the key combination to the keyboard input method which then types ą. Since Ctrl+A has selected all texts, the new key will replace everything with ą. I've confirmed that behavior on my PC:

  • In the US layout (no AltGr) pressing Ctrl+Left Alt+A will select all texts just like Ctrl+A
  • In another layout with AltGr but AltGr+A has no special character associated with it pressing Ctrl+Left Alt+A will insert A

So it's a bug in Greenshot and can't be fixed without modifying Greenshot source code

phuclv
  • 30,396
  • 15
  • 136
  • 260