刚到手没多久的PI,玩python时发现井号(#)输入不了【键盘型号:罗技K270】,按照网上的教程http://blog.csdn.net/c80486/article/details/8460271 修改了键盘布局,可是又发现其他键(例如单引号和双引号)也有问题。没办法,只能自己摸索了。
经过几次测试,现在将正确的布局设置步骤罗列如下(我没有汉化,所以下面配置都写的英文,请自己对照设置):
- 在终端执行 sudo dpkg-reconfigure keyboard-configuration
- Keyboard model: Generic 105-key (Intl) PC
- Keyboard layout: English (US)
- Key to function as AltGr: The default for the keyboard layout
- Compose Key: No compose Key
- Use Control+Alt+Backspace to terminate the X server:随意设置,我的是Yes
设置完成之后sudo reboot即可。
|
|