This commit is contained in:
Maxime Coste 2020-07-03 21:07:04 +10:00
commit 1ca1e8fedc

View File

@ -25,10 +25,7 @@ define-command -docstring %{
define-command x11-send-text -docstring "send the selected text to the repl window" %{
nop %sh{
printf %s\\n "${kak_selection}" | xsel -i
wid=$(xdotool getactivewindow)
xdotool search --name kak_repl_window windowactivate
xdotool key --clearmodifiers "Shift+Insert"
xdotool windowactivate $wid
xdotool search --name kak_repl_window key --clearmodifiers Shift+Insert
}
}