Lucy Coleclough Posted September 23, 2019 Share Posted September 23, 2019 (edited) Hi there, in an everlasting effort to vimify my pc, I find myself wanting to cycle through the panes in the current desktop using shift+j or k, like you would see in a tiling window manager. For this to happen, I need to be able to set the currently "active" pane. In the python paneTab object, I see no method to do such a thing and I was wondering if I was missing something. Thank You My backup plan is to include this https://pyautogui.readthedocs.io/en/latest/mouse.html#the-screen-and-mouse-position and manually set the cursor position and emulate a click. As always, thank you for any help Edited April 25, 2020 by ColecloughGeorge Quote Link to comment Share on other sites More sharing options...
LucaScheller Posted September 23, 2019 Share Posted September 23, 2019 Hi George, it should work with the setIsCurrentTab() method available on the pane tab object. Wiki: http://www.sidefx.com/docs/houdini/hom/hou/PaneTab.html#setIsCurrentTab Cheers, Luca 1 Quote Link to comment Share on other sites More sharing options...
Lucy Coleclough Posted April 25, 2020 Author Share Posted April 25, 2020 On 9/23/2019 at 9:51 AM, LucaScheller said: Hi George, it should work with the setIsCurrentTab() method available on the pane tab object. Wiki: http://www.sidefx.com/docs/houdini/hom/hou/PaneTab.html#setIsCurrentTab Cheers, Luca Many Thanks Luca 1 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.