Why not making an Ini setting which forces the correct Ctrl-Aghisler(Author) wrote: 2022-10-24, 15:26 UTC Unfortunately I don't see a good solution here. Either I break input for Asian characters, or Ctrl+A for some users.
I could allow EM_SETSEL when there is no input method editor (IME), but I couldn't find a way to detect whether the current input method uses an IME or not. ImmIsIME(GetKeyboardLayout(0)) always seems to return true even for e.g. German keyboards, maybe because of the Emoji IME, even when it's not active.
in search not work CTRL+A
Moderators: Hacker, petermad, Stefan2, white
Re: in search not work CTRL+A
Windows 11 Home, Version 24H2 (OS Build 26100.3915)
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
TC 11.51 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.2.1 x64
Re: in search not work CTRL+A
2ghisler(Author)
could you compile a private build for testing at least some maybe even pseudo logical changes?
like - disable mentioned IME, or revert back some fix, which was applied for better support of CTRL+A in next versions after 10.50b5?
so at least I can test it and report for you - is it the essence of my troubles or there is something more regarding this//////
could you compile a private build for testing at least some maybe even pseudo logical changes?
like - disable mentioned IME, or revert back some fix, which was applied for better support of CTRL+A in next versions after 10.50b5?
so at least I can test it and report for you - is it the essence of my troubles or there is something more regarding this//////
#146217 personal license
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: in search not work CTRL+A
OK, I have sent you a link to a private beta version where I disable Ctrl+A only when a Chinese, Japanese, or Korean keyboard is selected. Only in these cases it would interfere with character input. Please let me know whether Ctrl+A works for you with this version or not. If not, the problem must be elsewhere (e.g. Ctrl+A being intercepted before TC can see it).
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: in search not work CTRL+A
Yesterday when updated to 10.52RC5 it started working.
Now again it's not working.
Re: in search not work CTRL+A
But does it work when you use a new ini file?Galajas wrote: 2022-10-25, 10:47 UTC Yesterday when updated to 10.52RC5 it started working.
Now again it's not working.
You can test this by executing the following command on Total Commander's command line:
Code: Select all
"%COMMANDER_EXE%" /N /i="%TEMP%\test.ini"
Re: in search not work CTRL+A
No, it's the same, not working.white wrote: 2022-10-25, 10:58 UTCBut does it work when you use a new ini file?Galajas wrote: 2022-10-25, 10:47 UTC Yesterday when updated to 10.52RC5 it started working.
Now again it's not working.
You can test this by executing the following command on Total Commander's command line:Code: Select all
"%COMMANDER_EXE%" /N /i="%TEMP%\test.ini"
Re: in search not work CTRL+A
2Galajas
Does it work right after a reboot of your computer?
Does it work right after a reboot of your computer?
License #524 (1994)
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish Total Commander Translator
TC 11.51 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1391a
TC 3.60b4 on Android 6, 13, 14
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: in search not work CTRL+A
All is perfectly working now)))ghisler(Author) wrote: 2022-10-25, 09:29 UTC OK, I have sent you a link to a private beta version where I disable Ctrl+A only when a Chinese, Japanese, or Korean keyboard is selected. Only in these cases it would interfere with character input. Please let me know whether Ctrl+A works for you with this version or not. If not, the problem must be elsewhere (e.g. Ctrl+A being intercepted before TC can see it).
All other keys combinations work also perefectly!
P.S. and of course I do NOT have any Chinese, Japanese, or Korean keyboard installed/chosen/etc....
https://www.ghisler.ch/board/viewtopic.php?t=77622
this bug was also fixed;)
I mean - its last part - about Select all. This topic was moved to the sub-forum "TC Behaviour which will not be changed" - but obviously this is already fixed and was changed accordingly and correctly))
#146217 personal license
- ghisler(Author)
- Site Admin
- Posts: 50421
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: in search not work CTRL+A
Nice to hear that, thanks for the quick feedback!All is perfectly working now)))
You can actually install one of these via control panel, and switch to it - only then will it stop working, not when it's just installed.P.S. and of course I do NOT have any Chinese, Japanese, or Korean keyboard installed/chosen/etc....
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: in search not work CTRL+A
I understand, but the point is that I didn’t have these encodings\keyboards, and the code in Total suddenly decided for some reason that it was necessary to work out that piece of it, which should work only when these keyboards were really turned on. And only now - when it was turned off - everything worked for me as it should. Those: either the part of the code that determines whether the listed encodings are enabled / present in the system is partially erroneous, or something is incorrectly set in the system, which makes this code work incorrectly. IMHO so.You can actually install one of these via control panel, and switch to it - only then will it stop working, not when it's just installed.
#146217 personal license