mirror of
https://github.com/reactos/reactos.git
synced 2025-04-05 05:01:03 +00:00
[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:
parent
2d31b06c67
commit
4393e6cb54
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue