Skip to content

Commit

Permalink
wrong action picked in bind win
Browse files Browse the repository at this point in the history
  • Loading branch information
myrrc committed Aug 11, 2024
1 parent a65de0e commit 7dc9470
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/run-action-from-binding-win.rks
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
otest &Return "limitation of tester - feedback must be opened before bind win
&ctrl+alt+x "open bindings window
insertm &Down &Return "run insert-midi-item action
insertmi &Down &Return "run insert-midi-item action
2 changes: 1 addition & 1 deletion tests/test
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/sh
ret=0; out=out.RPP; reaper="./reaper/reaper -new -nosplash"
ret=0; out="out.RPP"; reaper="./reaper/reaper -new -nosplash"
[ $# -eq 0 ] && timeout 6 $reaper 1>/dev/null 2>&1 # still evaluating

for test in ${@:-*.rks}; do
Expand Down

0 comments on commit 7dc9470

Please sign in to comment.