AutoYADM commit: 2025-05-01 15:00:05
This commit is contained in:
parent
ea21308016
commit
bc47e51af8
2 changed files with 11 additions and 2 deletions
|
@ -9,7 +9,10 @@ set -l line (printf "%s" $data | fuzzel --prompt=">> " --dmenu)
|
|||
set -l emoji (string split -f1 ' ' $line)
|
||||
sleep 0.15
|
||||
if test -n "$emoji"
|
||||
wtype "$emoji"
|
||||
wtype $emoji
|
||||
# wtype -M ctrl -M shift -k v
|
||||
# nohup wtype testing &>/dev/null &
|
||||
# nohup wtype $emoji &>/dev/null &
|
||||
else
|
||||
return 1
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue