why CTRL+ALT+F5 does not work?
Moderators: Stefan2, Hacker, petermad
why CTRL+ALT+F5 does not work?
I defined CTRL+ALT+F5 for cm_PackFiles but it does nothing. I wanted to use the shortcut for pack to the same panel.
Re: why CTRL+ALT+F5 does not work?
Did you add the T parameter?
hh.exe %commander_path%\TOTALCMD.CHM::/dlg_choosecommand.htm
Edit: Run this in the command line to open the help page with the details:T for target wrote:T="target name": path and file name of the archive. Use T="" or T="." to pack to source directory with default name, or T="c:\path\." to pack to given path with default name.
hh.exe %commander_path%\TOTALCMD.CHM::/dlg_choosecommand.htm
F4MiniMenu (Forum) - Open selected file(s) from TC in defined editor(s) - A (minimalistic) clone of F4Menu
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Source at GitHub (AutoHotkey). TCSyncComments (copy file comments)
Re: why CTRL+ALT+F5 does not work?
Works fine for me. Perhaps you can try it with a new wincmd.ini file?oko wrote: 2026-05-09, 08:44 UTC I defined CTRL+ALT+F5 for cm_PackFiles but it does nothing. I wanted to use the shortcut for pack to the same panel.
What does "does nothing mean" exactly?
For people not familiar with this trick, see this post.
Re: why CTRL+ALT+F5 does not work?
Code: Select all
[Shortcuts]
CA+F5=cm_PackFiles
CAS+F5=cm_PackFilesLicense #524 1994
Danish TC Translator
TC 11.58rc3 32+64bit on Windows XP 32bit & Windows 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1415b
TC 3.62 on Android 6, 13, 15 & 16
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish TC Translator
TC 11.58rc3 32+64bit on Windows XP 32bit & Windows 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1415b
TC 3.62 on Android 6, 13, 15 & 16
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Re: why CTRL+ALT+F5 does not work?
I answer here all in one:
- "T" parameter is not necessary since keyboard shortcut contains CTRL.
- With clean TC it does not work too.
- "does nothing" means that it should show a pack window but it does not.
- SOLUTION: I have identified the problem: The keybord shortcuts in Intel graphics options was turned on. When I turned it off AND restart TC, the shortcut CTRL+ALT+F5 in TC works. It affects especifically the CTRL+ALT+F5 shortcut only. So if you need Intel graphics shortcuts turned on you have to use any other shortcut but not CTRL+ALT+F5.
- "T" parameter is not necessary since keyboard shortcut contains CTRL.
- With clean TC it does not work too.
- "does nothing" means that it should show a pack window but it does not.
- SOLUTION: I have identified the problem: The keybord shortcuts in Intel graphics options was turned on. When I turned it off AND restart TC, the shortcut CTRL+ALT+F5 in TC works. It affects especifically the CTRL+ALT+F5 shortcut only. So if you need Intel graphics shortcuts turned on you have to use any other shortcut but not CTRL+ALT+F5.
Re: why CTRL+ALT+F5 does not work?
Thansk for the infoThe keybord shortcuts in Intel graphics options was turned on
License #524 1994
Danish TC Translator
TC 11.58rc3 32+64bit on Windows XP 32bit & Windows 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1415b
TC 3.62 on Android 6, 13, 15 & 16
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
Danish TC Translator
TC 11.58rc3 32+64bit on Windows XP 32bit & Windows 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1415b
TC 3.62 on Android 6, 13, 15 & 16
TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar

