Skip to content

Fix: Fixed issue where some of the key names were not correct #12069

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions src/Files.App/Strings/en-US/Resources.resw
Original file line number Diff line number Diff line change
Expand Up @@ -2662,7 +2662,7 @@
<value>Toggle the sidebar</value>
</data>
<data name="Key.Menu" xml:space="preserve">
<value>Menu</value>
<value>Alt</value>
<comment>Key name for hotkeys in menus. Use abbreviation if possible.</comment>
</data>
<data name="Key.Control" xml:space="preserve">
Expand All @@ -2686,11 +2686,11 @@
<comment>Key name for hotkeys in menus. Use abbreviation if possible.</comment>
</data>
<data name="Key.Escape" xml:space="preserve">
<value>Escape</value>
<value>Esc</value>
<comment>Key name for hotkeys in menus. Use abbreviation if possible.</comment>
</data>
<data name="Key.Back" xml:space="preserve">
<value>Back</value>
<value>Backspace</value>
<comment>Key name for hotkeys in menus. Use abbreviation if possible.</comment>
</data>
<data name="Key.Tab" xml:space="preserve">
Expand Down