After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 688748 - Login with Mouse positioned for Left Hand
Login with Mouse positioned for Left Hand
Status: RESOLVED FIXED
Product: gnome-shell
Classification: Core
Component: login-screen
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Ray Strode [halfline]
gnome-shell-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-20 18:23 UTC by Neill
Modified: 2013-01-23 04:43 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
loginDialog: Allow right-clicking on button items (3.34 KB, patch)
2013-01-11 19:07 UTC, Jasper St. Pierre (not reading bugmail)
committed Details | Review

Description Neill 2012-11-20 18:23:39 UTC
Hello,

I originally posted this under the 'As Far As I Know' blog by one of the Gnome developers in "Every Detail Matters". I was advised to post it here, so ...

I use the mouse left handed and on log in I need to remember to use the left button, not right button to log in (as log in assumes a right handed mouse). This is mildly irritating and completely unnecessary as I’ll argue below.

I understand that of course login cannot know my mouse preferences before I’ve logged in, which is presumably why it defaults to a right-hand mouse, however there is an easy way to get login to work with either mouse as I'll explain.

The solution is simply both left and right hand clicks perform exactly the same job on the log in screen (and there is no other-button ‘menu’ option). That way my mouse preferences don’t need to be known and either button will select my name or push the login buttons.

Similarly for locked screens.

Ok, only 10% of people use left-handed mice, but this is IMHO definitely a "Detail that Matters". I would have thought it was a pretty easy thing to fix too.

Keep up the good work with Gnome – it is definitely becoming a very usable desktop.

Best regards

Neill Jones
Comment 1 Neill 2013-01-11 17:56:51 UTC
Is anyone going to respond on this?
Comment 2 Matthias Clasen 2013-01-11 18:56:12 UTC
Sounds like a reasonable idea to me, fwiw.
The gnome-shell top bar already behaves in this way, afaics.
Comment 3 Matthias Clasen 2013-01-11 18:56:36 UTC
Moving to the right product
Comment 4 Neill 2013-01-11 18:58:33 UTC
Excellent - thanks for taking the time to look at it :-)
Comment 5 Jasper St. Pierre (not reading bugmail) 2013-01-11 19:07:37 UTC
Created attachment 233258 [details] [review]
loginDialog: Allow right-clicking on button items

In a gdm session, we may not know what mouse orientation the user
may be in, so it makes sense to support both the left and right
mouse buttons to activate login or other items.

Additionally, add the behavior to all modal dialog items, even in
a user session, because it's unlikely that the user will right-click
on buttons, and it makes for an easier implementation.
Comment 6 Giovanni Campagna 2013-01-18 19:24:38 UTC
Review of attachment 233258 [details] [review]:

Ugh for right clicking buttons in a modal dialog, but ok.
Comment 7 Jasper St. Pierre (not reading bugmail) 2013-01-23 04:43:32 UTC
Attachment 233258 [details] pushed as a0d7d7b - loginDialog: Allow right-clicking on button items