diff --git a/js/misc/inputMethod.js b/js/misc/inputMethod.js index addc20f4e..621483243 100644 --- a/js/misc/inputMethod.js +++ b/js/misc/inputMethod.js @@ -188,8 +188,7 @@ var InputMethod = new Lang.Class({ vfunc_filter_key_event(event) { if (!this._context || !this._enabled) return false; - if (!this._currentSource || - this._currentSource.type == Keyboard.INPUT_SOURCE_TYPE_XKB) + if (!this._currentSource) return false; let state = event.get_state();