Feature Requests

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
ZEV
New Member
New Member
Posts: 1
Joined: 2006-03-24, 18:35 UTC

Feature Requests

Post by *ZEV »

I want to propose some features:
1. Differense CTRL keys in hotkeys (Configuration/Options/Misc/Redefine hotkeys). For example, if I set CTRL+RIGHT as cm_GotoNextDrive, RIGHT CTRL+RIGHT perform command cm_GotoNextDrive for right panel, and LEFT CTRL+RIGHT - for left panel. Or I can set commands for any combinations of CTRL key and other keys.
This also may do for SHIFT and ALT keys. And enable difference by option, to support old style of hotkeys.

2. Add option to set F2 (Queue) by default then copy/move.
User avatar
petermad
Power Member
Power Member
Posts: 14809
Joined: 2003-02-05, 20:24 UTC
Location: Denmark
Contact:

Post by *petermad »

his also may do for SHIFT and ALT keys
Keyboards for many countries does not have two ALT keys, but an ALT and an ALT GR key that behaves differently.
License #524 (1994)
Danish Total Commander Translator
TC 11.03 32+64bit on Win XP 32bit & Win 7, 8.1 & 10 (22H2) 64bit, 'Everything' 1.5.0.1371a
TC 3.50 on Android 6 & 13
Try: TC Extended Menus | TC Languagebar | TC Dark Help | PHSM-Calendar
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Maybe you should have a look at AutoHotkey. There you can define systemwide Hotkeys or jsut only for TC. And AHK is able to dostinguish between left and right ctrl key.

Code: Select all

~<^t::
msgbox, left Control
return
~>^t::
msgbox, right control
return
This example script gives you a message box 'left control' or 'right control' if you press ctrl+t depending on which Ctrl - key was pressed.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
Post Reply