Ctrl-Tab+Ctrl-PgUp w/out release Ctrl do not work in TC7 RC1

The behaviour described in the bug report is either by design, or would be far too complex/time-consuming to be changed

Moderators: white, Hacker, petermad, Stefan2

Post Reply
samid
Junior Member
Junior Member
Posts: 5
Joined: 2007-04-12, 22:58 UTC

Ctrl-Tab+Ctrl-PgUp w/out release Ctrl do not work in TC7 RC1

Post by *samid »

Hi,

In TC7, the following does not work:

- hold Ctrl down and press Tab to move to the next tab
- now, without releasing Ctrl, press PgUp.

In TC7, this yields a beep and does not go up dir. In TC6, this worked just fine - you could move to another tab, and go up dir in that tab, without releasing/pressing Ctrl down again. Other combinations of Ctrl+<key> also do not work w/out releasing/re-pressing Ctrl after a Ctrl-Tab or Ctrl-Shift-Tab.

Thanks.
User avatar
HolgerK
Power Member
Power Member
Posts: 5406
Joined: 2006-01-26, 22:15 UTC
Location: Europe, Aachen

Post by *HolgerK »

Welcome aboard samid,

You can revert to the TC6 behavior by editing the wincmd.ini section [Configuration]:

Code: Select all

TabSwitchMode=0	0: Ctrl+Tab switches tabs only when releasing the CTRL key
	1: Ctrl+Tab switches tabs immediately when pressing the TAB key.
"TabSwitchMode=1" should solve your problem.

I think this not a bug but by design:
History.txt wrote:07.01.07 Fixed: Ignore any other hotkeys than Ctrl+Tab and Ctrl+Shift+Tab and user-assigned hotkeys to cm_SwitchToPreviousTab and cm_SwitchToNextTab while in delayed tab switching mode

05.11.06 Added: wincmd.ini [Configuration] TabSwitchMode=1 turns on old Ctrl+Tab switch mode: Jump directly to tab, not only when releasing the Ctrl key
See also: Ctrl-PgUp with new Ctrl-Tab behavior

Kind regards,
Holger
User avatar
ghisler(Author)
Site Admin
Site Admin
Posts: 48083
Joined: 2003-02-04, 09:46 UTC
Location: Switzerland
Contact:

Post by *ghisler(Author) »

Indeed TC is now ignoring any hotkeys during an ongoing Ctrl+Tab operation, except for Ctrl+W (delete tab). This had to be done because of many unwanted side effects.
Author of Total Commander
https://www.ghisler.com
samid
Junior Member
Junior Member
Posts: 5
Joined: 2007-04-12, 22:58 UTC

Post by *samid »

Holger, Christian - thanks for the explanation.
Post Reply