Linux console tools development discussion
 help / color / mirror / Atom feed
* [kbd] Caps Lock doesn't affect e.g. Cyrillic letters in UTF-8 keymaps
@ 2013-04-16 22:55 Maxim Ganetsky
  2013-04-17 12:55 ` Alexey Gladkov
  0 siblings, 1 reply; 6+ messages in thread
From: Maxim Ganetsky @ 2013-04-16 22:55 UTC (permalink / raw)
  To: kbd

Hello.

When using e.g. ruwin_ct_sh-UTF-8 keymap (in pure console, no X involved 
;) ) Caps Lock doesn't work for Cyrilic letters. Shift key does work for 
them, though.

Looks like Cyrillic letters are not interpreted as such because they are 
defined in the following way:

altgr		keycode  16 = 	U+0439
altgr	shift	keycode  16 = 	U+0419

But probably (judging by keymaps man page) they should be defined like this:

altgr		keycode  16 = 	+U+0439
altgr	shift	keycode  16 = 	+U+0419

This looks like a regression during Unicode conversion and affects all 
Unicode keymaps.

Would be nice to have this sorted out.

-- 
Best regards,
  Maxim Ganetsky                  mailto:ganmax@narod.ru


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

* Re: [kbd] Caps Lock doesn't affect e.g. Cyrillic letters in UTF-8 keymaps
  2013-04-16 22:55 [kbd] Caps Lock doesn't affect e.g. Cyrillic letters in UTF-8 keymaps Maxim Ganetsky
@ 2013-04-17 12:55 ` Alexey Gladkov
  2013-11-25 19:34   ` Maxim Ganetsky
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Gladkov @ 2013-04-17 12:55 UTC (permalink / raw)
  To: kbd

17.04.2013 02:55, Maxim Ganetsky wrote:
> Hello.
> 
> When using e.g. ruwin_ct_sh-UTF-8 keymap (in pure console, no X involved 
> ;) ) Caps Lock doesn't work for Cyrilic letters. Shift key does work for 
> them, though.
> 
> Looks like Cyrillic letters are not interpreted as such because they are 
> defined in the following way:
> 
> altgr		keycode  16 = 	U+0439
> altgr	shift	keycode  16 = 	U+0419
> 
> But probably (judging by keymaps man page) they should be defined like this:
> 
> altgr		keycode  16 = 	+U+0439
> altgr	shift	keycode  16 = 	+U+0419
> 
> This looks like a regression during Unicode conversion and affects all 
> Unicode keymaps.
> 
> Would be nice to have this sorted out.

I think you're right.

-- 
Rgrds, legion



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

* Re: [kbd] Caps Lock doesn't affect e.g. Cyrillic letters in UTF-8 keymaps
  2013-04-17 12:55 ` Alexey Gladkov
@ 2013-11-25 19:34   ` Maxim Ganetsky
  2013-11-25 20:39     ` Alexey Gladkov
  0 siblings, 1 reply; 6+ messages in thread
From: Maxim Ganetsky @ 2013-11-25 19:34 UTC (permalink / raw)
  To: kbd

17.04.2013 16:55, Alexey Gladkov пишет:
> 17.04.2013 02:55, Maxim Ganetsky wrote:
>> Hello.
>>
>> When using e.g. ruwin_ct_sh-UTF-8 keymap (in pure console, no X involved
>> ;) ) Caps Lock doesn't work for Cyrilic letters. Shift key does work for
>> them, though.
>>
>> Looks like Cyrillic letters are not interpreted as such because they are
>> defined in the following way:
>>
>> altgr		keycode  16 = 	U+0439
>> altgr	shift	keycode  16 = 	U+0419
>>
>> But probably (judging by keymaps man page) they should be defined like this:
>>
>> altgr		keycode  16 = 	+U+0439
>> altgr	shift	keycode  16 = 	+U+0419
>>
>> This looks like a regression during Unicode conversion and affects all
>> Unicode keymaps.
>>
>> Would be nice to have this sorted out.
>
> I think you're right.

