Bug 858843 - [RFE] Anaconda mouse buttons for left-handed mouse config
Summary: [RFE] Anaconda mouse buttons for left-handed mouse config
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Fedora
Classification: Fedora
Component: anaconda
Version: 18
Hardware: Unspecified
OS: Linux
unspecified
low
Target Milestone: ---
Assignee: Anaconda Maintenance Team
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2012-09-19 19:11 UTC by Przemek Klosowski
Modified: 2012-09-20 19:59 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-09-20 18:40:08 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Przemek Klosowski 2012-09-19 19:11:13 UTC
User-Agent:       Mozilla/5.0 (X11; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0
Build Identifier: 

Currently Anaconda uses the right mouse button. Left-handed people usually expect the left button to be the primary. There was a suggestion that Anaconda allows and processes any button as valid, but that would block forever any possibility of using multiple buttons in Anaconda, and make it behave differently from the system it is about to install.

There was a discussion of it on the development list, and I suggested an alternative, which was received warmly and I was asked to file an FFE. I propose the following pseudocode:

 on (button-1-press or button-2-press or button-3-press) of ok_button do:
  if (button-1-press) do:
    commit_changes()
  else
    ask_if_the_user_wants_to_change_the_mouse_handedness()
end;

It would be nice if that 'handedness' choice in Anaconda carried over to the installed system as the default setting.


Reproducible: Always

Comment 1 Brian Lane 2012-09-20 18:40:08 UTC
I think that the limited number of people who use a mirrored setup can live with it during the short time it takes to install.

Comment 2 John Florian 2012-09-20 19:59:39 UTC
Certainly, the 10% or so of us can live without this feature.  We (well, some) can also install Fedora without using anaconda at all, but use it because it "generally" makes things easier than doing so without.

I would have thought this to be a trivial and harmless feature to implement and am disappointed to see it dismissed so readily.


Note You need to log in before you can comment on or make changes to this bug.