bug fix in keymap

This commit is contained in:
Tokuhiro Matsuno
2023-01-18 23:25:54 +09:00
parent a75ee4f3b6
commit 37a803855c

View File

@ -54,6 +54,9 @@ keys:
- states: [Conversion] - states: [Conversion]
key: [Down, KP_Down] key: [Down, KP_Down]
command: cursor_down command: cursor_down
- states: [Conversion]
key: [Right, KP_Right]
command: cursor_right
- states: [Conversion] - states: [Conversion]
key: [Left, KP_Left] key: [Left, KP_Left]
command: cursor_left command: cursor_left