Replaced '+' with 'Plus' in shortcut display (#193)

This commit is contained in:
Jonas List 2025-06-06 20:20:57 +02:00 committed by GitHub
parent d2678d8211
commit cd38ae7a51
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 7 additions and 3 deletions

View file

@ -5,7 +5,7 @@ description: Enhance your Zen experience with customizable keybinds
import KeyboardShortcut from '@/components/KeyboardShortcut';
Zen Browser supported lots of keyboard shortcuts to help you do common tasks quicker. Access `Settings" /> > `Keyboard Shortcuts" /> and edit the available shortcuts to suit your workflow even more!
Zen Browser supported lots of keyboard shortcuts to help you do common tasks quicker. Access `"Settings" > "Keyboard Shortcuts"` and edit the available shortcuts to suit your workflow even more!
### Change or rebind keyboard shortcuts in Zen
@ -132,7 +132,7 @@ The "Toggle Split View" shortcuts currently only applicable when selecting multi
| --------------------- | ------------------------------------------------ |
| Toggle Mute | <KeyboardShortcut shortcut="Ctrl + M" /> |
| Zoom Out | <KeyboardShortcut shortcut="Ctrl + -" /> |
| Zoom In | <KeyboardShortcut shortcut="Ctrl + +" /> |
| Zoom In | <KeyboardShortcut shortcut="Ctrl + Plus" /> |
| Reset Zoom Level | <KeyboardShortcut shortcut="Ctrl + 0" /> |
| Switch Text Direction | <KeyboardShortcut shortcut="Shift + Ctrl + X" /> |
| Take Screenshot | <KeyboardShortcut shortcut="Shift + Ctrl + S" /> |