Page 1 of 2
Suggest Keystroke to advance
Posted: Mon Nov 12, 2007 8:09 pm
by CT
I find it distracting to have to navigate the mouse to the continue button which is constantly changing screen position.
It would be nice if there was a keystroke that would be equivalent to pressing Continue.
Posted: Mon Nov 12, 2007 8:29 pm
by sense
i have a tip for you;
1)do a left mouseclick inside the "tease-text"
2)press tab
3)press enter
after that, you only have to repeat step 2 and 3.
Posted: Mon Nov 12, 2007 10:22 pm
by nilcum
I wrote an Auto-continue javascript that you can paste into your browser to have pages advance on a fixed interval. You can find it on the forums.
Posted: Tue Nov 13, 2007 3:16 am
by seraph0x
Ok, I played around a bit. You should now be able to switch pages by hitting the space bar. Tested in Firefox and IE6.
Let me know if it works.
It's not a very elegant solution, so if it ends up causing problems for people with different browsers/setups, I'll have to remove it again.
Posted: Tue Nov 13, 2007 4:00 am
by backstrokin
Thats so cool!!

Posted: Tue Nov 13, 2007 4:01 am
by stick-dick

Excellent suggestion. I also found it distracting to hunt down the moving Continue link
Posted: Tue Nov 13, 2007 4:27 am
by CT
Exactly what I was looking for, thanks!
Posted: Tue Nov 13, 2007 5:05 am
by tallguy2241
very nice!
Posted: Tue Nov 13, 2007 8:08 am
by MartinC
Excellent ... much needed ... I hate hunting the Continue button too.
Posted: Wed Nov 14, 2007 5:29 pm
by seraph0x
Glad you like it guys. Please be sure to report it if it's causing problems or not working for any of you!

Posted: Wed Nov 14, 2007 10:21 pm
by mae0314
Leads me to a 404 error. (Opera)
Code: Select all
if(window.event.keyCode==32){location.href=link;e.preventDefault();}
You're missing the
bit from the second case.
Posted: Thu Nov 15, 2007 6:25 pm
by ds715
The missing webteases/ seems to be a problem in Opera. Firefox and IE are working. However, it would be cool, if you could fix this bug, cause I'm using Opera most of the time.
But it's still cool. Hated that Continue button too ;)
Posted: Fri Nov 16, 2007 9:34 am
by seraph0x
Ok, fixed for latest Opera. (And probably most older one's, too.)
Please report back if you find any other bugs! Thanks!

what about in a Flash tease?
Posted: Tue Dec 18, 2007 9:10 pm
by basher
Is there a way to use the keyboard to continue in a flash tease?
For example, when no choice is being made, just "I'm Ready" or "Continue", could Nyx recognize the situation and let the space bar advance the tease?
Using Tab then Enter works too I guess.
Re: what about in a Flash tease?
Posted: Tue Dec 18, 2007 9:25 pm
by seraph0x
basher wrote:Is there a way to use the keyboard to continue in a flash tease?
For example, when no choice is being made, just "I'm Ready" or "Continue", could Nyx recognize the situation and let the space bar advance the tease?
Good idea, I'll put it on our todo list.