-
Notifications
You must be signed in to change notification settings - Fork 30.3k
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
deleteFile keyboard shortcut adds the word 'Delete' to the explorer #76514
Comments
deleteFile
keyboard shortcut adds the word delete to the explorerdeleteFile
keyboard shortcut adds the word Delete to the explorer
deleteFile
keyboard shortcut adds the word Delete to the explorer
Can you please post a video showing this? I do not have a keyboard with the delete key thus I can not test this atm |
I do not have any custom key bindings. I'll post a video later about the issue. |
Thanks |
It happened to me as well Version: 1.36.0 |
Same issue here:
|
Same issue
|
@joaomoreno the tree seems to be eating up the Delete key. I can not repro on win. But I can repro on Linux. This is a recent change in the past week. Adding candidate since this is a regression. |
@jrieken Ooops. |
We have logic to know whether a key press results in a printable character or not, e.g on most keyboard |
Talked to @alexandrudima, seems we have some utils for this: vscode/src/vs/base/common/scanCode.ts Line 223 in 7980cd2
|
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
Seems like this should've been fixed in 1.36.0 am I wrong? If so - still happens to me:
|
@srfrnk it was reported for |
@jurosh Thanks for the info. |
Another workaround: Disable the setting |
Thx @mirao - that helps! |
You are awesome folks! I had this issue with 1.36 only on Ubuntu, not on Windows. But both hat exactly the same settings for key bindings. It drove me nuts :-P Thank you so much for fixing and deploying it so quickly! |
Issue Type: Bug
So far when delete was pressed it deleted the file in the explorer, not it just adds the word Delete in capital letters to the file search,
VS Code version: Code - Insiders 1.36.0-insider (b7ca272, 2019-07-02T12:07:21.186Z)
OS version: Linux x64 4.18.0-25-generic snap
The text was updated successfully, but these errors were encountered: