Maybe a bug of commandline control

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
zhv
Junior Member
Junior Member
Posts: 76
Joined: 2006-03-11, 14:54 UTC

Maybe a bug of commandline control

Post by *zhv »

Situation:
1 Two shortcuts are assigned already, for folder-navigation purpose:
LEFT=cm_GoToParent
RIGHT=cm_GoToDir
2 The cursor is focused in the commandline
3 Press the key "left arrow" or "right arrow", intended to move the cursor foward/backward

Result:
TC still execute the navigation function, i.e, pressing the key "left arrow" /"right arrow" results in going out/in the current folder.

If this can be called a bug, then it is a versions-last bug, at least on this situation.

Wish it be fixed in V7.

With Regards!
User avatar
Sir_SiLvA
Power Member
Power Member
Posts: 3378
Joined: 2003-05-06, 11:46 UTC

Post by *Sir_SiLvA »

this is no bug if u change the behaviour of the cursorkeys u cant expect anything else.
:twisted:
Hoecker sie sind raus!
User avatar
zhv
Junior Member
Junior Member
Posts: 76
Joined: 2006-03-11, 14:54 UTC

Post by *zhv »

Sir_SiLvA wrote:this is no bug if u change the behaviour of the cursorkeys u cant expect anything else.
:twisted:

No, I don't think so. Since F3/F4/F5 etc. work in this situation, actually the present program codes neglect the mode-determination. Such keyboard shorcuts should be masked if the cursor is not focused on the Panel("TMyListBox"?), I think.

BTW, if u have had a try of this navigation style, u wouldn't raise this suggestion -- Faster and more convenient than the default Enter/BackSpace.
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

zhv,
BTW, if u have had a try of this navigation style, u wouldn't raise this suggestion -- Faster and more convenient than the default Enter/BackSpace.
It actually quite spoils the navigation in Brief mode. ;)

But there have been proposals to ignore command redefinition in the command line in the past.

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.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

...and it spoils moving the horizontal scrollbar.

Of course, with AHK such special wishes can be solved in a second. No problem to ignore Left/Right remapping in command line.

But, I am sure, one day TC will offer control and window specific hotkeys, maybe in 10 years or so.

Icfu
This account is for sale
User avatar
zhv
Junior Member
Junior Member
Posts: 76
Joined: 2006-03-11, 14:54 UTC

Post by *zhv »

2Hacker
Yes, I have read through that thread, and seen no resolution.

2icfu
Let's count the time from now on, maybe it would cost less than 10 years, which is not completely IMPOSSIBLE.... :wink:
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

zhv,
Yes, I have read through that thread, and seen no resolution.
What thread? IIRC there was an AHK solution by Icfu.

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.
User avatar
zhv
Junior Member
Junior Member
Posts: 76
Joined: 2006-03-11, 14:54 UTC

Post by *zhv »

to Hacker:
The thread I've read was ....
Strange, I can't find it again....
It's on the same topic, keyboard remapping.

I've studied Icfu's AHK solution, it's workable but not convenient: when you start TC, you have to run the scripted or compiled AHK too.

OK, it seems that I have to bear it(10 years?), and I've learned to solve this problem by mouse click on the commandline.....
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

zhv,
it's workable but not convenient: when you start TC, you have to run the scripted or compiled AHK too.
Well, AHK runs always in background, so that shouldn't be a problem. :D ;)

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.
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

@zhv:
There is no reason why AHK scripts that contain only hotkeys should not run in the background, like Hacker said. Just add all your hotkeys to autohotkey.ini and let AHK start with your computer.

Alternatively you can start TC and all TC related scripts in one AHK-script and automatically close the hotkey script when TC closes. No need to start anything "separately" here at all. AHK is for making your computing experience much more comfortable, not the opposite. ;)

Icfu
This account is for sale
User avatar
zhv
Junior Member
Junior Member
Posts: 76
Joined: 2006-03-11, 14:54 UTC

Post by *zhv »

2Hacker,icfu:
thx for your replies and advices, I'm gonna have a try of AHK, very useful tool indeed :)
Post Reply