[BUG] Shift+TAB cannot be reassigned...

English support forum

Moderators: white, Hacker, petermad, Stefan2

Post Reply
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

[BUG] Shift+TAB cannot be reassigned...

Post by *icfu »

...to cm_ExchangeWithTabs for example. What's the use of pressing Shift-TAB when it does the same as TAB?

I really hope that in TC 7 all these hardcoded shortcuts are removed or at least made freely assignable. Furthermore I hope that *at least* the Windows key will be available as a new modifier.

Icfu
This account is for sale
User avatar
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Confirmed.

sheepdog
"A common mistake that people make when trying to design something
completely foolproof is to underestimate the ingenuity of complete fools."
Douglas Adams
User avatar
solid
Power Member
Power Member
Posts: 747
Joined: 2004-08-09, 11:20 UTC

Re: [BUG] Shift+TAB cannot be reassigned...

Post by *solid »

icfu wrote:Furthermore I hope that *at least* the Windows key will be available as a new modifier.
Icfu
That will open a whole new world of TC hotkeys.

But, I guess, now somebody will come up with the idea that it will not be backwards compatible with some older keyboards or systems.
User avatar
sas2000
Power Member
Power Member
Posts: 682
Joined: 2003-02-07, 04:32 UTC
Location: Galiza

Post by *sas2000 »

 
icfu wrote:I hope that *at least* the Windows key will be available as a new modifier.
Support ++
 
icfu
Power Member
Power Member
Posts: 6052
Joined: 2003-09-10, 18:33 UTC

Post by *icfu »

But, I guess, now somebody will come up with the idea that it will not be backwards compatible with some older keyboards or systems.
Well, I don't have a keyboard with Windows key as well but can this be an excuse for not using a Windows key modifier? We have AHK, haven't we? ;)

Code: Select all

CapsLock::LWin
Right now I am forced to set up the desired Ctrl-TAB hotkey with AHK as well:

Code: Select all

#IfWinActive, ahk_class TTOTAL_CMD
+TAB::
PostMessage 1075, 535
Return
Icfu
This account is for sale
Post Reply