Press the Autokey shortcut bound to:
complete.py
to select the previous word and suggest words that could be used as a replacementadd.py
to add the current selection to the list of words that will be suggested
Clone this project and run sh/install.sh
to make the Autokey scripts accessible:
git clone https://github.com/tom-power/complete-word-autokey-rofi.git &&
cd ./complete-word-autokey-rofi &&
sh/install.sh
Add Autokey shortcuts for the complete.py
and add.py
scripts, you should see them under scripts/complete-word
in the main window.
Add suggestions by copying .txt
files containing line separated words to ~/.config/complete-words-autokey-rofi/words/
, or by calling add.py
.