Turkish F Keyboard Layout for vt(Newcons)

Stefan Esser se at freebsd.org
Tue Aug 1 09:57:14 UTC 2017


Am 01.08.17 um 01:42 schrieb Ufuk Guler:
> Hi Stefan,
> 
> I have done several updates on the keymap file. Especially for ctrl /
> alt / shift combinations. So added latest one into this mail. Also
> tested each key one by one. On my system(FreeBSD 11) it works well.
> Please have a look it. If you recognize any issue I try to solve it
> immediately.
> 
> I create below INDEX as per your suggestion and hope to meet
> expectations. Thanks for your support.
> 
> ## Updated INDEX Lines ##
> tr.kbd:en:Turkish (Q)
> tr.f.kbd:en:Turkish (F)
> tr.kbd:de:Türkisch
> tr.kbd:fr:Turc
> tr.kbd:uk:Турецька
> 
> ## New Turkish INDEX Lines ##
> tr.kbd:tr:Türkçe (Q)
> tr.f.kbd:tr:Türkçe (F)
>  
> Ufuk GÜLER

Hi Ufuk,

thank you for the corrections and the updated and tested keyboard
layout. I have committed it to -CURRENT as r321858 and will MFC to
STABLE-10 and 11 within the next 10 days.


The committed version has some small changes:

- 1 <TAB> converted to 2 space characters

- character codes in the range 0.255 consistently written as 0xXY
  (i.e. removal of leading zeroes: 0x00XY -> 0xXY) for consistency
  within this file and with other layout files

- There were 2 occurrences of 0x201C, where the second one obviously
  should have been 0x201D. This is the only functional change that I
  made.

I have left the hex numbers in upper case (the other layout files
consistently use lower case a..f only, but I had not thought about
this before the commit and I do not think that another commit just
for this detail is justified).


Please let me know by direct mail, if you want further changes to
the layout file to be committed to FreeBSD.

Best regards, STefan


More information about the freebsd-i18n mailing list