adding a formfilling script
This commit is contained in:
parent
f22ef93995
commit
dd741d9da0
|
@ -329,6 +329,7 @@ in
|
|||
|
||||
"SUPERSHIFT,g,exec,waybar.sh"
|
||||
"SUPERALT,n,exec,eww update rightside=true"
|
||||
"SUPERCTRL,f,exec,forms-fill.sh"
|
||||
];
|
||||
|
||||
binde = [
|
||||
|
|
33
scripts/forms-fill.sh
Executable file
33
scripts/forms-fill.sh
Executable file
|
@ -0,0 +1,33 @@
|
|||
#!/usr/bin/env bash
|
||||
wtype Frodo
|
||||
wtype -P tab
|
||||
wtype Braggins
|
||||
wtype -P tab
|
||||
wtype Bilbo
|
||||
wtype -P tab
|
||||
wtype Braggins
|
||||
wtype -P tab
|
||||
wtype 12
|
||||
wtype 12
|
||||
wtype 1222
|
||||
wtype -P tab
|
||||
wtype -P tab
|
||||
wtype 1234 Bag End
|
||||
wtype -P tab
|
||||
wtype The Shire
|
||||
wtype -P tab
|
||||
wtype Hobbiton
|
||||
wtype -P tab
|
||||
wtype -P tab
|
||||
wtype 9998881234
|
||||
wtype -P tab
|
||||
wtype bilbo@hobbitsr.us
|
||||
wtype -P tab
|
||||
wtype No
|
||||
wtype -P tab
|
||||
wtype -P tab
|
||||
wtype -P tab
|
||||
wtype -P down
|
||||
wtype -P tab
|
||||
wtype -P down
|
||||
wtype -P down
|
Loading…
Reference in a new issue