(Lister) Esc button won't work in Explorer Preview
Moderators: Hacker, petermad, Stefan2, white
(Lister) Esc button won't work in Explorer Preview
It seems like it's part of this (https://www.ghisler.ch/board/viewtopic.php?f=16&t=54317#p360486) problem, but...
I can (and did) set Explorer Preview as Lister default for .doc, .docx, etc. files, so it would be wonderful if I could use Esc to close the window.
Is it possible? Just to make Esc work?
I can (and did) set Explorer Preview as Lister default for .doc, .docx, etc. files, so it would be wonderful if I could use Esc to close the window.
Is it possible? Just to make Esc work?
Devices: Poco X3 Pro, LG Optimus Exceed 2
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: (Lister) Esc button won't work in Explorer Preview
This cannot be fixed. The Explorer preview handlers use their own windows and "eat" most hotkeys, including '4' and ESC.
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com
Re: (Lister) Esc button won't work in Explorer Preview
I think I can (or can I?) make it work via an autohotkey script (by using the AutoHotKey app). But I have no idea what lister's handle is, as well as the syntax: totalcmd.exe_lister (Lister), ..?
UPD
It turns out I can do it by running the following script:
One can convert it to .exe file and run at every Windows startup
UPD
It turns out I can do it by running the following script:
Code: Select all
#IfWinActive Lister
Esc::WinKill
Devices: Poco X3 Pro, LG Optimus Exceed 2
Re: (Lister) Esc button won't work in Explorer Preview
There are much netter previews for this file types,Ulister for Exempel.mackeev wrote: 2020-01-23, 07:09 UTC It seems like it's part of this (https://www.ghisler.ch/board/viewtopic.php?f=16&t=54317#p360486) problem, but...
I can (and did) set Explorer Preview as Lister default for .doc, .docx, etc. files, so it would be wonderful if I could use Esc to close the window.
Is it possible? Just to make Esc work?
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: (Lister) Esc button won't work in Explorer Preview
If "netter" means "better" then no. uLister is pure crap. I really have no idea why you guys keep swearing by it.
Devices: Poco X3 Pro, LG Optimus Exceed 2
Re: (Lister) Esc button won't work in Explorer Preview
Because it Displays many file formats without Problems.mackeev wrote: 2020-01-30, 07:13 UTC If "netter" means "better" then no. uLister is pure crap. I really have no idea why you guys keep swearing by it.
Whatever problems you have, it looks like most of us dont have major problems
Windows 11 Home, Version 24H2 (OS Build 26100.4061)
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
TC 11.55 RC2 x64 / x86
Everything 1.5.0.1391a (x64), Everything Toolbar 1.5.2.0, Listary Pro 6.3.2.88
QAP 11.6.4.4 x64
Re: (Lister) Esc button won't work in Explorer Preview
Nonetheless fixed in 9.51!
Thank you, Christian.
Thank you, Christian.
Devices: Poco X3 Pro, LG Optimus Exceed 2
- ghisler(Author)
- Site Admin
- Posts: 50532
- Joined: 2003-02-04, 09:46 UTC
- Location: Switzerland
- Contact:
Re: (Lister) Esc button won't work in Explorer Preview
Indeed I'm using a keyboard hook now to intercept keypresses in Explorer preview. The following key presses should work:
Esc (in Lister)
Tab (in Ctrl+Q)
n,p (next/previous file)
1..8 (switch to other mode)
Esc (in Lister)
Tab (in Ctrl+Q)
n,p (next/previous file)
1..8 (switch to other mode)
Author of Total Commander
https://www.ghisler.com
https://www.ghisler.com