martlem
22 hours ago
1 changed files with 12 additions and 9 deletions
@ -1,16 +1,19 @@ |
|||||
A tool to insert characters absent from the keyboard using a heredoc* declaration, dmenu and xdotool. |
A tool to insert characters absent from the keyboard using a heredoc* |
||||
|
declaration, dmenu and xdotool. |
||||
* https://stackoverflow.com/a/21549836 |
* https://stackoverflow.com/a/21549836 |
||||
|
|
||||
Dependencies : |
Dependencies : |
||||
xdotool - command-line X11 automation tool |
xdotool - command-line X11 automation tool |
||||
dmenu - dynamic menu https://tools.suckless.org/dmenu/ |
dmenu - dynamic menu https://tools.suckless.org/dmenu/ |
||||
|
|
||||
Usage : |
Usage : |
||||
chmod +x dictionary.sh |
First, make the script executable : |
||||
./dictionary.sh |
chmod +x dictionary.sh |
||||
|
Then launch it. |
||||
|
./dictionary.sh |
||||
|
Select the character you would like to type and press ENTER |
||||
|
|
||||
Or : |
Using the i3 window manager, i have put a binding on the combination of |
||||
Using the i3 window manager, i have put a binding on the combination of |
Super+Shift+y that will launch the script. |
||||
Super+Shift+y that will launch the script. bindsym $mod+Shift+y exec |
bindsym $mod+Shift+y exec "~/dictionary.sh" |
||||
"~/dictionary.sh" |
|
||||
|
|
||||
|
Loading…
Reference in new issue