The key below <escape> is now ~ (KS_asciitilde) when shifted in the
french layout. This is consistent with the XFree layout, and is very convenient.
This commit is contained in:
parent
bddc90bbc3
commit
e08387765d
@ -1,4 +1,4 @@
|
||||
/* $NetBSD: wskbdmap_mfii.c,v 1.18 2000/10/13 12:53:23 mjl Exp $ */
|
||||
/* $NetBSD: wskbdmap_mfii.c,v 1.19 2000/12/20 14:53:18 aymeric Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1997 The NetBSD Foundation, Inc.
|
||||
@ -275,7 +275,7 @@ static const keysym_t pckbd_keydesc_fr[] = {
|
||||
KC(30), KS_q,
|
||||
KC(39), KS_m,
|
||||
KC(40), KS_ugrave, KS_percent,
|
||||
KC(41), KS_twosuperior,
|
||||
KC(41), KS_twosuperior, KS_asciitilde,
|
||||
KC(43), KS_asterisk, KS_mu,
|
||||
KC(44), KS_w,
|
||||
KC(50), KS_comma, KS_question,
|
||||
|
Loading…
Reference in New Issue
Block a user