case OO.ui.Keys.UP:
                    this.moment.subtract( 1, this.precision === 'month' ? 'month' : 'week' );
                    break;