diff --git a/src/options.ts b/src/options.ts index 88213ea2..86252256 100644 --- a/src/options.ts +++ b/src/options.ts @@ -325,7 +325,7 @@ function keybindKeyPressed(element: HTMLElement, e: KeyboardEvent) { let option = element.getAttribute("sync-option"); // Don't allow keys which are already listened for by youtube - let restrictedKeys = "1234567890,.jklftcbmJKLFTCBM/<> -"; + let restrictedKeys = "1234567890,.jklftcibmJKLFTCIBMN/<> -"; if (restrictedKeys.indexOf(key) !== -1 ) { element.querySelector(".option-hidden-section").classList.add("hidden"); button.classList.remove("disabled");