Convert abrakadabra into noraml text. E.g. "руддщ цщкдв" into "hello world". It is a tray app without gui. Any questions? Write me: @Cartoonboy
- Highlight text
- Press shortcut(Shift + Shift)
- Highlight text
- Turn on Caps Lock
- Press shortcut (Shift + Shift)
- Change your keyboard layout to desired lang
- Highlight text
- Press shortcut (Alt + Alt)
- Press shortcut (Ctrl + Alt + number)
- You can change languages and their order in your language settings
sudo apt-get install xclip
ImportError: No module named gi
- Copy
gi
module manualy from global site-packages into your.venv
- Or create venv with
virtualenv --system-site-packages .venv