-
Notifications
You must be signed in to change notification settings - Fork 29.4k
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
Alt-F-S doesn't save the current file #5556
Comments
This is an Electron issue atom/atom#10732 |
The discussion in issue atom/atom#10732 concludes that this is something different and not the same issue as atom/atom#10732. |
As mentioned in the atom issue, the underlying issue is related to electron, not vscode. |
Is there an active Electron issue tracking this? I couldn't find one. I read through the issues described here (electron/electron#2504) but none of them quite seem to match the behavior this issue is talking about, which is that a three-character combination like Alt+F+S does not do anything and you have to release the Alt key to make it work. |
That does look like the upstream issue as it tracks a bunch of problems with it. |
It's seems to be specific to ALT+F, S as other mnemonics in the file menu like A (Save AS) P (prefs sub menu) work fine |
Not for me. (Win10, VSC 1.14.1) |
I am having a similar issue. In fact, none of the Alt+ key combinations work for opening a menu. For instance, Alt+F should open the file menu, but it does nothing on my machine. I have no idea why this is an issue as it works in my other applications. Win10, VSC 1.14.2 |
It may be because of electron; but vscode is the one that decided to use electron. If electron is the problem, and it's unsolvable by electron, then its try to move to a different UI framework. |
I swear this was working. It's always been my preferred way of saving files. But now, in the FIle menu, save Workspace has taken over the "S" spot for a shortcut key. Maybe if we could just change the shortcut keys around? |
This was updated in another ticket, thought it was here too. The problem was Scroll Lock. When it's enabled, the Alt key menu stuff doesn't work right. Everything is fine when it's disabled. Not sure if you're experiencing the same thing or if you've come across something different. |
I think my issue is new. The Alt-F then S sequence is now taken by Save Workspace. Pretty sure until a recent release the S was to save a file. |
It's something different.
The problem is that people don't read the Steps to Reproduce, and just scroll through; thinking they get the gist. |
We should support this with the new custom menu implementation. |
related #52935 |
Duplicate of #52935 |
Steps to Reproduce:
file doesn't save. in any other windows program, chording Alt+F (let go of F, keep holding Alt) + S will save the file.
if you let go of "Alt" between F and S, it works. my muscle memory is messing with me.
The text was updated successfully, but these errors were encountered: