-
Notifications
You must be signed in to change notification settings - Fork 29.5k
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
{ Translation } redo untranslated and keybinding incorrect #42907
Comments
You can translate The second issue is indeed an issue, but I fixed it for me using the keybinding manager. |
Well, thanks for confirming. It did happen here in the first trails, that the pressing of Ctrl+Z on the keyboard showed ctrl+y on the screen. In the keybindings editor popup. This changed after a few trails into a correct behaviour. |
That something basic like redo is untranslated, while everything else seems to be fully translated, is it an idea that this string/element got changed recently? So, this might be also the reason to the other issues. So, is this function changed or extended recently? |
The Keybindings Editor shows both command ids and command titles. When a command id has an associated title, the title is presented. The title is something that is localized, the command id is not. |
Yes. As @alexandrudima said, Ids are never translated. |
Well, its not the case here. I love it when people close unresolved issues. Makes three unresolved issues. |
Although I have respect for your opinion, I think separating the issues into separated github issues would improve the workflow :) |
Since I see zero interest to actually solve issues to which I contribute, do I consider ANY future reports as superflous from now on. |
@ogerly For the keybinding problem you are raising, can you please let me know:
|
@ShalokShalom Can you please let me know:
|
Ogerly will probably not answer you, he never looks into Github notifications. I am on KaOS with de_AT.UTF-8 and here is the default setting (Ctrl+Z) correct and working. Is this intended? Thanks for your support. |
@ShalokShalom We have a list of known issues related to keybindings on Linux: I will assume you are sitting in front of the machine and that KaOS is installed natively on that machine (no remoting, no virtualization). If that is the case, and assuming you have installed multiple keyboard layouts, then we are most likely suffering from: |
Yep
I just removed the other bindings, in order to avoid that this is the cause. setxkbmap -query is fine here |
Yep, Undo is at Z here as well, as stated. This was not working on Ogerlys device only. Inspect Key Mappings gives me a huge list: |
@ShalokShalom Ok, thank you. But then it looks to me that you have absolutely no problem, right ? And it is only @ogerly that had a problem. Perhaps we can ask him to go through https://github.com/Microsoft/vscode/wiki/Keybinding-Issues#troubleshoot-linux-keybindings |
Steps to Reproduce:
First: redo is untranslated.
Second: Keybinding is set to Strg+Y, while Strg+Z is default in German settings usually. (Z for "Zurück")
Does this issue occur when all extensions are disabled?: Yes
The text was updated successfully, but these errors were encountered: