Arnis,
While I know that document very well, I fear I cannot find what I'm looking for, because I'm looking for the wrong item. What I'm looking for is the mirror of the "Go to Start of a paragraph" command (Ctrl-Up). I was hoping it was "Go to End of the current paragraph" (Ctrl-Down), but this stops by the end of the current paragraph, without continuing to the end of the next one.
The command I'm looking for is probably "Go to Start of the next paragraph", but its shortcut does not allow for quick scrolling of the text paragraph-by-paragraph (since you must use an Esc sequence for each move of the cursor).
Is there a way, even with an external keyboard shorcut patcher, to use Ctrl-Down to continuously flow from paragraph to paragraph?
Paolo
Paolo,
You can modify the ctrl+PgDn function in the wincmds.cfg file to be the equivalent of the <esc> b p shortcut. You need to follow the instructions in the Customizing FrameMaker documentation found here: http://help.adobe.com/en_US/FrameMaker/8.0/customize_frame.pdf
The <esc> b p sequence is defined as such:
<Command IPToNextParaStart
<Label Move IP To Next Paragraph>
<KeySequence \!bp>
<Definition \x142>>
Modify the ctrl+PgDn function to have the same Definition.
Do make backups of the .cfg file before you start playing with them.