[UPDATE] Arrow Keys Support

The Arcrascent OS SerCon Terminal now fully supports all arrow key operations (UP, DOWN, LEFT, RIGHT):

  • UP – Load previous command ran in the history
    • If you were simply typing a new command, SerCon will load the most recent command ran via the terminal interface.
  • DOWN – Load more recent command in the history
    • If you are at the most recent command run in the history array, SerCon will restore the command that you had scribbled before pressing the “UP” arrow key.
  •  LEFT – Shift cursor once to the left
    • If you type anything after pressing the “LEFT” arrow key, SerCon will simply append the typed string in the middle of the original command at the point where the cursor it located.
  • RIGHT – Shift cursor once to the right
    • Similar to “LEFT”

Leave a comment