Fix keybinding case for Period and Comma to match internal naming

This commit is contained in:
John Holt 2025-08-15 10:55:19 +07:00 committed by Victoria Brekenfeld
parent e8f6d3cc03
commit 0ac6145af2

View file

@ -92,8 +92,8 @@
(modifiers: [Super], key: "equal"): ZoomIn,
(modifiers: [Super], key: "minus"): ZoomOut,
(modifiers: [Super], key: "Period"): ZoomIn,
(modifiers: [Super], key: "Comma"): ZoomOut,
(modifiers: [Super], key: "period"): ZoomIn,
(modifiers: [Super], key: "comma"): ZoomOut,
(modifiers: [Super], key: "b"): System(WebBrowser),
(modifiers: [Super], key: "f"): System(HomeFolder),