this.$handle.on( {
        keydown: this.onHandleMouseKeyDown.bind( this ),
        keyup: this.onHandleMouseKeyUp.bind( this ),
        mousedown: this.onHandleMouseKeyDown.bind( this ),
        mouseup: this.onHandleMouseKeyUp.bind( this )