9front - general discussion about 9front
 help / color / mirror / Atom feed
From: kemal <kemali13@protonmail.com>
To: "9front@9front.org" <9front@9front.org>
Subject: [9front] kbmap: add one missing key to Turkish keymap
Date: Tue, 23 Mar 2021 18:51:50 +0000	[thread overview]
Message-ID: <vEN3IQD_2HpyYRJs3iFUZL5o98p8yRxP1aGicWaRXgtrx_76PKSfi4SCdRYdg-UbtHhdgwEw9GZDWRFefWc0GQg8Ydc3k96w5GKWk9tVWkQ=@protonmail.com> (raw)

very tiny fix. while we're here, change the hex
values to normal unicode chars.

diff -r cc26fdf57bb2 sys/lib/kbmap/tr
--- a/sys/lib/kbmap/tr	Sat Mar 13 14:57:53 2021 +0100
+++ b/sys/lib/kbmap/tr	Tue Mar 23 21:34:38 2021 +0300
@@ -1,15 +1,16 @@
 0	41	'"
 0	12	'*
 0	13	'-
-0 	23	0x0131
-0	26	0x011f
-0	27	0x00fc
-0	39	0x015f
+0 	23	'ı
+0	26	'ğ
+0	27	'ü
+0	39	'ş
 0	40 	'i
 0	43	',
-0	51	0x00f6
-0	52	0x00e7
+0	51	'ö
+0	52	'ç
 0	53	'.
+0	86	'<
 1	41	'é
 1	3	''
 1	4	'^
@@ -22,20 +23,21 @@
 1	12	'?
 1	13	'_
 1	23	'I
-1	26	0x011e
-1	27	0x00dc
-1	39	0x015e
-1	40	0x0130
+1	26	'Ğ
+1	27	'Ü
+1	39	'Ş
+1	40	'İ
 1	43	';
-1	51	0x00d6
-1	52	0x00c7
+1	51	'Ö
+1	52	'Ç
 1	53	':
+1	86	'>
 3	41	'<
 3	2	'>
 3	3	'£
 3	4	'#
 3	5	'$
-3	6	0x00bd
+3	6	'%
 3	8	'{
 3	9	'[
 3	10	']
@@ -43,8 +45,9 @@
 3	12	'\
 3	13	'|
 3	16	'@
-3	18	0x20ac
-3	20	0x20ba
-3	26	0x00a8
+3	18	'€
+3	20	'₺
+3	26	'¨
 3	27	'~
 3	43	'`
+3	86	'|



                 reply	other threads:[~2021-03-23 22:02 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='vEN3IQD_2HpyYRJs3iFUZL5o98p8yRxP1aGicWaRXgtrx_76PKSfi4SCdRYdg-UbtHhdgwEw9GZDWRFefWc0GQg8Ydc3k96w5GKWk9tVWkQ=@protonmail.com' \
    --to=kemali13@protonmail.com \
    --cc=9front@9front.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).