Bug w/ hotkeys

English support forum

Moderators: Hacker, petermad, Stefan2, white

Post Reply
User avatar
robinsiebler
Senior Member
Senior Member
Posts: 460
Joined: 2003-03-05, 21:04 UTC

Bug w/ hotkeys

Post by *robinsiebler »

I assigned Ctrl+NUM to change the source tabs and Ctrl+Alt+NUM to change the target tabs. However, if I press Ctrl+Alt+1, what happens is that I switch between the 2 panes. I doublechecked to make sure that hotkey is not assigned twice.

Code: Select all

C+1=cm_srcactivatetab1
C+2=cm_srcactivatetab2
C+3=cm_srcactivatetab3
C+4=cm_srcactivatetab4
C+5=cm_srcactivatetab5
C+6=cm_srcactivatetab6
C+7=cm_srcactivatetab7
C+8=cm_srcactivatetab8
C+9=cm_srcactivatetab9
CA+1=cm_trgactivatetab1
CA+2=cm_trgactivatetab2
CA+3=cm_trgactivatetab3
CA+4=cm_trgactivatetab4
CA+5=cm_trgactivatetab5
CA+6=cm_trgactivatetab6
CA+7=cm_trgactivatetab7
CA+8=cm_trgactivatetab8
CA+9=cm_trgactivatetab9
Robin L. Siebler
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
User avatar
Hacker
Moderator
Moderator
Posts: 13142
Joined: 2003-02-06, 14:56 UTC
Location: Bratislava, Slovakia

Post by *Hacker »

Try Configuration - Options - Folder Tabs - Activate target panel when clicking on one of its Tabs.

HTH
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
Sheepdog
Power Member
Power Member
Posts: 5150
Joined: 2003-12-18, 21:44 UTC
Location: Berlin, Germany
Contact:

Post by *Sheepdog »

Did you make possibly a flaw in your reasoning?

I did import your settings. Using Ctrl and Numbers will allwas activate the TABSs in the same pane.

Using [Alt]+[Ctrl]+[Number] always activates the opposite TAB.

I.e.:

I'm on the left pane and press [Altgr]+[2] (Altgr works identical to Alt+Ctrl) ->the right TAB 2 is activated.

Now I press [Altgr] +3 -> the left TAB 3 is activated.
Now I press [Altgr] +3 again-> the right TAB 3 is activated.

Thus usin cm_src/trgActivateTab instead of cm_Left/RightActivateTab leads to a possibly (of you) unwanted behavior.

Thus I cannot confirm a buggy behavior of these shortcuts.

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
robinsiebler
Senior Member
Senior Member
Posts: 460
Joined: 2003-03-05, 21:04 UTC

Post by *robinsiebler »

I just took the new TCExtMenu and tweaked it slightly. I'll try the Left/Right thing.
Robin L. Siebler
Personal License #13949
------------------------------
"Bother", said Pooh, as he deleted Windows
Post Reply