In my work, I often change file extensions from one to the other, and then back again, and then back again, and so on.
I'd love to have a little AHK script that would do this:
If I select a file with an .epub extension in Explorer and press Ctrl+`, the file extension will change to .zip.
If I select a file with a .zip extension in Explorer and press Ctrl+`, the file extension will change to .epub.
I put in epub/zip and the hotkey Ctrl+` as examples. I figure a user would be able to adjust those things as needed.
Thanks!