From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:44796) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXWIh-0006MJ-Qd for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:47:31 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXWIc-0007Wh-Sg for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:47:27 -0400 Received: from mx1.redhat.com ([209.132.183.28]:54854) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXWIc-0007Wd-Nv for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:47:22 -0400 Message-ID: <5506ECF5.1000806@redhat.com> Date: Mon, 16 Mar 2015 15:47:17 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <9D0D12D4-476B-4EF4-80EB-0A61F0BED115@gmail.com> <55031EF5.3070608@redhat.com> <20150316134806.GN10189@redhat.com> <0621CF25-1F49-4BC8-AA1E-D019051C130D@gmail.com> In-Reply-To: Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH] ui/cocoa.m: Give laptop users ability to scroll in monitor List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Programmingkid , Peter Maydell Cc: qemu-devel qemu-devel On 16/03/2015 15:45, Programmingkid wrote: > > > Are you saying you are able to scroll up and down in QEMU's monitor > > > using your MacBook Air's keyboard? > > > > I haven't attempted to use the monitor. I'm just saying that > > on my OSX it does turn those keys into pageup/down. > > Please try scrolling in the Monitor. I don't think it will work due to missing functionality. Just to understand what's going on, can you try using the GTK+ interface on Mac OS X? You should be able to scroll the terminal, if you have libvte installed, with Shift+PgUp/Shift+PgDn (i.e. Shift+Fn+Up/Shift+Fn/Down). Paolo