Page 1 of 1

How to switch off Alt+x behaviour?

Posted: Mon Mar 13, 2023 10:13 am
by gizmo
Hello,
Is it possible to remove/block the behaviour of Alt+x combination? In the Polish keyboard it is the letter "ź". Now selecting this combination converts the earlier letter into a hexadecimal code. I know this is a feature since version probably 17.3. I can remove it in the code (RVEdit.pas / TCustomRichViewEdit.ProcessShortcuts) but maybe there is another method?
Thank you in advance,
Kamil

Re: How to switch off Alt+x behaviour?

Posted: Mon Mar 13, 2023 12:42 pm
by Sergey Tkachenko
Did you try the latest version, TRichView 21.1? It checks shortcut more strictly.
AFAIK, ź is typed with right Alt (AltGr), which produces Alt + Ctrl keycodes.
The new version of TRichView checks for the absence of Ctrl when processing Alt+X code.

Re: How to switch off Alt+x behaviour?

Posted: Tue Mar 14, 2023 10:06 am
by gizmo
Yes, you are right, ź is typed with right Alt.
Tested on demo version and seems OK.
Thanks.