Saturday, April 11, 2015

windows - Macbook Pro keyboard with BootCamp - missing the Home/End/PageUp/PageDown keys











Last year I converted from Windows to a MacBook Pro and went through the process of learning the ways of the Mac keyboard. In particular, I learned that Ctrl-left and Ctrl-right were the Mac way of doing Home and End.




I'm now doing a project on Windows 7 on Bootcamp, and finding that I'm missing the Windows Home and End keys in a completely different way -- they don't exist, but the Mac combos don't work either.



Any suggestions for getting this functionality somehow? Code editing is a real drag without these keys.


Answer



You want Fn + arrow keys.


No comments:

Post a Comment

linux - How to SSH to ec2 instance in VPC private subnet via NAT server

I have created a VPC in aws with a public subnet and a private subnet. The private subnet does not have direct access to external network. S...