Hi there. It is possible to open a file with an external program, but not by dragging it (file ) to the icon in the toolbar, but by using hotkeys.
PS.The text was translated through a translator. Sorry for my English
Custom hotkeys for opening files
Moderators: Hacker, petermad, Stefan2, white
Re: Custom hotkeys for opening files
Why don't you use parameters in the button for your program to open the file ?
If you want to use a hotkey, define an em_command for your tool.
Then you can assign a hotkey to it under Configuration / Misc
If you want to use a hotkey, define an em_command for your tool.
Then you can assign a hotkey to it under Configuration / Misc
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: Custom hotkeys for opening files
Horst.Epp,
Roman
One argument might be that some people prefer using the keyboard compared to a mouse.Why don't you use parameters in the button for your program to open the file ?
Roman
Mal angenommen, du drückst Strg+F, wählst die FTP-Verbindung (mit gespeichertem Passwort), klickst aber nicht auf Verbinden, sondern fällst tot um.
Re: Custom hotkeys for opening files
Image: https://paste.pics/fe34cf0c455ca7170aecf71135461ff9Horst.Epp wrote: 2022-12-31, 13:05 UTC Why don't you use parameters in the button for your program to open the file ?
If you want to use a hotkey, define an em_command for your tool.
Then you can assign a hotkey to it under Configuration / Misc
Thanks for the answer. Could you tell me which command should be inserted so that the program picks up the path to the file
Re: Custom hotkeys for opening files
2Publipor
%P%N is the file (with full path) under the cursor in TC's file panel
%D is for a file containing a list of the selected file names.
Use %P%N instead of %DCould you tell me which command should be inserted so that the program picks up the path to the file
%P%N is the file (with full path) under the cursor in TC's file panel
%D is for a file containing a list of the selected file names.
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: Custom hotkeys for opening files
Thank you for helping to solve the problem. Happy holidays to youpetermad wrote: 2022-12-31, 15:24 UTC 2PubliporUse %P%N instead of %DCould you tell me which command should be inserted so that the program picks up the path to the file
%P%N is the file (with full path) under the cursor in TC's file panel
%D is for a file containing a list of the selected file names.