manuskript icon indicating copy to clipboard operation
manuskript copied to clipboard

Setting the language to German deletes shortcut-functions like "Ctrl+S"

Open HeldHannes opened this issue 3 years ago • 1 comments

Hi I'm form Germany and tested manuscript for writing.

Unfortunatelly the Shortcuts for quick saving (Ctrl+S) and others (less important functions) are not working when choosing german interface language.

I always have to use the mouse clicking on "Datei" and "Speichern". (This was in version 0.9.x so I updated to 0.13.1, but the issue remains)

Software Versions in Use: Python 3.6.9 PyQt 5.10.1 Qt 5.9.5 under Linux Mint 19.1

How can I fix the translation to be able to use these shortcuts?

Thanks for answering.

HeldHannes avatar Feb 14 '22 08:02 HeldHannes

Functionality and language should actually be independent. So I think this requires some debugging. This might be a bug.

TheJackiMonster avatar Feb 14 '22 11:02 TheJackiMonster

I can definitely reproduce that. I think some strings defining the key bindings got translated for some reason. I'll try to look into it. ^^'

TheJackiMonster avatar Feb 10 '23 21:02 TheJackiMonster

I've removed the translation from all shortcuts ( cc8924a ). So this issue should be fixed for the upcoming release.

TheJackiMonster avatar Feb 10 '23 23:02 TheJackiMonster