9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] kbmap: add one missing key to Turkish keymap
@ 2021-03-23 18:51 kemal
  0 siblings, 0 replies; only message in thread
From: kemal @ 2021-03-23 18:51 UTC (permalink / raw)
  To: 9front

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	'|



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-03-23 22:02 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-03-23 18:51 [9front] kbmap: add one missing key to Turkish keymap kemal

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).