if ( !this.isDisabled() && ( e.which === OO.ui.Keys.SPACE || e.which === OO.ui.Keys.ENTER ) ) {
        if ( this.emit( 'click' ) ) {
            return false;
        }
    }