From nobody@FreeBSD.ORG Tue Nov  2 15:28:30 1999
Return-Path: <nobody@FreeBSD.ORG>
Received: by hub.freebsd.org (Postfix, from userid 32767)
	id 30E5B15301; Tue,  2 Nov 1999 15:28:30 -0800 (PST)
Message-Id: <19991102232830.30E5B15301@hub.freebsd.org>
Date: Tue,  2 Nov 1999 15:28:30 -0800 (PST)
From: mb@imp.ch
Sender: nobody@FreeBSD.ORG
To: freebsd-gnats-submit@freebsd.org
Subject: [FIX] wrong swissgerman/swissfrench ISO-keymaps
X-Send-Pr-Version: www-1.0

>Number:         14667
>Category:       conf
>Synopsis:       [FIX] wrong swissgerman/swissfrench ISO-keymaps
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov  2 15:30:01 PST 1999
>Closed-Date:    Sun Nov 28 17:25:57 PST 1999
>Last-Modified:  Sun Nov 28 17:26:32 PST 1999
>Originator:     Blapp Martin
>Release:        All FreeBSD
>Organization:
Improware AG
>Environment:
STABLE / CURRENT
>Description:
The swissgerman/swissfrench iso-keymaps are completly wrong. They are
cp850, not ISO_8859-1. And some key's in the old map are wrong too.
>How-To-Repeat:
keymap="swissgerman.iso" # keymap in /usr/share/syscons/keymaps/
font8x16="iso-8x16.fnt" # font 8x16 from /usr/share/syscons/fonts/
font8x14="iso-8x14.fnt" # font 8x14 from /usr/share/syscons/fonts/
font8x8="iso-8x8.fnt"   # font 8x8 from /usr/share/syscons/fonts

Use vim in cons25 and try to enter 'umlauts'.
>Fix:
http://www.attic.ch/keymaps.html (If you know german)

else just:

http://www.attic.ch/keymaps/swissgerman-1.iso.kbd
http://www.attic.ch/keymaps/swissgerman-2.iso.kbd
http://www.attic.ch/keymaps/swissgerman.cp850.kbd
http://www.attic.ch/keymaps/swissfrench.iso.kbd
http://www.attic.ch/keymaps/swissfrench.cp850.kbd

I'm still testing these keymaps and I'd like that people
test them. Please report any errors to me. Please contact
me (mb@imp.ch) before committing them.

(Yokota/SOS): Does a reference ISO-keymap exist and is
there a list of the important special key's with their
meaning ?

>Release-Note:
>Audit-Trail:

From: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
To: mb@imp.ch
Cc: freebsd-gnats-submit@freebsd.org,
	yokota@zodiac.mech.utsunomiya-u.ac.jp
Subject: Re: conf/14667: [FIX] wrong swissgerman/swissfrench ISO-keymaps 
Date: Thu, 04 Nov 1999 22:30:16 +0900

 >>Number:         14667
 >>Category:       conf
 >>Synopsis:       [FIX] wrong swissgerman/swissfrench ISO-keymaps
 >>Confidential:   no
 >>Severity:       non-critical
 >>Priority:       low
 [...]
 >>Originator:     Blapp Martin
 >>Release:        All FreeBSD
 >>Organization:
 >Improware AG
 >>Environment:
 >STABLE / CURRENT
 >>Description:
 >The swissgerman/swissfrench iso-keymaps are completly wrong. They are
 >cp850, not ISO_8859-1. And some key's in the old map are wrong too.
  ~~~~~~~~~~~~~~~~~~~~~!!!
 Phew, this is a major mistake.  Why no one else has noticed this
 before?
 
 >>Fix:
 >http://www.attic.ch/keymaps.html (If you know german)
 >
 >else just:
 >
 >http://www.attic.ch/keymaps/swissgerman-1.iso.kbd
 >http://www.attic.ch/keymaps/swissgerman-2.iso.kbd
 >http://www.attic.ch/keymaps/swissgerman.cp850.kbd
 >http://www.attic.ch/keymaps/swissfrench.iso.kbd
 >http://www.attic.ch/keymaps/swissfrench.cp850.kbd
 >
 >I'm still testing these keymaps and I'd like that people
 >test them. Please report any errors to me. Please contact
 >me (mb@imp.ch) before committing them.
 
 Thanks for the fixes.
 
 A couple of questions:
 
 What is the difference between swissgerman-1.iso.kbd and
 swissgerman-2.iso.kbd?  I cannot read explanation in
 http://www.attic.ch/keymaps.html ;-(
 
 Do swiss keyboards have `dead' keys (or `accent' keys) with which you
 generate accented characters?  Many European language keymaps have
 a keymap with `dead' key definitions and another keymap without
 `dead' key definitions (for example, fr.iso.acc.kbd and fr.iso.kbd).
 
 >(Yokota/SOS): Does a reference ISO-keymap exist and is
 
 I am afraid not.
 
 >there a list of the important special key's with their
 >meaning ?
 
 Um, how about this?
 
 101 keyboard                    84 keyboard                     function
 ------------------------------------------------------------------------
 Ctrl-Alt-Delete                 Ctrl-Alt-Delete                 reboot
 Ctrl-Alt-Esc                    Ctrl-Alt-Esc                    debug
 Ctrl-Alt-Space                  Ctrl-Alt-Space                  susp
 ScrollLock                      ScrollLock                      slock
 PrintScreen                     Shift-(Numpad *)/PrintScreen    nscr
 Ctrl-PrintScreen                Shift-Ctrl-(Numpad *)/PrintScreen debug
 Alt-PrintScreen/SysRq           SysRq                           nop
 Pause                           Ctrl-NumLock                    slock
 Shift-Pause                     Shift-Ctrl-NumLock              saver
 Alt-Pause                       Alt-Ctrl-NumLock                susp
 Ctrl-Pause/Break                Ctrl-ScrollLock/Break           nop
 Left W*ndow key                 NA                              fkey62
 Right W*ndow key                NA                              fkey63
 Menu                            NA                              fkey64
 
 Kazu
 
 

From: Martin Blapp <mb@imp.ch>
To: freebsd-gnats-submit@freebsd.org,
	yokota@zodiac.mech.utsunomiya-u.ac.jp
Cc:  
Subject: Re: conf/14667: [FIX] wrong swissgerman/swissfrench ISO-keymaps
Date: Fri, 05 Nov 1999 00:17:32 +0100

 Hi Kazu-San,
 
 There is a new version available with/without dead key's.
 The keymaps are in http://www.attic.ch/keymaps/
 
 Martin
 
 
State-Changed-From-To: open->closed 
State-Changed-By: yokota 
State-Changed-When: Sun Nov 28 17:25:57 PST 1999 
State-Changed-Why:  
Committed to both -CURRENT and -STABLE.  Thank you. 
>Unformatted:
