case OO.ui.Keys.PAGEDOWN:
                    this.moment.add( 1, this.precision === 'month' ? 'year' : 'month' );
                    break;