Added left, right as sysonyms of back and forward for the handbox commands.

Added scrollup and scrolldown handbox commands as well.
This commit is contained in:
2021-09-09 12:14:15 +01:00
parent 2a6b74c6fd
commit 710ae0420a
2 changed files with 12 additions and 0 deletions
+8
View File
@@ -249,11 +249,19 @@ namespace ASCOM.Meade.net
SharedResourcesWrapper.SendBlind("EK118");
break;
case "back":
case "left":
SharedResourcesWrapper.SendBlind("EK87");
break;
case "forward":
case "right":
SharedResourcesWrapper.SendBlind("EK69");
break;
case "scrollup":
SharedResourcesWrapper.SendBlind("EK85");
break;
case "scrolldown":
SharedResourcesWrapper.SendBlind("EK68");
break;
case "?":
SharedResourcesWrapper.SendBlind("EK63");
break;