Conquer Club

Start The Cursor on Attack From

Suggestions that have been archived.

Moderator: Community Team

Start The Cursor on Attack From

Postby Coleman on Sun May 20, 2007 11:24 am

First off I hate my mouse. I really do. Right now the curser is defaulted to the top left of the page, so to tab to anything useful I have to go through Home, Instructions, Scoreboard, Club Forum, Rules, FAQ / Contract and all the players names and their feedback links before I'm on the drop down menus.

I could look up how to default the cursor to the attack from column if you don't know how. I think you can do it in the html even. If not a short java script could probably do it.

Priority: 3?
Warning: You may be reading a really old topic.
User avatar
Sergeant Coleman
 
Posts: 5402
Joined: Tue Jan 02, 2007 10:36 pm
Location: Midwest

Postby wcaclimbing on Sun May 20, 2007 12:26 pm

cant you just use a mouse and click the buttons?
Image
User avatar
Private 1st Class wcaclimbing
 
Posts: 5598
Joined: Fri May 12, 2006 10:09 pm
Location: In your quantum box....Maybe.

Postby Risktaker17 on Sun May 20, 2007 5:28 pm

wcaclimbing wrote:cant you just use a mouse and click the buttons?


Yeah why wouldn't you just use the mouse. Seems kinda lazy to me.
User avatar
Captain Risktaker17
 
Posts: 1495
Joined: Sun Apr 01, 2007 8:09 am

Postby Coleman on Sun May 20, 2007 7:59 pm

Risktaker17 wrote:
wcaclimbing wrote:cant you just use a mouse and click the buttons?


Yeah why wouldn't you just use the mouse. Seems kinda lazy to me.


Because I shouldn't have to and it only takes one coordinate line (pretty sure) to set a default position for it to something more useful. You know, to make the site slightly more professional.

I'm a programmer, mice are stupid, this site is one of the rare times I touch the darn thing.
Warning: You may be reading a really old topic.
User avatar
Sergeant Coleman
 
Posts: 5402
Joined: Tue Jan 02, 2007 10:36 pm
Location: Midwest

Postby AK_iceman on Sun May 20, 2007 8:21 pm

And the "Laziest CC'er of the Year" award goes to.... :lol:
User avatar
Sergeant 1st Class AK_iceman
 
Posts: 5704
Joined: Wed May 10, 2006 10:39 pm

Postby john1099 on Sun May 20, 2007 8:38 pm

If i read correctly, then you're wanting to create a new tab, in which case, why dont you just CTL T it?
GunnaRoolsUDrool wrote:yo mama has 3 titties, ones for milk, ones for water, ones out of order
User avatar
Sergeant 1st Class john1099
 
Posts: 1558
Joined: Sat Feb 10, 2007 1:14 am
Location: St. Catharines, ON

Postby john1099 on Sun May 20, 2007 8:39 pm

oh!
I misread your post, my mistake.
I agree, why don't you just use your mouse? or if that doesn't work, buy a new one :)

Edit: Sorry for double post, apparently i hit quote instead of edit :roll:
GunnaRoolsUDrool wrote:yo mama has 3 titties, ones for milk, ones for water, ones out of order
User avatar
Sergeant 1st Class john1099
 
Posts: 1558
Joined: Sat Feb 10, 2007 1:14 am
Location: St. Catharines, ON

Postby Coleman on Sun May 20, 2007 9:30 pm

john1099 wrote:If i read correctly, then you're wanting to create a new tab, in which case, why dont you just CTL T it?

ha ha ha... no.

What I'm wanting to do is not open a new tab in my browser. I want the first drop down box selected when I'm moving so I don't have to tab down to it every time or use my mouse for the first click.

Edit: Sorry I responded to your first post. But your second one is equally annoying to me. I don't want to have to use my mouse unless I have to, and I don't see any good reason not to implement this. The people that use their mouse all the time aren't going to notice any difference.
Warning: You may be reading a really old topic.
User avatar
Sergeant Coleman
 
Posts: 5402
Joined: Tue Jan 02, 2007 10:36 pm
Location: Midwest

Postby loopinvariant on Sun May 20, 2007 11:22 pm

Coleman wrote:I'm a programmer, mice are stupid, this site is one of the rare times I touch the darn thing.


Write a Greasemonkey script to do this for you. About 5 lines of code, if that.
Corporal 1st Class loopinvariant
 
Posts: 76
Joined: Sun May 06, 2007 4:27 pm

