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
How to switch off Alt+x behaviour?
-
- Site Admin
- Posts: 17520
- Joined: Sat Aug 27, 2005 10:28 am
- Contact:
Re: How to switch off Alt+x behaviour?
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.
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?
Yes, you are right, ź is typed with right Alt.
Tested on demo version and seems OK.
Thanks.
Tested on demo version and seems OK.
Thanks.