Archive: 2014/12/20

US keyboard追調

7月に調達した英語版トラックポイント・キーボード(0B47190)

ACK-595-US-USB-R
ACK-595-US-USB-R

サーバーコンソール常用に「トラックポイント付き」は勿体ないにも程があるので、リーズナブルなACK-595-US-USB-R 3,443円を追加で調達したものの、何とも造りがちゃちくて感触が心許ない。

Windowsキーやメニューキー、PgUp/PgDnキーなども邪魔なだけなので、やっぱりHHKBを持っておきたいところだが、「いざという時」に備えてもさすがに3万円は手が出ないなぁ…orz。

ちなみにコンソールのキーボードレイアウトは

yano@GT110b:~$ cat /etc/default/keyboard
# Check /usr/share/doc/keyboard-configuration/README.Debian for
# documentation on what to do after having modified this file.

# The following variables describe your keyboard and can have the same
# values as the XkbModel, XkbLayout, XkbVariant and XkbOptions options
# in /etc/X11/xorg.conf.

XKBMODEL="pc101"
XKBLAYOUT="us"
XKBVARIANT=""
XKBOPTIONS=""

# If you don't want to use the XKB layout on the console, you can
# specify an alternative keymap. Make sure it will be accessible
# before /usr is mounted.
# KMAP=/etc/console-setup/defkeymap.kmap.gz
で設定されるのだが、直接/etc/default/keyboardを弄るのでは無く、
yano@GT110b:~$ sudo dpkg-reconfigure keyboard-configuration
を叩くのがセオリーとの事なので、覚えておきたい。