Ignore capslock key with setxkbmap

main
Buddy Sandidge 12 years ago
parent 797a2bec39
commit 359f49402f

@ -1,5 +1,10 @@
#!/usr/bin/env bash #!/usr/bin/env bash
# Disable capslock
if [[ -x `which setxkbmap` ]]; then
setxkbmap -option ctrl:nocaps
fi
# don't put duplicate lines in the history. See bash(1) for more options # don't put duplicate lines in the history. See bash(1) for more options
# ... or force ignoredups and ignorespace # ... or force ignoredups and ignorespace
HISTCONTROL=ignoredups:ignorespace HISTCONTROL=ignoredups:ignorespace

Loading…
Cancel
Save