we need space key
This commit is contained in:
12
src/main.sh
12
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="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="enter:execute-silent:$0 --play-release {2} {3}" \
|
||||||
--bind="alt-enter:execute-silent:$0 --play-release {2} {3} q" \
|
--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-n:execute-silent:$0 --play-next" \
|
||||||
--bind="ctrl-p:execute-silent:$0 --play-previous" \
|
--bind="ctrl-p:execute-silent:$0 --play-previous" \
|
||||||
--bind="shift-right:execute-silent:$0 --seek-forward" \
|
--bind="shift-right:execute-silent:$0 --seek-forward" \
|
||||||
--bind="shift-left:execute-silent:$0 --seek-backward" \
|
--bind="shift-left:execute-silent:$0 --seek-backward" \
|
||||||
--bind="focus:transform:
|
--bind="focus:transform:
|
||||||
[ {3} ] && c=rebind || c=unbind
|
[ {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\"
|
printf \"+%s(%s)\" \"\$c\" \"\$key\"
|
||||||
done
|
done
|
||||||
" \
|
" \
|
||||||
@@ -522,14 +522,14 @@ while true; do
|
|||||||
--bind="alt-l:change-query($FORMAT_LOCAL )" \
|
--bind="alt-l:change-query($FORMAT_LOCAL )" \
|
||||||
--bind="enter:execute-silent:$0 --play-recording {3}" \
|
--bind="enter:execute-silent:$0 --play-recording {3}" \
|
||||||
--bind="alt-enter:execute-silent:$0 --play-recording {3} q" \
|
--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-n:execute-silent:$0 --play-next" \
|
||||||
--bind="ctrl-p:execute-silent:$0 --play-previous" \
|
--bind="ctrl-p:execute-silent:$0 --play-previous" \
|
||||||
--bind="shift-right:execute-silent:$0 --seek-forward" \
|
--bind="shift-right:execute-silent:$0 --seek-forward" \
|
||||||
--bind="shift-left:execute-silent:$0 --seek-backward" \
|
--bind="shift-left:execute-silent:$0 --seek-backward" \
|
||||||
--bind="focus:transform:
|
--bind="focus:transform:
|
||||||
[ {3} ] && c=rebind || c=unbind
|
[ {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\"
|
printf \"+%s(%s)\" \"\$c\" \"\$key\"
|
||||||
done
|
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="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="enter:execute-silent:$0 --play-release {2} {3}" \
|
||||||
--bind="alt-enter:execute-silent:$0 --play-release {2} {3} q" \
|
--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-n:execute-silent:$0 --play-next" \
|
||||||
--bind="ctrl-p:execute-silent:$0 --play-previous" \
|
--bind="ctrl-p:execute-silent:$0 --play-previous" \
|
||||||
--bind="shift-right:execute-silent:$0 --seek-forward" \
|
--bind="shift-right:execute-silent:$0 --seek-forward" \
|
||||||
--bind="shift-left:execute-silent:$0 --seek-backward" \
|
--bind="shift-left:execute-silent:$0 --seek-backward" \
|
||||||
--bind="focus:transform:
|
--bind="focus:transform:
|
||||||
[ {3} ] && c=rebind || c=unbind
|
[ {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\"
|
printf \"+%s(%s)\" \"\$c\" \"\$key\"
|
||||||
done
|
done
|
||||||
" \
|
" \
|
||||||
|
Reference in New Issue
Block a user