diff --git a/src/HotkeyManager.ts b/src/HotkeyManager.ts index eed1def..ff3e47b 100644 --- a/src/HotkeyManager.ts +++ b/src/HotkeyManager.ts @@ -121,10 +121,9 @@ export class HotkeyManager { - // TODO check if meta key is still working correctly - if (this.ignoreFormElements && HotkeyManager.isFormElement(e.target)) { - return; - } + // Ignore the "ignoreFormFields" setting for keyup + // Release should always trigger or else one hotkey can create form-field which is + // focused and then it will never be released if (e.key === 'Meta') { this.clearMap(e);