In most programs, you can use the Control key to speed up the arrow key scrolling while in a text entry field: If you press Control and the right arrow key, the cursor will move to the right by whole words, not by single characters, and, likewise, Control and the left arrow moves the cursor backwards by whole words. When I use Control+Right in sc2mapster's post fields (but not the edit field), Firebug, a Firefox plugin that reports JavaScript errors (among other things), reports the following error: "uncaught exception: Syntax error, unrecognized expression: accesskey=']". Just feel like I should point this out. (Also, on my iPod, there is significant lag with every character typed in sc2mapster's post fields - could be related.)
Oh, it works fine. It's just not a good idea to have code errors, even ones that don't do much - they can come back to haunt you later if you change the code. <= speaking from experience
In most programs, you can use the Control key to speed up the arrow key scrolling while in a text entry field: If you press Control and the right arrow key, the cursor will move to the right by whole words, not by single characters, and, likewise, Control and the left arrow moves the cursor backwards by whole words. When I use Control+Right in sc2mapster's post fields (but not the edit field), Firebug, a Firefox plugin that reports JavaScript errors (among other things), reports the following error: "uncaught exception: Syntax error, unrecognized expression: accesskey=']". Just feel like I should point this out. (Also, on my iPod, there is significant lag with every character typed in sc2mapster's post fields - could be related.)
The CTRL+Right-Arrow works fine for me, :O. I'll have the Devs look into that JS Error though.
Oh, it works fine. It's just not a good idea to have code errors, even ones that don't do much - they can come back to haunt you later if you change the code. <= speaking from experience
Oh, I didn't know they were related, :P. But yeah, i'll pass it through, thanks Bio.