Subject: Re: how to set keymap under X?
To: None <hubert.feyrer@informatik.fh-regensburg.de>
From: Soren S. Jorvang <soren@wheel.dk>
List: netbsd-help
Date: 03/11/2000 05:58:03
On Sat, Mar 11, 2000 at 03:56:05AM +0100, Hubert Feyrer wrote:
>     XkbDisable

Combining XkbDisable and other Xkb options is not productive.

>     XkbLayout   "de"
>     XkbVariant  "nodeadkeys"
>     XkbKeymap   "xfree86(de)"

I use this.

    Option      "XkbModel"      "pc102"  
    Option      "XkbLayout"     "us"
    Option      "XkbOptions"    "ctrl:nocaps"

For a Danish layout, this works fine.

    Option      "XkbModel"      "pc102"  
    Option      "XkbLayout"     "dk"
    Option      "XkbVariant"    "nodeadkeys"
    Option      "XkbOptions"    "ctrl:nocaps"


-- 
Soren