Re: keyboard layout

From: Ron Eggler (NOspam_at_hotmail.com)
Date: 02/18/05

  • Next message: Igor Sobrado: "Re: keyboard layout"
    Date: Fri, 18 Feb 2005 14:11:02 +0100
    
    

    Karsten Kruse wrote:
    > Ron Eggler wrote:
    >
    >>> Currently supported layouts are us, uk, de, dk, it, fr, jp, sv, no,
    >>> es.
    >
    > Wrong, here is the full list:
    >
    > { KB_USER, "user" }, /* User-defined*/ \
    > { KB_US, "us" }, /* US-English */ \
    > { KB_DE, "de" }, /* German */ \
    > { KB_DK, "dk" }, /* Danish */ \
    > { KB_IT, "it" }, /* Italian */ \
    > { KB_FR, "fr" }, /* French */ \
    > { KB_UK, "uk" }, /* UK-English */ \
    > { KB_JP, "jp" }, /* Japanese */ \
    > { KB_SV, "sv" }, /* Swedish */ \
    > { KB_SV, "fi" }, /* Finish */ \
    > { KB_NO, "no" }, /* Norwegian */ \
    > { KB_ES, "es" }, /* Spanish */ \
    > { KB_HU, "hu" }, /* Hungarian */ \
    > { KB_PL, "pl" }, /* Polish */ \
    > { KB_RU, "ru" }, /* Russian */ \
    > { KB_SG, "sg" }, /* Swiss German */ \
    > { KB_SF, "sf" }, /* Swiss French */ \
    > { KB_PT, "pt" }, /* Portugese */ \
    > { KB_UA, "ua" }, /* Ukrainian */ \
    > { KB_BE, "be" } /* Belgian */
    >
    > And the variants:
    >
    > { KB_NODEAD, "nodead" }, \
    > { KB_DECLK, "declk" }, \
    > { KB_LK401, "lk401" }, \
    > { KB_SWAPCTRLCAPS, "swapctrlcaps" }, \
    > { KB_DVORAK, "dvorak" }, \
    > { KB_METAESC, "metaesc" }, \
    > { KB_IOPENER, "iopener" }, \
    > { KB_MACHDEP, "machdep" }
    >
    > http://cvsweb.netbsd.org/bsdweb.cgi/~checkout~/src/sys/dev/wscons/wsksymdef.h?rev=1.50&content-type=text/plain

    >
    >> ***, no swiss one :( hm, anyway, i tried to add the standard
    >> keyboard layout like:
    >> echo "encoding=de" >> /etc/wscons.conf
    >> but when i rebooted, it was the us-layout again, why?
    >
    > To write it to your config:
    >
    > echo "encoding de" >> /etc/wscons.conf
    >
    > To change it now:
    >
    > wsconsctl -w encoding=de
    >
    > Of course you want to change de to either sg (swiss german) or sf
    > (swiss french).

    wsconsctl -k -w encoding=gr
    wsconsctl : gr: not a valid encoding
    ..hm..?

    -- 
    roN
    www.rideon.ch 
    

  • Next message: Igor Sobrado: "Re: keyboard layout"