From 6af3517a086ed09bf378e7b5f5e485fbb8a9e299 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=A9leste=20Ornato?= Date: Fri, 2 May 2025 21:59:51 +0200 Subject: [PATCH] added alias to tilde on french layouts for consistency MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Linux TTY layer, and X11, have this key shifted produce tilde (~). This change takes us from doing nothing to producing this in our TTY layer (vt only, but sc is only special use today). imp notes: Verified the above as best I could, and extracted the longer commit message from the pull request messages. Signed-off-by: Céleste Ornato Reviewed by: imp Pull Request: https://github.com/freebsd/freebsd-src/pull/1688 --- share/vt/keymaps/fr.acc.kbd | 2 +- share/vt/keymaps/fr.kbd | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/share/vt/keymaps/fr.acc.kbd b/share/vt/keymaps/fr.acc.kbd index d4efc0d1286..98f866270c3 100644 --- a/share/vt/keymaps/fr.acc.kbd +++ b/share/vt/keymaps/fr.acc.kbd @@ -43,7 +43,7 @@ 038 'l' 'L' ff ff 'l' 'L' ff ff C 039 'm' 'M' cr cr 'm' 'M' cr cr C 040 0xf9 '%' nul nul ''' '@' nul nul O - 041 0xb2 nop nop nop '|' '|' nop nop O + 041 0xb2 '~' nop nop '|' '|' nop nop O 042 lshift lshift lshift lshift lshift lshift lshift lshift O 043 '*' 0xb5 nop nop '#' '~' nop nop O 044 'w' 'W' etb etb 'w' 'W' sub sub C diff --git a/share/vt/keymaps/fr.kbd b/share/vt/keymaps/fr.kbd index 2c63bd8e773..44605388600 100644 --- a/share/vt/keymaps/fr.kbd +++ b/share/vt/keymaps/fr.kbd @@ -43,7 +43,7 @@ 038 'l' 'L' ff ff 'l' 'L' ff ff C 039 'm' 'M' cr cr 'm' 'M' cr cr C 040 0xf9 '%' nul nul ''' '@' nul nul O - 041 0xb2 nop nop nop '|' '|' nop nop O + 041 0xb2 '~' nop nop '|' '|' nop nop O 042 lshift lshift lshift lshift lshift lshift lshift lshift O 043 '*' 0xb5 nop nop '#' '~' nop nop O 044 'w' 'W' etb etb 'w' 'W' sub sub C