diff --git a/runtime/help/help.md b/runtime/help/help.md index c89c8e68..06a751d2 100644 --- a/runtime/help/help.md +++ b/runtime/help/help.md @@ -73,8 +73,8 @@ Here are the defaults: ```json { - "Up": "CursorDown", - "Down": "CursorUp", + "Up": "CursorUp", + "Down": "CursorDown", "Right": "CursorRight", "Left": "CursorLeft", "ShiftUp": "SelectUp",