Actions
Bug #9461
closedkbd does not switch keyboard layout
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
-
Start date:
2018-04-12
Due date:
% Done:
100%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
External Bug:
Description
Trying to switch keyboard layout on the console with kbd fails,
it doesn't change the default US layout.
How to reproduce:
svcadm enable vtdaemon (to enable tty1, then Ctrl + Alt + F1 and log in)
kbd -s (or kbd -s French, or another layout)
However, runnig loadkeys manualy works, eg:
sudo loadkeys /usr/share/lib/keytables/type_6/dvorak
Is perhaps kbd looking in the wrong place for its keyboard layout..?
Updated by Bryan Horstmann-Allen about 5 years ago
- Project changed from OpenIndiana Distribution to illumos gate
- Category deleted (
OS/Net (Kernel and Userland)) - Target version deleted (
Hipster)
Updated by Electric Monk almost 5 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
git commit 6d75a680fdc4059c56ee980eacd6e8b15587086f
commit 6d75a680fdc4059c56ee980eacd6e8b15587086f Author: Toomas Soome <tsoome@me.com> Date: 2018-08-13T16:54:56.000Z 9461 kbd does not switch keyboard layout Reviewed by: Andy Fiddaman <omnios@citrus-it.co.uk> Reviewed by: Ken Mays <kmays2000@gmail.com> Approved by: Dan McDonald <danmcd@joyent.com>
Actions