9front - general discussion about 9front
 help / color / mirror / Atom feed
* [9front] [patch] turkish qwerty layout
@ 2020-12-18  6:14 Kemal
  2020-12-18 12:45 ` kvik
  0 siblings, 1 reply; 2+ messages in thread
From: Kemal @ 2020-12-18  6:14 UTC (permalink / raw)
  To: 9front

hello,

i was uncomfortable with us qwerty a lot so i managed to add the
turkish qwerty layout. may i send it as a patch?

regards.

diff -r d9e940a768d1 sys/lib/kbmap/tr
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sys/lib/kbmap/tr  Thu Dec 17 11:14:25 2020 +0300
@@ -0,0 +1,50 @@
+0      41      '"
+0      12      '*
+0      13      '-
+0      23      0x0131
+0      26      0x011f
+0      27      0x00fc
+0      39      0x015f
+0      40      'i
+0      43      ',
+0      51      0x00f6
+0      52      0x00e7
+0      53      '.
+1      41      'é
+1      3       ''
+1      4       '^
+1      5       '+
+1      7       '&
+1      8       '/
+1      9       '(
+1      10      ')
+1      11      '=
+1      12      '?
+1      13      '_
+1      23      'I
+1      26      0x011e
+1      27      0x00dc
+1      39      0x015e
+1      40      0x0130
+1      43      ';
+1      51      0x00d6
+1      52      0x00c7
+1      53      ':
+3      41      '<
+3      2       '>
+3      3       '£
+3      4       '#
+3      5       '$
+3      6       0x00bd
+3      8       '{
+3      9       '[
+3      10      ']
+3      11      '}
+3      12      '\
+3      13      '|
+3      16      '@
+3      18      0x20ac
+3      20      0x20ba
+3      26      0x00a8
+3      27      '~
+3      43      '`

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [9front] [patch] turkish qwerty layout
  2020-12-18  6:14 [9front] [patch] turkish qwerty layout Kemal
@ 2020-12-18 12:45 ` kvik
  0 siblings, 0 replies; 2+ messages in thread
From: kvik @ 2020-12-18 12:45 UTC (permalink / raw)
  To: 9front

Hi, thanks for the patch.

> apparently gmail encoded some characters weirdly. the first corrupt
> one is small e with acute, second one is an equals sign, third one is
> the pound sign.

The patch looks fine on this end, see:

	; grep -e^`{unicode 'é' '=' '£'} /lib/unicode
	003d	equals sign
	00a3	pound sign
	00e9	latin small letter e with acute;00c9

Perhaps its just gmail showing it bad -- tho I have trouble believing
that an equals sign would be a problem.  Then again...

Please re-send as an attachement and I'll commit.

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-12-18 12:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-18  6:14 [9front] [patch] turkish qwerty layout Kemal
2020-12-18 12:45 ` kvik

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