public override bool Execute(ActionContext actionContext)
 {
     return(KeyboardNavigation.NavigateLeft(actionContext.tracks));
 }