summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Stone <daniel@fooishbar.org>2009-02-10 16:47:52 +1000
committerPeter Hutterer <peter.hutterer@who-t.net>2009-02-11 09:21:10 +1000
commit9f95e38282164a617b68e4dedf7b72ebc0fedc3e (patch)
treed752c7098d7a368cd5c0579a146db477416695fe
parentdb59771946ac53f78fecf2d75eb165275a45f6aa (diff)
nec/jp layout is just "jp" these days.
Extracted into separate commits by Peter Hutterer. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
-rw-r--r--man/kbd.man2
-rw-r--r--src/kbd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/kbd.man b/man/kbd.man
index ff4bc27..e651277 100644
--- a/man/kbd.man
+++ b/man/kbd.man
@@ -91,7 +91,7 @@ but "pc98" for the Japanese PC-98 platforms.
.BI "Option \*qXkbLayout\*q \*q" layoutname \*q
specifies the XKB keyboard layout name. This is usually the country or
language type of the keyboard. Default: "us" for most platforms, but
-"nec/jp" for the Japanese PC-98 platforms.
+"jp" for the Japanese PC-98 platforms.
.TP 7
.BI "Option \*qXkbVariant\*q \*q" variants \*q
specifies the XKB keyboard variant components. These can be used to
diff --git a/src/kbd.c b/src/kbd.c
index dcac3bd..3c21226 100644
--- a/src/kbd.c
+++ b/src/kbd.c
@@ -162,7 +162,7 @@ static const char *kbd98Defaults[] = {
"AutoRepeat", "500 30",
"XkbRules", "xfree98",
"XkbModel", "pc98",
- "XkbLayout", "nec/jp",
+ "XkbLayout", "jp",
"CustomKeycodes", "off",
NULL
};