1
0
Fork 1
mirror of https://github.com/zen-browser/desktop.git synced 2025-07-07 21:49:58 +02:00

fix: Fixed keyboard shortcuts not working on the settings page, b=no-bug, c=no-component

This commit is contained in:
mr. m 2025-06-25 23:30:51 +02:00
parent 76166c4aa3
commit 65c72a7871
No known key found for this signature in database
GPG key ID: 928E01ED4C97749F

View file

@ -987,7 +987,7 @@ var gZenCKSSettings = {
let input = document.querySelector(
`.${ZEN_CKS_INPUT_FIELD_CLASS}[${KEYBIND_ATTRIBUTE_KEY}="${this._currentActionID}"]`
);
const modifiers = new KeyShortcutModifiers(
const modifiers = new nsKeyShortcutModifiers(
event.ctrlKey,
event.altKey,
event.shiftKey,