mirror of
https://github.com/zen-browser/desktop.git
synced 2025-10-05 09:26:34 +00:00
Update subproject commit in l10n and zen-components
Fix event handling for macOS in zen-settings.js
This commit is contained in:
@@ -811,8 +811,7 @@ var gZenCKSSettings = {
|
||||
let accelKey = false;
|
||||
let controlKey = false;
|
||||
if (AppConstants.platform === 'macosx') {
|
||||
accelKey = event.metaKey;
|
||||
controlKey = event.ctrlKey;
|
||||
accelKey = event.ctrlKey;
|
||||
} else {
|
||||
accelKey = event.ctrlKey;
|
||||
}
|
||||
|
Reference in New Issue
Block a user