From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keir Fraser Subject: Re: [PATCH] Enable uppercase letters to be entered in QEMU monitor terminal Date: Wed, 29 Nov 2006 11:45:50 +0000 Message-ID: References: <20061128225047.GL24746@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <20061128225047.GL24746@redhat.com> List-Unsubscribe: , List-Post: List-Help: List-Subscribe: , Sender: xen-devel-bounces@lists.xensource.com Errors-To: xen-devel-bounces@lists.xensource.com To: "Daniel P. Berrange" , xen-devel@lists.xensource.com List-Id: xen-devel@lists.xenproject.org On 28/11/06 22:50, "Daniel P. Berrange" wrote: > In the spirit of the original patch in changeset 10742, the attached patch > is the simplest solution to make shift keys work - it tracks the shift key > and caps lock key state. If both are active, or both inactive, then no > transform is made; If either one, or the other (but not both) are active, > then the letters a-z are transformed to A-Z, and vica-verca. Doesn't this eat the shift/caps key events even when not in qemu monitor mode? What if the guest has shortcut key combos involving those keys, for example? -- Keir