mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:29:59 +02:00
refactor: Update ZenKeyboardShortcuts to use 'accel' instead of 'control' for modifiers
This commit is contained in:
parent
714a4428ef
commit
fbde484df9
1 changed files with 1 additions and 1 deletions
|
@ -187,7 +187,7 @@ var gZenKeyboardShortcuts = {
|
||||||
const keycode = shortcut.keycode?.toUpperCase();
|
const keycode = shortcut.keycode?.toUpperCase();
|
||||||
const key = shortcut.key?.toUpperCase();
|
const key = shortcut.key?.toUpperCase();
|
||||||
let modifiers = {
|
let modifiers = {
|
||||||
control: shortcut.ctrl,
|
accel: shortcut.ctrl,
|
||||||
alt: shortcut.alt,
|
alt: shortcut.alt,
|
||||||
shift: shortcut.shift,
|
shift: shortcut.shift,
|
||||||
meta: shortcut.meta
|
meta: shortcut.meta
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue