Current directory field (cm_EditPath) suggestions

Here you can propose new features, make suggestions etc.

Moderators: white, Hacker, petermad, Stefan2

Post Reply
sky66
Member
Member
Posts: 149
Joined: 2014-02-22, 08:44 UTC

Current directory field (cm_EditPath) suggestions

Post by *sky66 »

Refer to viewtopic.php?p=383131
and viewtopic.php?p=331379

I also want to remove the delay. For example, without affecting the "double click = HotDirList" situation, there can be no delay around the "*.*" after the directory name when single-clicking.

However, as TC11.00 has reached b9 and is approaching the RC version, adding new features might be challenging.
Please consider adding the Alt+D shortcut to the keyboard layout for cm_EditPath
In Chrome or Edge browsers, the shortcut Alt+D is used to edit the address bar, similar to TC's cm_EditPath.
It should be easy for users accustomed to using keyboards, and it won't affect the progress of TC's development.
Last edited by sky66 on 2023-07-05, 01:58 UTC, edited 1 time in total.
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3311
Joined: 2003-05-06, 11:46 UTC

Re: Please consider adding the shortcut Alt+D for cm_EditPath

Post by *Sir_SiLvA »

Sorry but thats a bad Idea as Alt+Char are used by the Main Menu.
Hoecker sie sind raus!
User avatar
Stefan2
Power Member
Power Member
Posts: 4193
Joined: 2007-09-13, 22:20 UTC
Location: Europa

Re: Please consider adding the shortcut Alt+D for cm_EditPath

Post by *Stefan2 »

sky66 wrote: 2023-07-03, 07:56 UTC
Please consider adding the Alt+D shortcut to the keyboard layout for cm_EditPath


In Chrome or Edge browsers, the shortcut Alt+D is used to edit the address bar, similar to TC's cm_EditPath.
It should be easy for users accustomed to using keyboards, and it won't affect the progress of TC's development.


How-to add keyboard shortcut Hotkey to an em_ or cm_ command
--------------------------------------------------------

* Open "Configuration > Options > Misc."
* by "()Hotkey" choose a free key combo as keyboard shortcut >>> here Alt+D

* For Command: click on the magnifying glass
* Choose the wanted command by double clicking on it. >>> here cm_EditPath
(To filter type em_ or cm_ and maybe more letters or just an keyword like 'copy')

* Apply with the green check mark button!!!
* Close the options dialog with [OK]
* Click on OK

(((taken from https://ghisler.ch/board/viewtopic.php?p=388478#p388478 )))





Now you can press <Alt+D> together for to select/focus the path box above of the file list.


You can still use Alt+D to open an menu from the main menu (e.g. "Dateien"),
as the shortcut for that is <Alt-key> ; <D-key> (instead of <Alt+D> together)




 
sky66
Member
Member
Posts: 149
Joined: 2014-02-22, 08:44 UTC

Re: Please consider adding the shortcut Alt+D for cm_EditPath

Post by *sky66 »

I indeed overlooked the menu options other than English. I apologize for that.
In WCMD_DEU.MNU and WCMD_SVN.MNU, the first menu shortcut is D.
If want TC to be perfect, the suggestion of Alt+D is not feasible.

I can only hope for future updates that may include an option to change the "Current directory field" to Windows Explorer/Chrome style, if desired.
In other words, clicking without delay directly edits the path (without the double-click hotlist feature), since there is already a hotlist button on the right that can be pressed. There is also the shortcut Ctrl+D.
Of course, users can also choose to keep things unchanged based on their preferences and habits.
Fla$her
Power Member
Power Member
Posts: 2390
Joined: 2020-01-18, 04:03 UTC

Re: Please consider adding the shortcut Alt+D for cm_EditPath

Post by *Fla$her »

sky66 wrote: 2023-07-05, 01:55 UTCclicking without delay directly edits the path
autorun.cfg:

Code: Select all

LoadLibrary Plugins\Autorun_Tweaks.dll
LoadLibrary Plugins\Autorun_Runtime.dll

ControlSetMouseAction /L 9  EditPath 2
ControlSetMouseAction /L 10 EditPath 1

Func EditPath(x)
   If RequestInfo(1000) = x Then SendCommand 4006
   SendCommand 2912
EndFunc
But then there will be a problem with the clickable path parts ('breadcrumb bar') if they are enabled.
Overquoting is evil! 👎
Post Reply