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