diff --git a/src/main.sh b/src/main.sh index 7e261bd..9e31861 100755 --- a/src/main.sh +++ b/src/main.sh @@ -479,14 +479,14 @@ while true; do --bind="load:transform:[ \"\$FZF_TOTAL_COUNT\" -gt 0 ] && echo \"rebind:ctrl-l\" || echo \"unbind:ctrl-l\"" \ --bind="enter:execute-silent:$0 --play-release {2} {3}" \ --bind="alt-enter:execute-silent:$0 --play-release {2} {3} q" \ - --bind="space:execute-silent:$0 --play-toggle" \ + --bind="alt-space:execute-silent:$0 --play-toggle" \ --bind="ctrl-n:execute-silent:$0 --play-next" \ --bind="ctrl-p:execute-silent:$0 --play-previous" \ --bind="shift-right:execute-silent:$0 --seek-forward" \ --bind="shift-left:execute-silent:$0 --seek-backward" \ --bind="focus:transform: [ {3} ] && c=rebind || c=unbind - for key in enter alt-enter space ctrl-n ctrl-p shift-right shift-left; do + for key in enter alt-enter alt-space ctrl-n ctrl-p shift-right shift-left; do printf \"+%s(%s)\" \"\$c\" \"\$key\" done " \ @@ -522,14 +522,14 @@ while true; do --bind="alt-l:change-query($FORMAT_LOCAL )" \ --bind="enter:execute-silent:$0 --play-recording {3}" \ --bind="alt-enter:execute-silent:$0 --play-recording {3} q" \ - --bind="space:execute-silent:$0 --play-toggle" \ + --bind="alt-space:execute-silent:$0 --play-toggle" \ --bind="ctrl-n:execute-silent:$0 --play-next" \ --bind="ctrl-p:execute-silent:$0 --play-previous" \ --bind="shift-right:execute-silent:$0 --seek-forward" \ --bind="shift-left:execute-silent:$0 --seek-backward" \ --bind="focus:transform: [ {3} ] && c=rebind || c=unbind - for key in enter alt-enter space ctrl-n ctrl-p shift-right shift-left; do + for key in enter alt-enter alt-space ctrl-n ctrl-p shift-right shift-left; do printf \"+%s(%s)\" \"\$c\" \"\$key\" done " \ @@ -670,14 +670,14 @@ while true; do --bind="load:transform:[ \"\$FZF_TOTAL_COUNT\" -gt 0 ] && echo \"rebind:ctrl-l\" || echo \"unbind:ctrl-l\"" \ --bind="enter:execute-silent:$0 --play-release {2} {3}" \ --bind="alt-enter:execute-silent:$0 --play-release {2} {3} q" \ - --bind="space:execute-silent:$0 --play-toggle" \ + --bind="alt-space:execute-silent:$0 --play-toggle" \ --bind="ctrl-n:execute-silent:$0 --play-next" \ --bind="ctrl-p:execute-silent:$0 --play-previous" \ --bind="shift-right:execute-silent:$0 --seek-forward" \ --bind="shift-left:execute-silent:$0 --seek-backward" \ --bind="focus:transform: [ {3} ] && c=rebind || c=unbind - for key in enter alt-enter space ctrl-n ctrl-p shift-right shift-left; do + for key in enter alt-enter alt-space ctrl-n ctrl-p shift-right shift-left; do printf \"+%s(%s)\" \"\$c\" \"\$key\" done " \