Author Topic: Please add move tab command to customize keyboard :)  (Read 7068 times)

lemonwidz

  • Junior Member
  • **
  • Posts: 12
    • View Profile
Please add move tab command to customize keyboard :)
« 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.

Mathias (Author)

  • Administrator
  • VIP Member
  • *****
  • Posts: 4272
    • View Profile
    • Multi Commander
Re: Please add move tab command to customize keyboard :)
« Reply #1 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.

lemonwidz

  • Junior Member
  • **
  • Posts: 12
    • View Profile
Re: Please add move tab command to customize keyboard :)
« Reply #2 on: April 03, 2013, 09:26:51 »
Thank you so much add command!

I'll happy that command will be add.

Thank you.  :)