Postby yeti_c on Mon May 21, 2007 7:00 am

focus="true" in the html of the "select"...

Easy to do for Lack...

OR

Easily done in a GM script...

Get "attackDropDown" with getElemenyById() (You'll need to research the correct drop down.

call focus(); on it

Job done. <- might not work in conjunction with jump to map on!

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am

Postby JMody on Mon May 21, 2007 7:35 am

So you want Lack to change around his website because you don't want to use your mouse because your a programmer and you shouldn't have too?

Seems like your a little egotistic to me.
Only two defining forces have ever offered to die for you,
Jesus Christ and the American G. I.
One died for your soul;
the other for your freedom.
Private JMody
 
Posts: 68
Joined: Wed May 02, 2007 11:09 am
Location: Baghdad, Iraq

Postby Dancing Mustard on Mon May 21, 2007 9:46 am

Why are people so up in arms against this?
It sounds to me like a really simple change, that'd take all of 5 minutes to do; and would increase functionality for people who:
Do not own a mouse
Find using the keyboard easier (a lot of handicapped people find it impossible to use a mouse, I don't know if you were aware of that)
Have broken/malfunctioning mice

Furthermore, the change would have a grand total of zero impact on all of the other players who do like to use mice (and this includes me).

I agree that this is a really low-priority change for the site; but if Lack could find ten minutes to switch round the default cursor position next time he's updating, then I don't see any reason why not to. I just don't understand why everyone is giving Coleman such a hard time over this...

In summary: Good yet non-urgent idea, which could be easily implemented in the next update (or whenever Lack feels like switching a few lines of code around). Well done Coleman.

Thanks for your time...
Wayne wrote:Wow, with a voice like that Dancing Mustard must get all the babes!

Garth wrote:Yeah, I bet he's totally studly and buff.
User avatar
Corporal Dancing Mustard
 
Posts: 5442
Joined: Mon Mar 19, 2007 3:31 pm
Location: Pushing Buttons

Postby loopinvariant on Mon May 21, 2007 2:49 pm

Dancing Mustard wrote:Why are people so up in arms against this?
It sounds to me like a really simple change, that'd take all of 5 minutes to do;


I'm sorry if I sounded critical, I was probably too terse. I was just trying to point out that it is easy to do if Coleman wants it fast.
Corporal 1st Class loopinvariant
 
Posts: 76
Joined: Sun May 06, 2007 4:27 pm

Postby JMody on Mon May 21, 2007 9:17 pm

DM, I think people are so up in arms about it is because he is not handi-capped and his mouse is fine. He just wants it to be down so he dont have to tab all over the place to get there.

frankly i think it is a good idea for the reason that you alone stated. not for the reasons he wants it done. So I say well done to you.
Only two defining forces have ever offered to die for you,
Jesus Christ and the American G. I.
One died for your soul;
the other for your freedom.
Private JMody
 
Posts: 68
Joined: Wed May 02, 2007 11:09 am
Location: Baghdad, Iraq

Postby Coleman on Mon May 21, 2007 10:32 pm

I should learn greasemonkey I take it. I didn't know greasemonkey could do that. All I've seen is people using it to add score boards and forums to sites that don't normally have them.
Warning: You may be reading a really old topic.
User avatar
Sergeant Coleman
 
Posts: 5402
Joined: Tue Jan 02, 2007 10:36 pm
Location: Midwest

Postby JMody on Tue May 22, 2007 12:03 am

Coleman. Thats the greatest thing about greasmonkey. It works on any web site you want it to. All you gotta do is write a script for it yourself or find one that works for your needs. A good site to check for scripts for GM is Userscripts.
Only two defining forces have ever offered to die for you,
Jesus Christ and the American G. I.
One died for your soul;
the other for your freedom.
Private JMody
 
Posts: 68
Joined: Wed May 02, 2007 11:09 am
Location: Baghdad, Iraq

Postby yeti_c on Tue May 22, 2007 2:01 am

Coleman wrote:I should learn greasemonkey I take it. I didn't know greasemonkey could do that. All I've seen is people using it to add score boards and forums to sites that don't normally have them.


I bet you could ask stocksr to do it for you - he'll know exactly where you'd want it...

Note of course - you'll also want it done in the deploy & fortification drop downs...

C.
Image
Highest score : 2297
User avatar
Lieutenant yeti_c
 
Posts: 9624
Joined: Thu Jan 04, 2007 9:02 am


Return to Archived Suggestions

Who is online

Users browsing this forum: No registered users