case constants.KEYBINDING_CHANGER_OPEN:
            _state.changer = {mode: 'bind', data: [], key: action.id, view: -1};
            store.emitChange();
            $('#bind-changer').modal('show');
        break;