A tool to insert characters absent from the keyboard using a heredoc declaration, dmenu and xdotool.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
martlem 67e6a67cfd init 19 hours ago
LICENSE init 19 hours ago
README init 19 hours ago
dictionary.sh init 19 hours ago

README

A tool to insert characters absent from the keyboard using a heredoc* declaration, dmenu and xdotool.
* https://stackoverflow.com/a/21549836

Dependencies :
xdotool - command-line X11 automation tool
dmenu - dynamic menu https://tools.suckless.org/dmenu/

Usage :
chmod +x dictionary.sh
./dictionary.sh

Or :
Using the i3 window manager, i have put a binding on the combination of
Super+Shift+y that will launch the script. bindsym $mod+Shift+y exec
"~/dictionary.sh"