Multi Commander Support Forum

Multi Commander => Support and Feedback => Topic started by: vsudakou on April 06, 2017, 20:14:24

Title: Changing of shortcut to switch between tabs.
Post by: vsudakou on April 06, 2017, 20:14:24
Hi guys,

Is it possible to change Ctrl-Tab shortcut to something else? I cannot find it in configuration anywhere....

Thanks!
Title: Re: Changing of shortcut to switch between tabs.
Post by: Jungle on April 07, 2017, 09:52:30
It seems to be impossible to change default shortcut, but you can create User Defined Commands like

Code: [Select]
MC.SetActiveTab PANEL=ACTIVE TAB=NEXT
and

Code: [Select]
MC.SetActiveTab PANEL=ACTIVE TAB=PREV
and assign desired shortcuts to them
Title: Re: Changing of shortcut to switch between tabs.
Post by: vsudakou on April 07, 2017, 21:18:21
Thanks Jungle! That works