Bug 14667

Summary: [FIX] wrong swissgerman/swissfrench ISO-keymaps
Product: Base System Reporter: mb <mb>
Component: confAssignee: freebsd-bugs (Nobody) <bugs>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Unspecified   
Hardware: Any   
OS: Any   

Description mb 1999-11-02 23:30:01 UTC
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.

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 ?
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'.
Comment 1 yokota 1999-11-04 13:30:16 UTC
>>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
Comment 2 mb 1999-11-04 23:17:32 UTC
Hi Kazu-San,

There is a new version available with/without dead key's.
The keymaps are in http://www.attic.ch/keymaps/

Martin
Comment 3 yokota freebsd_committer freebsd_triage 1999-11-29 01:25:57 UTC
State Changed
From-To: open->closed

Committed to both -CURRENT and -STABLE.  Thank you.