Any news about this issue?

:)

-- 
Best regards,
  Maxim Ganetsky                  mailto:ganmax@narod.ru


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

* Re: [kbd] Caps Lock doesn't affect e.g. Cyrillic letters in UTF-8 keymaps
  2013-11-25 19:34   ` Maxim Ganetsky
@ 2013-11-25 20:39     ` Alexey Gladkov
  2014-04-07 20:22       ` Maxim Ganetsky
  0 siblings, 1 reply; 6+ messages in thread
From: Alexey Gladkov @ 2013-11-25 20:39 UTC (permalink / raw)
  To: kbd

25.11.2013 23:34, Maxim Ganetsky wrote:
>>> Would be nice to have this sorted out.
>>
>> I think you're right.
> 
> Any news about this issue?
> 
> :)

Damn it! Thanks for a reminder!
I will fix it soon.

-- 
Rgrds, legion



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

* Re: [kbd] Caps Lock doesn't affect e.g. Cyrillic letters in UTF-8 keymaps
  2013-11-25 20:39     ` Alexey Gladkov
@ 2014-04-07 20:22       ` Maxim Ganetsky
  2014-04-08 18:04         ` Alexey Gladkov
  0 siblings, 1 reply; 6+ messages in thread
From: Maxim Ganetsky @ 2014-04-07 20:22 UTC (permalink / raw)
  To: Linux console tools development discussion

26.11.2013 0:39, Alexey Gladkov пишет:
> 25.11.2013 23:34, Maxim Ganetsky wrote:
>>>> Would be nice to have this sorted out.
>>>
>>> I think you're right.
>>
>> Any news about this issue?
>>
>> :)
>
> Damn it! Thanks for a reminder!
> I will fix it soon.

Ping. :)

-- 
Best regards,
  Maxim Ganetsky                  mailto:ganmax@narod.ru


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

* Re: [kbd] Caps Lock doesn't affect e.g. Cyrillic letters in UTF-8 keymaps
  2014-04-07 20:22       ` Maxim Ganetsky
@ 2014-04-08 18:04         ` Alexey Gladkov
  0 siblings, 0 replies; 6+ messages in thread
From: Alexey Gladkov @ 2014-04-08 18:04 UTC (permalink / raw)
  To: kbd

08.04.2014 00:22, Maxim Ganetsky wrote:
> 26.11.2013 0:39, Alexey Gladkov пишет:
>> 25.11.2013 23:34, Maxim Ganetsky wrote:
>>>>> Would be nice to have this sorted out.
>>>>
>>>> I think you're right.
>>>
>>> Any news about this issue?
>>>
>>> :)
>>
>> Damn it! Thanks for a reminder!
>> I will fix it soon.
> 
> Ping. :)

It was harder than I thought.

-- 
Rgrds, legion



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

end of thread, other threads:[~2014-04-08 18:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2013-04-16 22:55 [kbd] Caps Lock doesn't affect e.g. Cyrillic letters in UTF-8 keymaps Maxim Ganetsky
2013-04-17 12:55 ` Alexey Gladkov
2013-11-25 19:34   ` Maxim Ganetsky
2013-11-25 20:39     ` Alexey Gladkov
2014-04-07 20:22       ` Maxim Ganetsky
2014-04-08 18:04         ` Alexey Gladkov

Linux console tools development discussion

This inbox may be cloned and mirrored by anyone:

	git clone --mirror http://lore.altlinux.org/kbd/0 kbd/git/0.git

	# If you have public-inbox 1.1+ installed, you may
	# initialize and index your mirror using the following commands:
	public-inbox-init -V2 kbd kbd/ http://lore.altlinux.org/kbd \
		kbd@lists.altlinux.org kbd@lists.altlinux.ru kbd@lists.altlinux.com
	public-inbox-index kbd

Example config snippet for mirrors.
Newsgroup available over NNTP:
	nntp://lore.altlinux.org/org.altlinux.lists.kbd


AGPL code for this site: git clone https://public-inbox.org/public-inbox.git