From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54511) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXVCZ-0005dw-8g for qemu-devel@nongnu.org; Mon, 16 Mar 2015 09:37:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXVCY-0007iV-Ho for qemu-devel@nongnu.org; Mon, 16 Mar 2015 09:37:03 -0400 Received: from mx1.redhat.com ([209.132.183.28]:39179) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXVCY-0007iQ-B8 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 09:37:02 -0400 Message-ID: <5506DC76.4020601@redhat.com> Date: Mon, 16 Mar 2015 14:36:54 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <9D0D12D4-476B-4EF4-80EB-0A61F0BED115@gmail.com> <55031EF5.3070608@redhat.com> <5506CA4C.2080905@redhat.com> <0BDB8491-FA27-406D-9E92-F4FA3E22E461@gmail.com> In-Reply-To: <0BDB8491-FA27-406D-9E92-F4FA3E22E461@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 14:35, Programmingkid wrote: > On Mar 16, 2015, at 8:19 AM, Paolo Bonzini wrote: >> On 13/03/2015 21:43, Programmingkid wrote: >>>> How do you do that in a terminal? >>> >>> I'm not sure what exactly you're asking. I will say past Apple laptop >>> did have the ability to page up or down by using the function key + >>> the up or down arrow keys. It looks like Apple removed that ability. >>> I tried using function key + up, control key + up, option key + up, >>> and command key + up. These do not cause the Monitor to scroll >>> without the patch. >> >> How do you scroll up and down in OS X's Terminal.app? > > With the scrollbar. And then people complain about GNOME... Paolo