This can be done currently with use of using RR code..
Here is what you want, with full roll around scrolling supported ...
Add this to your rr.ini file
LTRNUM=0
In your skin folder's Exectbl.ini file or RR's folder Exectbl.ini file add the following...
Code:
"SKIPTOPREV","EVAL;LTRNUM;$LTRNUM$-1||MYSKIPTO"
"SKIPTONEXT","EVAL;LTRNUM;$LTRNUM$+1||MYSKIPTO"
"MYSKIPTO","BYVAR;LTRNUM;MYSKIPTOSTART<<SKIPTO;A<<SKIPTO;B<<SKIPTO;C<<SKIPTO;D<<SKIPTO;E<<SKIPTO;F<<SKIPTO;G<<SKIPTO;H<<SKIPTO;I<<SKIPTO;J<<SKIPTO;K<<SKIPTO;L<<SKIPTO;M<<SKIPTO;N<<SKIPTO;O<<SKIPTO;P<<SKIPTO;Q<<SKIPTO;R<<SKIPTO;S<<SKIPTO;T<<SKIPTO;U<<SKIPTO;V<<SKIPTO;W<<SKIPTO;X<<SKIPTO;Y<<SKIPTO;Z<<MYSKIPTOEND"
"MYSKIPTOEND","SETVAR;LTRNUM;1||GOTOFIRST||MYSKIPTO"
"MYSKIPTOSTART","SETVAR;LTRNUM;26||GOTOLAST||MYSKIPTO"
Now just use your "SKIPTONEXT" or "SKIPTOPREV" cmds like stated above
And as always...ENJOY!!