On Windows, Alt+Tab-ing to the Copilot app prevents all keyboard input from working (including shortcuts) until you click anywhere on the window.
This also happens with my AHK switcher script which calls into Win32 SetForegroundWindow, so it seems like any active window change triggers this.
I noticed this is a Tauri app:
So it might be related to this bug:
tauri-apps/tauri#13466
Tested on v0.2.7
On Windows, Alt+Tab-ing to the Copilot app prevents all keyboard input from working (including shortcuts) until you click anywhere on the window.
This also happens with my AHK switcher script which calls into Win32
SetForegroundWindow, so it seems like any active window change triggers this.I noticed this is a Tauri app:
So it might be related to this bug:
tauri-apps/tauri#13466
Tested on v0.2.7