From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:41089) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXW5C-0002WM-0V for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:33:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YXW55-0002FS-G2 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:33:29 -0400 Received: from mail-qg0-x22f.google.com ([2607:f8b0:400d:c04::22f]:33422) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YXW55-0002FL-C1 for qemu-devel@nongnu.org; Mon, 16 Mar 2015 10:33:23 -0400 Received: by qgfa8 with SMTP id a8so41394011qgf.0 for ; Mon, 16 Mar 2015 07:33:22 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset=us-ascii From: Programmingkid In-Reply-To: <20150316134806.GN10189@redhat.com> Date: Mon, 16 Mar 2015 10:33:19 -0400 Content-Transfer-Encoding: quoted-printable Message-Id: References: <9D0D12D4-476B-4EF4-80EB-0A61F0BED115@gmail.com> <55031EF5.3070608@redhat.com> <20150316134806.GN10189@redhat.com> 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: "Daniel P. Berrange" Cc: Paolo Bonzini , qemu-devel qemu-devel , Peter Maydell On Mar 16, 2015, at 9:48 AM, Daniel P. Berrange wrote: > On Fri, Mar 13, 2015 at 04:43:54PM -0400, Programmingkid wrote: >>=20 >> On Mar 13, 2015, at 1:31 PM, Paolo Bonzini wrote: >>=20 >>>=20 >>>=20 >>> On 13/03/2015 15:48, Programmingkid wrote: >>>>=20 >>>> On Mar 13, 2015, at 5:51 AM, Peter Maydell wrote: >>>>=20 >>>>> On 13 March 2015 at 04:35, Programmingkid = wrote: >>>>>> Laptop users usually have keyboards that are missing the page up = and page down keys. This means they cannot scroll in the monitor. This = patch gives laptop users the ability to scroll in the monitor by having = the user push the Control + Up/Down arrow keys to scroll one line at a = time. Use ALT/Option in place of Control to be able to scroll at 10 = lines at a time. >>>>>=20 >>>>> Don't the standard OSX function+up/down for pageup/down work? >>>>> If they don't we should probably figure out why rather than >>>>> adding a non-standard key combo. >>>>>=20 >>>>> -- PMM >>>>=20 >>>> On my MacBook Pro, this functionality is missing. There is no way = to do a page up or page down key.=20 >>>=20 >>> How do you do that in a terminal? >>>=20 >>> Paolo >>=20 >> 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. >=20 > The docs[1] still refer to fn+up/down as the way to achieve page = up/down, > so perhaps your install has simply lost the shortcut mappings ? >=20 > Regards, > Daniel >=20 > [1] https://support.apple.com/en-gb/HT201236 > --=20 > |: http://berrange.com -o- = http://www.flickr.com/photos/dberrange/ :| > |: http://libvirt.org -o- = http://virt-manager.org :| > |: http://autobuild.org -o- = http://search.cpan.org/~danberr/ :| > |: http://entangle-photo.org -o- = http://live.gnome.org/gtk-vnc :| Your document does state that using fn+up/down arrow keys emulate the = page up and down keys, but this isn't universally true for all Apple = Laptops. My 2010 MacBook Pro is such an example of removed page up/down = key emulation.=