(問)的linux deepin鍵盤佈局可以有一個以上的語言或沒有
Tofloor
poster avatar
eakcm
deepin
2013-12-04 06:34
Author
(問)的linux deepin鍵盤佈局可以有一個以上的語言或沒有

在此先感謝

是寫在英語和中國的文章,以泰國和我在一起,但也有問題。可只用一種語言(鍵盤佈局),或在鍵盤佈局本身。

我想問怎麼可以指定鍵盤佈局使用。要發布如何。

縮略圖

Reply Favorite View the author
All Replies
eakcm
deepin
2013-12-04 07:01
#1
help me
Reply View the author
eakcm
deepin
2013-12-04 07:37
#2
help me
Reply View the author
cxbii
deepin
2013-12-04 17:17
#3
对不起,键盘布局不可以同时存在一个以上的类型~

Sorry, there is only one type of keyboard layout
Reply View the author
woodelf
deepin
2013-12-04 17:45
#4
First, open your terminal and try this command to use alternative keyboard layout:
  1. dpkg-reconfigure keyboard-configuration
Copy the Code

If it does not work, open your terminal and type this command
  1. setxkbmap -query | grep layout
Copy the Code
to get your current keyboard layout.

Then, you may use
  1. setxkbmap -layout YOUR_LAYOUT
Copy the Code
to set your keyboard layout.

Check /etc/default/keyboard for all supported layouts.

Anyway, do you use a different layout other than standard us.iso layout? I think the default layout for LD should be 105-key us layout.
Reply View the author