Author Topic: Changing of shortcut to switch between tabs.  (Read 6169 times)

vsudakou

  • Newbie
  • *
  • Posts: 7
    • View Profile
Changing of shortcut to switch between tabs.
« 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!

Jungle

  • Contributor
  • VIP Member
  • *****
  • Posts: 510
  • Old Skull
    • View Profile
Re: Changing of shortcut to switch between tabs.
« Reply #1 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

vsudakou

  • Newbie
  • *
  • Posts: 7
    • View Profile
Re: Changing of shortcut to switch between tabs.
« Reply #2 on: April 07, 2017, 21:18:21 »
Thanks Jungle! That works