149

What combination of keys (fn, control, option, command, arrow keys) is the equivalent of the Home key on a MacBook Pro?

What about End/PageUp/PageDown?

quack quixote
  • 43,504

9 Answers9

205
  • Home is Fn

  • End is Fn

  • Page Up is Fn

  • Page Down is Fn

  • Forward Delete is Fn delete

  • Insert is Fn return*2

They used to label these on older MacBooks/PowerBooks.

Note 1: Not every application respects this, or behaves as expected.

Terminal is a notable example; for Fn arrow to work as expected when coming from a Linux background, the settings must be changed.

Note 2: OS X by default has no Insert functionality, however it is respected in some situations being Virtual Machines, Bootcamp, other Remote Desktops. Notably it also works in Google Chrome extensions that expect the Insert key for some other functionality (other than overtyping, which does not exist in OS X). Be careful though, in text boxes, dialog boxes and the like, it will always act as an enter key.

Madivad
  • 212
  • 1
  • 12
Ken
  • 8,185
38

In text editors such as TextEdit or Pages:

  • Beginning of Wrapped Line (reposition cursor) is
  • End of Wrapped Line (reposition cursor) is
  • Beginning of Line (reposition cursor) is A
  • End of Line (reposition cursor) is E
  • Page Up (reposition cursor) is Fn
  • Page Down (reposition cursor) is Fn or V
Matteo
  • 8,097
  • 3
  • 47
  • 58
8

I found that I need to use the Command + whatever arrow/directional key you need

Rich
  • 81
8

I have a 2011 Macbook Air. Fn with the arrow-keys did not work for me.

It seems that Command + Right Arrow is the equivalent of End.

Duijf
  • 689
Dana
  • 81
2

In XCode 4.4 (MacOS X 10.6) for the MacBook pro, the Fn-direction keys don't work to navigate to beginning / end / top / bottom of lines.

Only the Command + directional key buttons work.

slhck
  • 235,242
tim
  • 21
1

I have a MacBookPro and the fn and left arrow takes me to beginning of text and fn and right arrow takes me to ed of text. cmd also performs the same functions. Only fn and up or down arrows will page up or down.

BellaUK
  • 11
0

Some programs also respect:

  • go to the beginning of a document Fn

  • go to the end of a document Fn

(this works for me in editors and IDEs written in Java)

Leksat
  • 101
0

I love to use secureshell when ssh-ing different servers. For me the way to pageup pagedown is:

  • Page Up: Fn
  • Page Down: Fn
andilabs
  • 571
-2

⌘ + ↓ gets to the end of the document

⌘ + ↑ gets to the beginning of the document

puerile
  • 101
  • 2