50 文字
1 分
Debian console
Debian(Linux)のコンソールでCaps LockキーをCtrlにする方法
# cd /etc/console/# gzip -d boottime.kmap.gz# vi boottime.kmapkeycode 58 =Control に変更 (/usr/share/keymap/とかから別のkeymapをこぴってきてもよし)
# gzip boottime.kmap# /etc/init.d/keymap.sh reload Debian console
https://blog.teraren.com/posts/debian-console/