[REGEDIT] de-DE.rc Fix accelerator collision (#5265)

Alt+D in german translation is already reserved for the file menu "&Datei"
in ROS and in MS Windows, thus we cannot use the same as accelerator
for focusing the address bar.
So for german we will use Alt+S instead, which is the same shortcut that
german MS+ROS explorer use for focusing their address bar.

This is an addendum to commit f908d37bb from PR #4885
which broke the german file-menu accelerator.
This commit is contained in:
Joachim Henze 2023-05-05 13:30:21 +02:00 committed by GitHub
parent 2d31b06c67
commit 4393e6cb54
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,7 @@ LANGUAGE LANG_GERMAN, SUBLANG_NEUTRAL
ID_ACCEL ACCELERATORS
BEGIN
"D", ID_ADDRESS_FOCUS, VIRTKEY, ALT
"S", ID_ADDRESS_FOCUS, VIRTKEY, ALT
VK_DELETE, ID_EDIT_DELETE, VIRTKEY, NOINVERT
"^F", ID_EDIT_FIND
VK_F1, ID_HELP_HELPTOPICS, VIRTKEY, NOINVERT