transliterate

Transliteration engine
git clone git://lumidify.org/transliterate.git (fast, but not encrypted)
git clone https://lumidify.org/git/transliterate.git (encrypted, but very slow)
Log | Files | Refs | README | LICENSE

commit 0dfb7a1006579624fb311e1f576fc22049be33d6
parent dddec77c866196b5b19831c2b313769d203c9bb6
Author: lumidify <nobody@lumidify.org>
Date:   Mon, 22 Mar 2021 13:03:46 +0100

Add note about mnemonics to README

Diffstat:
MREADME | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/README b/README @@ -8,6 +8,11 @@ gopher://4kcetb7mo7hj6grozzybxtotsub5bempzo4lirzc3437amof2c2impyd.onion/0/doc/tr REQUIREMENTS: gtk3-perl (or perl-gtk3, however your package manager calls it) +If you want to use the keyboard shortcuts (mnemonics), make sure to enable +them in your gtk3-configuration. Usually, you need to add the following line +to ~/.config/gtk-3.0/settings.ini: +gtk-enable-mnemonics=1 + See the repository "transliterate_data" for a real-world configuration. There are also some sample configuration files in "tests/".