diff options
Diffstat (limited to 'lib/command.ml')
| -rw-r--r-- | lib/command.ml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/command.ml b/lib/command.ml index a55fb9e..9ab36f6 100644 --- a/lib/command.ml +++ b/lib/command.ml | |||
| @@ -70,7 +70,7 @@ let to_scope = function | |||
| 70 | let is_simple_movement k = List.mem ~equal:Poly.equal simple_movements k | 70 | let is_simple_movement k = List.mem ~equal:Poly.equal simple_movements k |
| 71 | 71 | ||
| 72 | let instant_operation = | 72 | let instant_operation = |
| 73 | [ Key 'C'; Key 'D'; Key 'J'; Key 'P'; Key 'X'; Key 'p'; Key 'x' ] | 73 | [ Key 'C'; Key 'D'; Key 'Y'; Key 'J'; Key 'P'; Key 'X'; Key 'p'; Key 'x' ] |
| 74 | 74 | ||
| 75 | let chord_operation = [ Key 'c'; Key 'd'; Key 'y' ] | 75 | let chord_operation = [ Key 'c'; Key 'd'; Key 'y' ] |
| 76 | 76 | ||
