From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47108) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXWNQ-000551-Sf for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:52:21 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXWNQ-0001Hp-7j for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:52:20 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39173) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXWNP-0001Hi-V3 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:52:20 -0400 Message-ID: <5506EE1C.9030209@redhat.com> Date: Mon, 16 Mar 2015 15:52:12 +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> <5506ECF5.1000806@redhat.com> <84FA3756-A648-49B5-A56C-34B1849D2949@gmail.com> In-Reply-To: <84FA3756-A648-49B5-A56C-34B1849D2949@gmail.com> 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 Cc: Peter Maydell , qemu-devel qemu-devel On 16/03/2015 15:49, Programmingkid wrote: > > On Mar 16, 2015, at 10:47 AM, Paolo Bonzini wrote: > >> >> >> 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). > > Sorry but the GTK interface doesn't work on Mac OS X. We are all hoping this will change in the future. What's the problem? Was the bug reported? Also, if you have dual booting, does Linux handle Shift+Fn+Up/Shift+Fn+Down? Fn is usually trapped and transformed in the keyboard firmware. Paolo