if ( !this.isDisabled() && !this.isReadOnly() &&
            ( e.which === OO.ui.Keys.SPACE || e.which === OO.ui.Keys.ENTER )
        ) {
            this.activate();
            return false;