I would like to use one button to cycle through three toolbars without using @keydown. How would one do this?
Simple way to do it without scripting:
@if:Toolbar TOGGLE LOCAL NAME=OpenOffice
Toolbar LOCAL NAME=Office
Toolbar LOCAL NAME=Office365 CLOSE
Toolbar LOCAL NAME=OpenOffice CLOSE
@if:Toolbar TOGGLE LOCAL NAME=Office
Toolbar LOCAL NAME=Office CLOSE
Toolbar LOCAL NAME=Office365
Toolbar LOCAL NAME=OpenOffice CLOSE
@if:else
Toolbar LOCAL NAME=Office CLOSE
Toolbar LOCAL NAME=Office365 CLOSE
Toolbar LOCAL NAME=OpenOffice
(May not need the two TOGGLE
arguments in the @if:... lines. I didn't check if it still worked without them.)
1 Like
Thanks @Leo!
That works with TOGGLE, not without. I think I have mentioned this before, but would love to see a cycle-type action with toolbars as we have for views.