# HG changeset patch # User Aleksej Bobylev # Date 1437306596 -10800 # Node ID 3b8de2d6aeb34fcc88019bf8ace710c87bfc3086 # Parent 9dfaf4ce12fc98e85c4963489ec9f7676fb84f66 tazx: add keyboard switcher for Greek (thanks kubepc) diff -r 9dfaf4ce12fc -r 3b8de2d6aeb3 tinyutils/tazx --- a/tinyutils/tazx Sun Jul 12 17:58:23 2015 +0200 +++ b/tinyutils/tazx Sun Jul 19 14:49:56 2015 +0300 @@ -148,6 +148,10 @@ uk) # English UK layout="gb" ;; + gr) + # Greek + layout="us,gr" + options="grp:ctrl_shift_toggle, grp_led:scroll, compose:ralt, $options" ;; ru) # Russian layout="us,ru"