From 0ac6145af2dd5096c9d28fdee3814a48d6380edc Mon Sep 17 00:00:00 2001 From: John Holt Date: Fri, 15 Aug 2025 10:55:19 +0700 Subject: [PATCH] Fix keybinding case for Period and Comma to match internal naming --- data/keybindings.ron | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/data/keybindings.ron b/data/keybindings.ron index 953db443..e02e152d 100644 --- a/data/keybindings.ron +++ b/data/keybindings.ron @@ -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),