Fix keybinding case for Period and Comma to match internal naming
This commit is contained in:
parent
e8f6d3cc03
commit
0ac6145af2
1 changed files with 2 additions and 2 deletions
|
|
@ -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),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue