Post #2353: : post_02355
๐ท๏ธ Tags
stack-key hotkeys workspace-switching intermediate solved
โ๏ธ Related PME Features
- Stack Key Editor
- Python Scripting
- Hotkey Configuration
๐ฌ Content
anphung:
How would I make a button to toggle between 2 workspaces?
Add a Stack Key with 2+ slots. Eg 2 slots (Command tab):
C.window.workspace = D.workspaces['Default']
C.window.workspace = D.workspaces['Scripting']
anphung:
Or between any 2 commands in general?
Depends on the commands.
anphung:
Usually, I just use a Stack Key, but it doesnโt remember the current state/ value/ property.
Can you post an example? It should remember the state.
anphung:
How do I make buttons that switch between the tabs on the side here?
I donโt think that this is possible.