If you want to drag a tab from one window to another, and the windows are overlapping, one way you could do that is:
- start tab drag in window Source
- Alt-Tab to window Target
- end tab drag in window Target
This fails on Windows because the Alt-Tab window switcher is suppressed - it appears and gets closed the very next 0.1 second
Though the proper solution would be to allow disabling this barbaric way of tab dragging (also solving issues like Disable tab dragging?) and allowing you simply copy&paste tabs
- select a tab
- right click on your tab + C
- switch to window Target
- right click on any tab + V
Can plugins override tab context menus to insert their own commands?