Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

switching focus to vscode causes find file to pop open on citrix remote desktop #241

Open
keithmdragon opened this issue Oct 18, 2021 · 4 comments

Comments

@keithmdragon
Copy link

i'm running citrix remote desktop to a windows 10 machine, from my local windows 10 machine. on the remote desktop the latest vs code is running, with the intellij keybindings enabled with this extension. it drives me crazy that this pops up every time. it is only when i'm going from my local desktop to my remote session when vscode is in focus. either alt+tab or clicking on the remote desktop session will do it. if i change focus to my remote session and another app has focus and then i go to vscode, it does not happen. it doesn't happen ever when i'm switching between apps on my remote desktop. it does not happen without this extension enabled and i did try removing some of the suspected keybindings which didn't help. i'm not sure what the action or keybinding is, that is causing this to happen. not sure how to trace / debug.

Screenshot 2021-10-18 143608

@kasecato kasecato self-assigned this Oct 28, 2021
@richardwkirk
Copy link

I had the same issue and resolved it by removing the "Shift Shift" keybinding for "Go to File" that is added by the intellij keybinding extension. This works for me as I don't use that shortcut but may not be much help for anyone that does use it.

@keithmdragon
Copy link
Author

I had the same issue and resolved it by removing the "Shift Shift" keybinding for "Go to File" that is added by the intellij keybinding extension. This works for me as I don't use that shortcut but may not be much help for anyone that does use it.

i did that a few weeks ago. it was driving me nuts! now i just use f1 and backspace to get to the go to file action

thanks!

@nomaed
Copy link

nomaed commented Jun 22, 2022

I'm on macOS with Universal Control, so basically my mouse/keyboard are forwarded from another Mac to the one I get the problem with. Looks like every time I press Shift, if it is released quickly even if there is another key combined with it, the popup appears.

It doesn't happen with the native keyboard, only with the one that's coming via Universal Control.

p.s., good catch @richardwkirk about the "shift shift", removing it solves the problem for me.

@kasecato
Copy link
Owner

kasecato commented Mar 9, 2024

We have a workaround that disable shift shift key #234 (comment)

VSCode seems to detect that Shift Shift command is fired for the Remote Desktop Client when in Window mode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

4 participants