I have noticed the "keyboard setting" promptly appearing in the very first boot (ISO minimal install) shows "Turkish F" keyboard setting numeric value. While it sounds rational, it isn't. Because of historical/technical and social issues, Turkish F albeit being optimized for Turkish is used by less than 1% (at most) of population. "Turkish Q" which is a modified European layout is used. It is basically called "TRQ" under Linux. As the terminal input with symbols really matter in first install experience, even remembering the keys (while it is impossible for 99%) won't help as you won't really remember the symbols. Recommended Solution: It better display "TRQ" as a choice, not TRF (searching for source to provide a patch)
The bug has been referenced in the following commit(s): https://gitweb.gentoo.org/proj/genkernel.git/commit/?id=361810b23acd9452218368acecc7cc5262f00c74 commit 361810b23acd9452218368acecc7cc5262f00c74 Author: Ben Kohler <bkohler@gentoo.org> AuthorDate: 2024-02-27 20:44:59 +0000 Commit: Ben Kohler <bkohler@gentoo.org> CommitDate: 2024-02-27 20:44:59 +0000 keymaps: replace trf with trq Bug: https://bugs.gentoo.org/922076 Signed-off-by: Ben Kohler <bkohler@gentoo.org> defaults/keymaps/40.map | 2 +- defaults/keymaps/trf.map | Bin 2823 -> 0 bytes defaults/keymaps/trq.map | Bin 0 -> 2823 bytes 3 files changed, 1 insertion(+), 1 deletion(-)