epub - browse in zip without renaming file
Moderators: Hacker, petermad, Stefan2, white
epub - browse in zip without renaming file
Hallo
Is there a way to browse into epub files as in zip files, without renaming it and without changing the file-handler?
I want to doubleclick the file and open it with e.g. Calibre but in Total Commander on PC I miss a feature to browse the contents of that zip-file (epub is zip just different extension name).
In Android Total Commander there is that context menu "Open as zip" but I dont find that in the Windows version.
Is there a trick to do it?
Thank
frank
Totalcmd 9.51 on W10-64
Is there a way to browse into epub files as in zip files, without renaming it and without changing the file-handler?
I want to doubleclick the file and open it with e.g. Calibre but in Total Commander on PC I miss a feature to browse the contents of that zip-file (epub is zip just different extension name).
In Android Total Commander there is that context menu "Open as zip" but I dont find that in the Windows version.
Is there a trick to do it?
Thank
frank
Totalcmd 9.51 on W10-64
-
- Power Member
- Posts: 872
- Joined: 2013-09-04, 14:07 UTC
Re: epub - browse in zip without renaming file
Do CTRL+PAGEDOWN on the epub.
TC Help, 3.b. Keyboard layout, wrote:CTRL+PgDn Open directory/archive (also self extracting .EXE archives)
Re: epub - browse in zip without renaming file
Thank a lot, works 

Re: epub - browse in zip without renaming file
This doesnt work anymore 
Total Commander 10 RC2
Did anything change about that?
When I rename to zip I can still open the zip when clicking.
but Command+PgDn doesnt work neither with a zip. The cursor jumps to the end of the list, nothing more

Total Commander 10 RC2
Did anything change about that?
When I rename to zip I can still open the zip when clicking.
but Command+PgDn doesnt work neither with a zip. The cursor jumps to the end of the list, nothing more

Re: epub - browse in zip without renaming file
This still works without problems.franc wrote: 2021-05-28, 13:06 UTC This doesnt work anymore
Total Commander 10 RC2
Did anything change about that?
When I rename to zip I can still open the zip when clicking.
but Command+PgDn doesnt work neither with a zip. The cursor jumps to the end of the list, nothing more![]()
There is something wrong on your system.
Try it with a fresh wincmd.ini
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: epub - browse in zip without renaming file
The right key combination is Ctrl+PageDown, did you mean that?
Does your Ctrl key(s) work correctly? Try something like Ctrl+A and see if that marks/selects all objects in the current directory. If you use a Laptop, maybe check if you need to press the Fn key in this combination because some Laptop keyboards have the PageDown key as secondary configuration.The cursor jumps to the end of the list, nothing more
Regards
Dalai
#101164 Personal licence
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Ryzen 5 2600, 16 GiB RAM, ASUS Prime X370-A, Win7 x64
Plugins: Services2, Startups, CertificateInfo, SignatureInfo, LineBreakInfo - Download-Mirror
Re: epub - browse in zip without renaming file
Thank! I am too silly 
I had a Hotkey in AutoHotkey to jump to the end (or beginning) with:
I changed it (added SHIFT-Key) to:
Now it works again 
So silly ...
Thank
frank

I had a Hotkey in AutoHotkey to jump to the end (or beginning) with:
Code: Select all
^PgDn::^End
Code: Select all
+^PgDn::^End

So silly ...
Thank
frank