Windows Terminal version
1.24.11321.0
Windows build number
10.0.19045
Other Software
Virtual desktops (native)
Steps to reproduce
- Add the following action to settings.json:
{
"command": {
"action": "globalSummon",
"desktop": "toCurrent",
"monitor": "any",
"toggleVisibility": false
},
"id": "User.MyGlobalSummon."
}
- Set the keybinding for "Show/Hide the Terminal window". I'm using
win+~ (replacing quake mode).
- Move a Terminal window to a particular virtual desktop and monitor.
- Switch to any virtual desktop and move an application window to the foreground on any monitor BUT the MRU Terminal window's monitor.
- Run the keyboard shortcut.
Expected Behavior
The MRU Terminal window moves to the current virtual desktop and is left where it is/was on the monitor.
Actual Behavior
The MRU Terminal window moves to the current virtual desktop and the monitor with the currently foregrounded window.
Windows Terminal version
1.24.11321.0
Windows build number
10.0.19045
Other Software
Virtual desktops (native)
Steps to reproduce
{ "command": { "action": "globalSummon", "desktop": "toCurrent", "monitor": "any", "toggleVisibility": false }, "id": "User.MyGlobalSummon." }win+~(replacing quake mode).Expected Behavior
The MRU Terminal window moves to the current virtual desktop and is left where it is/was on the monitor.
Actual Behavior
The MRU Terminal window moves to the current virtual desktop and the monitor with the currently foregrounded window.