Enable/disable VoiceOver Control-Option lock (Mac OS X 10.4 or later) The Universal Access preference pane allows you to turn on Mouse Keys. When Mouse Keys is on, you can use the numeric keypad to move the mouse. Shift key: Shift: Control key: Control (Control-click = Right-click) Tab key: Tab: Return key: Return: Enter key: Enter (on Number Pad, or fn-Return on compact keyboards) Eject key: Eject: Escape key: Escape: Page Up key: Page Up (fn-Up Arrow on compact keyboards) Page Down key: Page Down (fn-Down Arrow on compact keyboards) Home key. When your Mac powers up, it normally uses the system on its internal hard drive unless you change this behavior by choosing System Preferences@@→Startup Disk. You can also change what your Mac does by holding down the following keys or key combinations during startup. Print these boot option keys, because they’re particularly helpful to have.
March 21, 2013 at 2:49 pm5 comments
By Chad Upton | Editor
Unless you’ve specifically bought the full size Mac keyboard, you’re missing dedicated page up and page down keys.
But, you’re not missing out on the functionality; here are the shortcuts:
If you do want the dedicated keys, you can buy Apple’s full size keyboard or most windows keyboards will work with Macs too.
Broken Secrets | Facebook | Twitter | Email | Kindle
Crossover in mac. Entry filed under: Computers and Internet. Tags: apple, mac, macbook, macintosh, os, osx, page down, page up, x.
Well, if you’re like me, you used to be pro-Windows. Then you found and fell in love with Linux. Then you realized how complicated it was to emulate your Windows software in a Linux environment, or get the Broadcom wireless card on your Dell laptop to work.
Then you discovered the Mac. Sleek. Sexy. Expensive… and the best of both worlds. A Unix-based platform, native Adobe apps, [paid] support, and a real terminal!
But wait, trouble in paradise — our favorite Windows/Linux key commands (Home, End, Page Up, Page Down) aren’t working as inspected. In fact they’re different throughout the OS.
Well, kids, after researching, I’ve finally got a working solution for Terminal.app:
There you go. Terminal should be ready to use the Home, End, Page Up, and Page Down keys as expected by Windows/Linux users.
SSH into your favorite Linux server, open nano, vi, or emacs and enjoy.
These articles made this article possible:
Close, but no cigar on the Home and End keys, at least for vim. Try these instead:
Home: 33[7~
End: 33[4~
Enjoy!
Damn, the comment processor was not written with proper techs in mind! Make those as they are in the article:
Home:
backslash zero three three left-square-bracket seven tilde
End:
backslash zero three three left-square-bracket four tilde
Sims free download mac. …hopefully that also clarifies things for those of you having unicode issues with the preceding. =]
@breakpoint thanks, mine works great for basic terminal work as well as nano. Haven’t tried vim though. Photo grid online.
Thanks for the additional info, not sure why WP killed your slash. Probably something to do with it’s slash escaping through GET/POST requests.
saved me allot of frustration on my MBP!
except i set ctrl+up to page up etc etc
you rock!
Woo!! Breakpoint in the house!!!!! Almost every site out there has the quick fix with ctrl+a and ctrl+e but does NOT work in vi. I copy/pasted your home and end codes and they worked great in vi both in normal mode and insert mode. Rock! Thank you!
oops just noticed that unfortunately the vi fix doesn’t work with home/end in Terminal. it just prints out a “~” doh!
Yeah, these mappings are good for use in VI and some other command line apps, but indeed, it doesn’t actually work (home/end) in the terminal itself. I seriously can’t stand how this is even a problem. Ugh, Apple, you do so well in general, but this is actually a point of real frustration for me!
Great tip, this one actually works in VI!!!
this is driving me mad…
I hate Macs. The most counter intutitve devices ever made.
@Ted, easily a million people out there to discount that statement without clarification/details ;p
Awesome! thanks! Best mac anti virus. this saved me a lot of time and frustration.
Andy, thanks! After trying several sites with 33[4~ and other variants, including .initrc mods, your simple change made home/end finally work in Bash and Nano! Wohoo!
(PS: Ted, troll elsewhere.)
Thanks Breakpoint, your octal digits work perfectly in VI
thank you thank you thank you. both of you.
THANK YOU SO MUCH!!
I’ve been frustrated with this for a long time. Now there’s beauty in the world again