Artem S. Tashkinov
public shellscript v1 · immutable# (c) 2010. Artem S. Tashkinov# A command to set the Russian keyboard layout with proper digital keys, disabling Caps Lock, making Caps Lock behave as a visual for the Russian language.#! /bin/bashecho -n "Setting the Russian keyboard ... "sleep 1setxkbmap 'us,ru(winkeys)' -model pc105 -option grp:alt_shift_toggle,grp_led:caps,ctrl:nocaps && echo OK || echo Failedsleep 1