如何更改 Solaris 上的键盘布局

发布于 2024-07-11 23:51:19 字数 68 浏览 6 评论 0原文

我正在运行一台装有 SunOS 且没有图形环境的机器。 有人知道如何从控制台更改键盘布局吗?

谢谢

I am running a machine with SunOS and NO graphical enviroment. Does someone know how to change the keyboard layout from the console??

Thanks

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(5

南七夏 2024-07-18 23:51:19

选择您的布局

键入以下命令从列表中选择您的布局:

kbd -s

如果您的语言不在列表中,请查看此 关于如何创建自己的布局的博客文章。 如果您有非标准(例如Apple)布局,您可能需要看看这个。

重新加载键盘

映射 使用以下命令重新加载键盘转换表:

loadkeys

更改应在重新启动后持续存在,除非您使用的是 SmartOS 等内存操作系统

Select your layout

Type the following command to select your layout from a list:

kbd -s

If your language isn't in the list, have a look at this blog post on how to create your own layout. You might have to take a look at this if you have a non-standard (e.g. Apple) layout.

Reload your keymap

Reload your keyboard translation table with the following command:

loadkeys

The change should persist through reboots, unless you're using an in-memory OS like SmartOS

简单气质女生网名 2024-07-18 23:51:19

看看 loadkeys 命令

have a look at the loadkeys command

╭⌒浅淡时光〆 2024-07-18 23:51:19

如果它运行的是最新的 Solaris 10 更新版本或补丁集,或者比 Solaris 10 更新的版本(例如 Solaris Express 或 OpenSolaris),请尝试 kbd -s - 在较旧的 Solaris x86 版本上,请尝试 < em>kdmconfig。

If it's running a recent Solaris 10 update release or patch set, or a release newer than Solaris 10 (such as Solaris Express or OpenSolaris), try kbd -s -- on older Solaris x86 releases, try kdmconfig.

醉酒的小男人 2024-07-18 23:51:19

来自控制台上的键盘布局

查看当前控制台键盘布局设置:

$ nlsadm get-console-keymap  
  键盘映射=美国英语 
  

列出控制台键盘布局设置的可用值:

$ nlsadm list-console-keymap 
  阿拉伯 
   ... 
  

将控制台键盘布局设置为日语:

# nlsadm set-console-keymap 日语  
  

另请参见:

From Keyboard Layout on the Console

To view the current console keyboard layout setting:

$ nlsadm get-console-keymap 
keymap=US-English

To list available values for the console keyboard layout setting:

$ nlsadm list-console-keymap
Arabic
 ...

To set the console keyboard layout to Japanese:

# nlsadm set-console-keymap Japanese 

See also:

青萝楚歌 2024-07-18 23:51:19

更改 /etc/default/kbd 中的 LAYOUT 值(使用 kbd -s 获取允许值的列表)。 然后运行 ​​kbd -i 并最后重新启动。

Change the LAYOUT value in /etc/default/kbd (use kbd -s to get a list of allowed values). Then run kbd -i and finally reboot.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文