Multi Commander Support Forum

Multi Commander => Feature Requests and Suggestions => Topic started by: lemonwidz on April 03, 2013, 03:45:44

Title: Please add move tab command to customize keyboard :)
Post by: lemonwidz on April 03, 2013, 03:45:44
Hi.

I waana to assign key to move previous tab / next tab.

My finger is too short, so Ctrl+Tab and Ctrl+Shift+Tab is very very very uncomfortable.

I want to assign Ctrl + Num4 to previous tab, Ctrl + Num6 to next tab, Ctrl + Num2 to close tab and Ctrl+Num8 to duplicate tab.

Please please add this command.

Have good day. Thank you.
Title: Re: Please add move tab command to customize keyboard :)
Post by: Mathias (Author) on April 03, 2013, 07:54:29
The standard Next tab/Prev tab keys can not be changed.

But you can change tab using script. But only to a fixed tab like
MC.SetActiveTab PANEL=ACTIVE TAB=2

But I can add so it can do Next/Prev tab there like this.
MC.SetActiveTab PANEL=ACTIVE TAB=NEXT
MC.SetActiveTab PANEL=ACTIVE TAB=PREV

Then you create a user defined command with that command and assign you own keys for that.
Title: Re: Please add move tab command to customize keyboard :)
Post by: lemonwidz on April 03, 2013, 09:26:51
Thank you so much add command!

I'll happy that command will be add.

Thank you.  :)