Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode: How to get page up and page down to move cursor?

Tags:

xcode

This is a mac thing (because text edit does the same) but I just want to change this in xcode.

I'd like the cursor to move when I hit the page-up and page-down button. Kind of like the way windows or linux work. I know I can hold down the "option" button and then go page-up, page-down and it works
- but I don't want to hold the option button.

I tried fiddling around with key bindings in xcode but couldn't get it, anyone know how?

like image 435
Shai UI Avatar asked May 19 '11 05:05

Shai UI


People also ask

How do you do Page Up and Page Down on a Mac?

To page up on your Mac, press the fn and up arrow keys, as shown below. To page down on your Mac, press the fn and down arrow keys, as shown below. These keyboard shortcuts for page up and page down work in every Mac application.

How do you page down on a Mac?

Fn–Down Arrow: Page Down: Scroll down one page. Fn–Left Arrow: Home: Scroll to the beginning of a document. Fn–Right Arrow: End: Scroll to the end of a document. Command–Up Arrow: Move the insertion point to the beginning of the document.


1 Answers

In preferences, go to key bindings, type "page" in the search box, look for Page Down (Selection) / Page Up (Selection), click there and hit your pgdn/pgup keys.

Delete the pgdn/pgup keys from Scroll Page Up/Down.

like image 105
colin lamarre Avatar answered Sep 20 '22 20:09

colin lamarre