Looking for a way to configure page up and page down keys to move the caret (text cursor) when scrolling up or down. The default behavior of macOS appears to be to just scroll the screen but not move the caret/cursor.
I've tried editing the ~/Library/KeyBindings/DefaultkeyBinding.dict as follows and then restarting my system but without success.
{
/* page up/down with moving insertion point, caret */
"\UF72C" = "pageUp:";
"\UF72D" = "pageDown:";
}
I'm running the latest version of macOS. I'm also using Logitech K750 keyboard but I'm getting same results on native MacBook keyboard as well.
Thank you,
Malcolm