https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4393e6cb54d7c1ec89e31…
commit 4393e6cb54d7c1ec89e31061655803875c23a6ca
Author: Joachim Henze <joachim.henze(a)reactos.org>
AuthorDate: Fri May 5 13:30:21 2023 +0200
Commit: GitHub <noreply(a)github.com>
CommitDate: Fri May 5 13:30:21 2023 +0200
[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.
---
base/applications/regedit/lang/de-DE.rc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/base/applications/regedit/lang/de-DE.rc
b/base/applications/regedit/lang/de-DE.rc
index f6d23a14570..6394f18e3ae 100644
--- a/base/applications/regedit/lang/de-DE.rc
+++ b/base/applications/regedit/lang/de-DE.rc
@@ -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