bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#11414: 23.2; Caps lock problem on English-Dvorak layout


From: Glenn Morris
Subject: bug#11414: 23.2; Caps lock problem on English-Dvorak layout
Date: Tue, 08 May 2012 19:08:56 -0400
User-agent: Gnus (www.gnus.org), GNU Emacs (www.gnu.org/software/emacs/)

Gian Fontanilla wrote:

> When switching to the English-Dvorak layout using C-\ or C-x RET C-\ ,
> and then turning on caps lock, the following letters do not capitalize:
> w, v, z, and s.

So to summarize, with a standard QWERTY English keyboard:

emacs -Q
C-x RET C-\ english-dvorak RET

Now pressing the key labelled "," produces "w" as it should, and
pressing "shift ," (ie, "<") correctly produces "W". This is because
latin-post.el has the correct mapping:

 ("W" ?<)

But when caps-lock is active, pressing "," still generates "," (not "<")
so Emacs still translates it to "w" (not "W").

I don't know if quail has any way to solve this...





reply via email to

[Prev in Thread] Current Thread [Next in Thread]