generic remote

This commit is contained in:
cy 2024-12-03 19:05:18 -05:00
parent ec534d53d9
commit e62bd84328
2 changed files with 8 additions and 2 deletions

View file

@ -8,4 +8,10 @@ if [ "$active_window" = "anki" ]; then
else
wtype "1"
fi
else
if [ "$1" = "space" ]; then
wtype -M ctrl -k c
else
wtype -M ctrl -k v
fi
fi