docs: Fix the missing shortcut for Go Back (#13138)

Release Notes:

- N/A
This commit is contained in:
Tackoil 2024-06-17 19:37:01 +08:00 committed by GitHub
parent 03c54623d4
commit c793bbde84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -347,7 +347,7 @@ The argument to `SendKeystrokes` is a space-separated list of keystrokes (using
| Close all items | Pane | `⌘ + K, ⌘ + W` |
| Close clean items | Pane | `⌘ + K, U` |
| Close inactive items | Pane | `Alt + ⌘ + T` |
| Go back | Pane | `Control + ` |
| Go back | Pane | `Control + -` |
| Go forward | Pane | `Control + _` |
| Reopen closed item | Pane | `⌘ + Shift + T` |
| Split down | Pane | `⌘ + K, Down` |