auto-correct script
This commit is contained in:
parent
0edc2708a1
commit
493be82011
1 changed files with 12 additions and 0 deletions
|
|
@ -317,6 +317,18 @@ in {
|
|||
modifier = "${modifier}_SHIFT";
|
||||
}
|
||||
];
|
||||
}{
|
||||
name = "select-word";
|
||||
text = ''
|
||||
cat ${../../lib/words.txt} | ${my-deps.menu} | awk '{print $1}' | wl-copy
|
||||
'';
|
||||
install = true;
|
||||
hotkeys = [
|
||||
{
|
||||
key = "A";
|
||||
modifier = "${modifier}_SHIFT";
|
||||
}
|
||||
];
|
||||
}
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue