Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Having page up/down move the cursor' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Having page up/down move the cursor
Authored by: sabi on Aug 29, '05 11:09:58AM
It looks like the default Cocoa text bindings to keep the insertion point with the scroll position are option-page up/down. If you want to bind these to ordinary page up/down, you can do so with:

        "\UF72C" = "pageUp:";
        "\UF72D" = "pageDown:";


[ Reply to This | # ]