Compare commits

...

1 Commits

Author SHA1 Message Date
Joachim Henze
9119936cf1 [REGEDIT] de-DE.rc Fix accelerator collision
Alt+D in german translation is reserved already for the file menu "&Datei" in
ros and in MS Windows.
So 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 0.4.15-dev-5402-g f908d37bb3 from (#4885)
which broke the german file-menu accelerator.
2023-05-01 16:37:15 +02:00

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