When I try to write letter ś / Ś [https://en.wikipedia.org/wiki/%C5%9A] in a file name by pressing Right Alt and S my command results with a pop-up of window entitled Export
How do I turn off / change this shortcut? It is not even officially listed [viewtopic.php?t=5069]
This was happening on XnView MP Windows 0.98.1 64bits [and on earlier versions] and is happening on 1.01 64bits. I am Windows 10 Enterprise 20H2 19042.746 x64 and have no problems with writing >> ś << or >> Ś << anywhere else
A non-existing keyboard shortcut ALT + S blocks writing letter Ś
Moderators: XnTriq, helmut, xnview
-
- Posts: 37
- Joined: Tue Feb 16, 2021 8:59 am
-
- Author of XnView
- Posts: 45050
- Joined: Mon Oct 13, 2003 7:31 am
- Location: France
Re: A non-existing keyboard shortcut ALT + S blocks writing letter Ś
try to change the shortcut of 'Export'?
Pierre.
-
- Posts: 37
- Joined: Tue Feb 16, 2021 8:59 am
Re: A non-existing keyboard shortcut ALT + S blocks writing letter Ś
After wasting literally hours trying to come up with a straight hotkey or some kind of workaround, using either HotkeyP and AutoHotkey [and utilizing the trick of running XnView as Administrator], I came up with a conclusion that it simply impossible. And that is because because this AutoHotkey script
correctly writes ś when key Z is pressed, but this script
[where >>+<< means SHIFT] does not write ś when SHIFT+Z combination is pressed - but only in XnView it does not work, as it does work in Notepad, FreeCommander, CorelDRAW etc.
And thus I have to use this lame AutoHotkey workaround
which takes out sign ` out of the picture and does not provide me with the capital version [i.e. Ś]
Code: Select all
z::Send {Blind}{Text}ś
Code: Select all
+z::Send {Blind}{Text}ś
And thus I have to use this lame AutoHotkey workaround
Code: Select all
`::Send {Blind}{Text}ś