public inbox for cygwin-xfree@sourceware.org
help / color / mirror / Atom feed
* Keyboard layout is not automatically detected.
@ 2010-09-14  8:15 Ozgur Murat Homurlu
  2010-09-14 18:38 ` Jon TURNEY
  0 siblings, 1 reply; 3+ messages in thread
From: Ozgur Murat Homurlu @ 2010-09-14  8:15 UTC (permalink / raw)
  To: cygwin-xfree

Hi,

My keyboard layout is not automatically detected. Relevant info
according to your FAQ is below:


  /var/log/XWin.0.log :

[  4704.046] (--) Windows keyboard layout: "0000041F" (0000041f)
"Turkish Q", type 4
[  4704.046] (EE) Keyboardlayout "Turkish Q" (0000041F) is unknown,
using X server default layout




  "setxkbmap tr" command fixes layout problem.




  Link of description of the layout:

http://www.microsoft.com/resources/msdn/goglobal/keyboards/kbdtuq.htm



Thanks,

Özgür

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


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

* Re: Keyboard layout is not automatically detected.
  2010-09-14  8:15 Keyboard layout is not automatically detected Ozgur Murat Homurlu
@ 2010-09-14 18:38 ` Jon TURNEY
  2010-09-14 18:39   ` [PATCH] Cygwin/X: Add turkish keyboard layouts to keyboard layout mapping table Jon TURNEY
  0 siblings, 1 reply; 3+ messages in thread
From: Jon TURNEY @ 2010-09-14 18:38 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: ozgurmurath

On 14/09/2010 09:15, Ozgur Murat Homurlu wrote:
> My keyboard layout is not automatically detected. Relevant info
> according to your FAQ is below:
>
>    /var/log/XWin.0.log :
>
> [  4704.046] (--) Windows keyboard layout: "0000041F" (0000041f)
> "Turkish Q", type 4
> [  4704.046] (EE) Keyboardlayout "Turkish Q" (0000041F) is unknown,
> using X server default layout
>
>    "setxkbmap tr" command fixes layout problem.

Thanks for reporting this, and the information necessary to fix it

Patch to follow to add automatic detection for "Turkish Q" and "Turkish F" 
keyboard layouts

Hopefully, this should get added to the next X server release

-- 
Jon TURNEY
Volunteer Cygwin/X X Server maintainer

--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


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

* [PATCH] Cygwin/X: Add turkish keyboard layouts to keyboard layout mapping table
  2010-09-14 18:38 ` Jon TURNEY
@ 2010-09-14 18:39   ` Jon TURNEY
  0 siblings, 0 replies; 3+ messages in thread
From: Jon TURNEY @ 2010-09-14 18:39 UTC (permalink / raw)
  To: cygwin-xfree; +Cc: Jon TURNEY

0x0000041f "Turkish Q" => layout tr
0x0001041f "Turkish F" => layout tr variant f

Signed-off-by: Jon TURNEY <jon.turney@dronecode.org.uk>
---
 hw/xwin/winlayouts.h |    2 ++
 1 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/hw/xwin/winlayouts.h b/hw/xwin/winlayouts.h
index f5397e3..d7a9f27 100644
--- a/hw/xwin/winlayouts.h
+++ b/hw/xwin/winlayouts.h
@@ -81,6 +81,8 @@ WinKBLayoutRec winKBLayouts[] =
     {  0x816, -1, "pc105", "pt",      NULL, NULL, "Portuguese (Portugal)"},
     {  0x41a, -1, "pc105", "hr",      NULL, NULL, "Croatian"},
     {  0x41d, -1, "pc105", "se",      NULL, NULL, "Swedish (Sweden)"},
+    {  0x41f, -1, "pc105", "tr",      NULL, NULL, "Turkish (Q)"},
+    {0x1041f, -1, "pc105", "tr",      "f",  NULL, "Turkish (F)"},
     {  0x424, -1, "pc105", "si",      NULL, NULL, "Slovenian"},
     {  0x425, -1, "pc105", "ee",      NULL, NULL, "Estonian"},
     {  0x452, -1, "pc105", "gb",      "intl", NULL, "United Kingdom (Extended)"},
-- 
1.7.1


--
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple
Problem reports:       http://cygwin.com/problems.html
Documentation:         http://x.cygwin.com/docs/
FAQ:                   http://x.cygwin.com/docs/faq/


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

end of thread, other threads:[~2010-09-14 18:39 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-09-14  8:15 Keyboard layout is not automatically detected Ozgur Murat Homurlu
2010-09-14 18:38 ` Jon TURNEY
2010-09-14 18:39   ` [PATCH] Cygwin/X: Add turkish keyboard layouts to keyboard layout mapping table Jon TURNEY

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 read-only IMAP folder(s) and NNTP newsgroup(s).