summaryrefslogtreecommitdiff
path: root/lib/command.ml
diff options
context:
space:
mode:
Diffstat (limited to 'lib/command.ml')
-rw-r--r--lib/command.ml2
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
70let is_simple_movement k = List.mem ~equal:Poly.equal simple_movements k 70let is_simple_movement k = List.mem ~equal:Poly.equal simple_movements k
71 71
72let instant_operation = 72let 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
75let chord_operation = [ Key 'c'; Key 'd'; Key 'y' ] 75let chord_operation = [ Key 'c'; Key 'd'; Key 'y' ]
76 76