forked from akai/readest
ec26ef4f29
* fix(shortcuts): change bookmark shortcut from Ctrl+D to Ctrl+B, closes #3675 Ctrl+D was bound to both Toggle Bookmark (General) and Dictionary Lookup (Selection). When text was selected and Ctrl+D pressed, both actions fired — opening the dictionary AND adding an unwanted bookmark. Changed bookmark to Ctrl+B/Cmd+B to resolve the conflict. Added a unit test that detects identical keybinding lists across actions to prevent this class of bug in the future. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> * i18n: mark shortcut section names for translation Wrap SHORTCUT_SECTIONS values with stubTranslation() so i18next-scanner picks them up. Translate the 4 new keys (General, Text to Speech, Zoom, Window) across all 29 locales. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> --------- Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>