ctrl:nocaps fix
This commit is contained in:
parent
e22922e6b5
commit
09631ca385
1 changed files with 2 additions and 1 deletions
|
@ -5,9 +5,10 @@ setxkbmap us -option
|
|||
|
||||
if $(lsusb -d '04d9:0125' > /dev/null) || [[ -n $1 ]]; then
|
||||
layouts='us(altgr-intl),ru(typewriter)'
|
||||
opts='grp:win_space_toggle,compose:menu,ctrl:nocaps'
|
||||
else
|
||||
layouts='ducky_mini(us),ducky_mini(ru)'
|
||||
opts='grp:win_space_toggle,compose:menu'
|
||||
fi
|
||||
opts='grp:win_space_toggle,compose:menu,ctrl:nocaps'
|
||||
|
||||
setxkbmap $layouts -option $opts
|
||||
|
|
Loading…
Reference in a new issue