This commit is contained in:
Manav Rathi
2025-03-05 19:25:42 +05:30
parent 89d6ddf2c6
commit a18db13899
2 changed files with 48 additions and 24 deletions

View File

@@ -873,7 +873,7 @@ const Shortcuts: React.FC<ModalVisibilityProps> = ({ open, onClose }) => (
<Shortcut action="Close" shortcut="Esc" />
<Shortcut action="Previous, Next" shortcut="←, →" />
<Shortcut action="Zoom" shortcut="Mouse scroll" />
<Shortcut action="Zoom preset" shortcut="Tap inside image" />
<Shortcut action="Zoom preset" shortcut="Z, Tap inside image" />
<Shortcut action="Toggle controls" shortcut="Tap outside image" />
<Shortcut action="Toggle favorite" shortcut="L" />
<Shortcut action="View info" shortcut="I" />