Date: Mon, 5 May 2025 05:06:03 GMT From: Warner Losh <imp@FreeBSD.org> To: src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org Subject: git: 6af3517a086e - main - added alias to tilde on french layouts for consistency Message-ID: <202505050506.545563gV013621@gitrepo.freebsd.org>
next in thread | raw e-mail | index | archive | help
The branch main has been updated by imp: URL: https://cgit.FreeBSD.org/src/commit/?id=6af3517a086ed09bf378e7b5f5e485fbb8a9e299 commit 6af3517a086ed09bf378e7b5f5e485fbb8a9e299 Author: Céleste Ornato <celeste@ornato.com> AuthorDate: 2025-05-02 19:59:51 +0000 Commit: Warner Losh <imp@FreeBSD.org> CommitDate: 2025-05-05 04:57:40 +0000 added alias to tilde on french layouts for consistency 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 <celeste@ornato.com> 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 d4efc0d12860..98f866270c3d 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 2c63bd8e773f..446053886007 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202505050506.545563gV013621>