This commit is contained in:
Zachary Yedidia
2016-05-15 13:44:30 -04:00
2 changed files with 3 additions and 3 deletions

View File

@@ -73,8 +73,8 @@ Here are the defaults:
```json
{
"Up": "CursorDown",
"Down": "CursorUp",
"Up": "CursorUp",
"Down": "CursorDown",
"Right": "CursorRight",
"Left": "CursorLeft",
"ShiftUp": "SelectUp",