How to switch off Alt+x behaviour?

General TRichView support forum. Please post your questions here
Post Reply
gizmo
Posts: 5
Joined: Wed Sep 26, 2012 6:33 pm

How to switch off Alt+x behaviour?

Post 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
Sergey Tkachenko
Site Admin
Posts: 17253
Joined: Sat Aug 27, 2005 10:28 am
Contact:

Re: How to switch off Alt+x behaviour?

Post 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.
gizmo
Posts: 5
Joined: Wed Sep 26, 2012 6:33 pm

Re: How to switch off Alt+x behaviour?

Post by gizmo »

Yes, you are right, ź is typed with right Alt.
Tested on demo version and seems OK.
Thanks.
Post Reply