windows: Show alt-= for pane::GoForward (#38696)

Reorder the shortcuts for `pane::GoForward` so the menu now shows
`Alt-=` instead of `forward`

Release Notes:

- N/A
This commit is contained in:
张小白
2025-09-23 08:13:29 +00:00
committed by GitHub
parent f07bc12aed
commit 1d5da68560
+1 -1
View File
@@ -465,8 +465,8 @@
"ctrl-k ctrl-w": "workspace::CloseAllItemsAndPanes",
"back": "pane::GoBack",
"alt--": "pane::GoBack",
"alt-=": "pane::GoForward",
"forward": "pane::GoForward",
"alt-=": "pane::GoForward",
"f3": "search::SelectNextMatch",
"shift-f3": "search::SelectPreviousMatch",
"ctrl-shift-f": "project_search::ToggleFocus",