From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.2.5 (2008-06-10) on sa.int.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.5 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS autolearn=ham version=3.2.5 X-Virus-Scanned: amavisd-new at conectiva.com.br From: Herton Ronaldo Krzesinski Organization: Mandriva To: kbd@lists.altlinux.org Date: Thu, 13 Nov 2008 19:14:08 -0200 User-Agent: KMail/1.9.10 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200811131914.08968.herton@mandriva.com.br> Subject: [kbd] be-latin1 keycode 7 assignment fix X-BeenThere: kbd@lists.altlinux.org X-Mailman-Version: 2.1.10b3 Precedence: list Reply-To: Linux console tools development discussion List-Id: Linux console tools development discussion List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 13 Nov 2008 21:14:01 -0000 Archived-At: List-Archive: Looking at the picture of a belgian keyboard layout, keycode 7 main bind is wrong, should be section instead of paragraph. Signed-off-by: Herton Ronaldo Krzesinski --- kbd-1.14.1/data/keymaps/i386/azerty/be-latin1.map.orig 2008-03-13 13:46:23.000000000 -0300 +++ kbd-1.14.1/data/keymaps/i386/azerty/be-latin1.map 2008-11-11 22:58:17.000000000 -0200 @@ -21,7 +21,7 @@ keycode 5 = apostrophe four keycode 6 = parenleft five control keycode 6 = Control_bracketright alt keycode 6 = Meta_five -keycode 7 = paragraph six asciicircum +keycode 7 = section six asciicircum control keycode 7 = Control_asciicircum alt keycode 7 = Meta_six keycode 8 = egrave seven -- []'s Herton