mirror of
https://github.com/Kvan7/Exiled-Exchange-2.git
synced 2025-12-12 11:06:44 +00:00
Added MacOS support (#403)
This commit is contained in:
@@ -217,7 +217,9 @@ export const KeyToElectron = {
|
||||
Backslash: '\\',
|
||||
BracketRight: ']',
|
||||
Quote: "'",
|
||||
Ctrl: 'CmdOrCtrl',
|
||||
// Do not change Ctrl to CmdOrCtrl. It causes registered shortcuts to
|
||||
// often not work on Mac for unknown reasons.
|
||||
Ctrl: 'Ctrl',
|
||||
Alt: 'Alt',
|
||||
Shift: 'Shift'
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user