WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

Re: [Xen-devel] Handling Key Sequence

To: <nicko.koinkoin@xxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: Re: [Xen-devel] Handling Key Sequence
From: Keir Fraser <Keir.Fraser@xxxxxxxxxxxx>
Date: Mon, 18 Sep 2006 15:48:49 +0100
Delivery-date: Mon, 18 Sep 2006 07:47:36 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
In-reply-to: <1158590014.450eae3eae11c@xxxxxxxxxxxxxxxx>
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbbMYzfy6/63kckEduuJgAX8io7RQ==
Thread-topic: [Xen-devel] Handling Key Sequence
User-agent: Microsoft-Entourage/11.2.5.060620
tools/console/client/main.c

Look for ESCAPE_CHARACTER.

 -- Keir


On 18/9/06 15:33, "nicko.koinkoin@xxxxxxx" <nicko.koinkoin@xxxxxxx> wrote:

> 
> 
> Hi everybody !
> 
> I am using xen-2.0.7, and wondered where, in the source code, is located
> the lines that fetch the key sequence "Ctrl ]" that escape from the connected
> Xen virtual console.
> Indeed I want to add another key sequence. I spent a long time to search where
> it is located in the code, without success. So if someone know where it is, I
> will appreciate a lot :).
> 
> I searched in most of files of Xend, because I think that keyboard interrupts
> are always forwarded by xen to dom0, even if the active console is owned by a
> domU. Then I think that the "real" keyboard driver forwarded the scan code or
> ASCII code to Xend, which sends them to the active console. And maybe before
> sending the ASCII codes it checks if the key sequence is "Ctrl ]" and switch
> console. Am I right ?
> 
> So where are these lines that check the key sequence and switch console ?
> 
> Thanks.
> 
> --
> Nicolas CLERMONT
> 
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@xxxxxxxxxxxxxxxxxxx
> http://lists.xensource.com/xen-devel



_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>