FreeOrion

Forums for the FreeOrion project
It is currently Sat May 25, 2013 1:59 am

All times are UTC




Post new topic Reply to topic  [ 13 posts ] 
Author Message
 Post subject: Left handed mouse problem
PostPosted: Mon Oct 17, 2011 2:47 pm 
Offline
Space Krill
User avatar

Joined: Mon Oct 17, 2011 2:01 pm
Posts: 3
Hi all first post. I hope it's in the right section...

Anyways, being left handed I have my mouse and touchpad set up in reverse order - I left click by pressing the right mouse button and vice versa. The problem is that when running FreeOrion the mouse (and touchpad, not that I generally use it) revert to their standard, right handed set up. Can something be done to get my lefthanded mouse setup working with the game?


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Mon Oct 17, 2011 5:05 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
A bunch of source code changes would need to be made to do this. A higher priority is probably to have a fully remappable set of keyboard hotkeys.

I'm surprised you don't just leave the mouse as it is while left-hand mousing. I switch occasionally if my right had is getting tired or sore, and don't find it too difficult to use the standard button arrangement...


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Mon Oct 17, 2011 5:24 pm 
Offline
Space Krill
User avatar

Joined: Mon Oct 17, 2011 2:01 pm
Posts: 3
For quite some time I did use the right hand mouse set up but found
a) I was getting all sorts of wrist/finger aches from unergonomic anatomy (your middle finger is just not designed to do that much work)
b) I started using my pointer finger for all clicks and wheeling... then getting confused to move my finger for right clicks.
After making the switch I really can't go back. Try writing with your left hand and you'll know what I'm feeling.

Just got to say rats. I was hoping there could be something pretty quick and simple. Not anyones fault and totally dig the priorities with coding. But for me this makes the game very much less playable. I'll try mousing with my right hand (using my left in what is now a reverse action for me just makes my brain go crossed-eyed) but it's going to make the whole interfacing thing real clunky for me... :(

Great game though! :D


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Mon Oct 17, 2011 6:07 pm 
Offline
Space Dragon
User avatar

Joined: Sun Sep 25, 2011 2:51 pm
Posts: 264
Depending on your OS, maybe a free key re-mapping software is available. Like autohotkey for Windows...

Or does FreeOrion somehow access the mouse buttons on a lower level than handled by re-mappers?

_________________
[...] for Man has earned his right to hold this planet against all comers, by virtue of occasionally producing someone totally batshit insane. - xkcd


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Mon Oct 17, 2011 6:45 pm 
Offline
Design & Graphics Lead
User avatar

Joined: Sat Sep 23, 2006 7:09 pm
Posts: 3693
Location: USA — midwest
You might even be able to open your mouse, and unplug the wires from the left and right buttons and switch them. I've seen some where that should be possible.

_________________
—• Read this First before posting Game Design Ideas!
—• Design Philosophy

—•— My Ideas, Organized —•— Get an Avatar —•— Acronyms —•—


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Mon Oct 17, 2011 7:06 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
You might even be able to have a surgeon open your wrist, and cut the nerves from the index and middle fingers and switch them. I've seen some articles about hand transplants, so that should be possible.


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Mon Oct 17, 2011 8:17 pm 
Offline
Space Dragon
User avatar

Joined: Sun Sep 25, 2011 2:51 pm
Posts: 264
Is the sarcasm targeted at eleazar or at me too? :|

_________________
[...] for Man has earned his right to hold this planet against all comers, by virtue of occasionally producing someone totally batshit insane. - xkcd


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Mon Oct 17, 2011 8:38 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
em3 wrote:
Is the sarcasm targeted at eleazar or at me too? :|
It was a set up for further humourous escalation in the impracticality of suggested fixes which you have tragically ignored... :?


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Tue Oct 18, 2011 12:53 pm 
Offline
Space Dragon
User avatar

Joined: Sun Sep 25, 2011 2:51 pm
Posts: 264
Geoff the Medio wrote:
em3 wrote:
Is the sarcasm targeted at eleazar or at me too? :|
It was a set up for further humourous escalation in the impracticality of suggested fixes which you have tragically ignored... :?

Well.. I didn't consider my suggested fix as impractical. Beats waiting for a low-priority feature request to be fixed in a FOSS project...

_________________
[...] for Man has earned his right to hold this planet against all comers, by virtue of occasionally producing someone totally batshit insane. - xkcd


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Tue Oct 18, 2011 2:17 pm 
Offline
Programming Lead Emeritus
User avatar

Joined: Thu Jun 26, 2003 1:33 pm
Posts: 1092
Geoff the Medio wrote:
A bunch of source code changes would need to be made to do this. A higher priority is probably to have a fully remappable set of keyboard hotkeys.

I'm surprised you don't just leave the mouse as it is while left-hand mousing. I switch occasionally if my right had is getting tired or sore, and don't find it too difficult to use the standard button arrangement...


This may be useful when the time comes for this:

http://www.ogre3d.org/forums/viewtopic.php?f=1&t=60635


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Tue Oct 18, 2011 6:08 pm 
Offline
Programming, Design, and De Facto Lead
User avatar

Joined: Wed Oct 08, 2003 1:33 am
Posts: 7898
Location: Vancouver, BC
tzlaine wrote:
This may be useful when the time comes for this:

http://www.ogre3d.org/forums/viewtopic.php?f=1&t=60635
All the keyboard hotkeys and mouse actions are presently implemented by connecting GiGi's keyboard accelerator signals to functions, or by various GG::Wnd-derived class' calls to functions like LClick, RDoubleClick, MouseWheel, etc. Changing either to direct binding with OIS or OISB seems likely to be quite complicated... Or would it be fairly simple to replace all the accelerator signal connections with OISB binds?
em3 wrote:
Well.. I didn't consider my suggested fix as impractical.
Escalation does require starting low, so that there's a room to move up...


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Sun Oct 23, 2011 2:19 pm 
Offline
Space Squid

Joined: Sun Mar 07, 2010 10:17 pm
Posts: 74
You could pay a surgeon to open your brain and modify your frontal lobe to expect opposite signals from those two fingers

:D j/k


Top
 Profile  
 
 Post subject: Re: Left handed mouse problem
PostPosted: Sun Oct 23, 2011 11:46 pm 
Offline
Space Krill
User avatar

Joined: Mon Oct 17, 2011 2:01 pm
Posts: 3
My mouse is sealed up tighter than my hand. Although I considered it for a while I'm not game to operate on my left hand with my clumsy right... So I've decided to reorder the priorities for my cyborgisation - it's definitely hands first now.

Seriously though - 'when the time comes' for remapping keyboard commands it would be good (IMHO) if consideration could be given to adding mouse button switching/remapping to the list. If it's hard, well I understand, gamers are notorious for wanting everything set to 'easy', aren't we?


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 13 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 1 guest


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group