From 30765b734772e16daf1167d13c68da2322d507d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=84min=20Baumeler?= Date: Tue, 26 Aug 2025 14:05:50 +0200 Subject: [PATCH] we need space key --- src/main.sh | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) 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 " \