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 387973 - add keybinding to start the visual assistive technology
add keybinding to start the visual assistive technology
Status: RESOLVED DUPLICATE of bug 531596
Product: metacity
Classification: Other
Component: general
unspecified
Other Linux
: Normal enhancement
: ---
Assigned To: Metacity maintainers list
Metacity maintainers list
Depends on: 350263
Blocks:
 
 
Reported: 2006-12-20 18:08 UTC by George Kraft IV
Modified: 2011-02-19 03:25 UTC
See Also:
GNOME target: ---
GNOME version: 2.17/2.18


Attachments
prototype 20061220 (5.69 KB, patch)
2006-12-20 18:09 UTC, George Kraft IV
needs-work Details | Review

Description George Kraft IV 2006-12-20 18:08:00 UTC
Enable Metacity to start gnome-at-visual when the user types <ctrl><atl>s.

For more information see:
http://live.gnome.org/GAP/ScratchPad/PreferredApplications
Comment 1 George Kraft IV 2006-12-20 18:09:09 UTC
Created attachment 78702 [details] [review]
prototype 20061220

Untested prototype.
Comment 2 Elijah Newren 2007-04-03 19:32:32 UTC
The keybinding conflicts with the request for switching screen focus in multi-head setups (see some open metacity bug I think numbered somewhere in the 101xxx range).  Also, just as I mentioned in the other bug, I dislike the idea of stealing Ctrl-Alt-[a-z] in general (Ctrl-Alt-d for show_desktop was before I got involved).  We need to figure out some keybindings that don't conflicts and that are good (i.e. most likely not Ctrl-Alt-[a-z]) before committing either of these.

I don't see any other problems with the patch in a quick overview.
Comment 3 Calum Benson 2007-04-10 10:41:48 UTC
Unfortunately there's a bit of inconsistency in how our default global shortcuts have been chosen generally... note that we also now have Ctrl-Alt-L for lock screen :/

Alt-F1 (pop up main menu)
Alt-F2 (open Run... dialog)
PrintScreen (screenshot)
Alt-PrintScreen (screenshot of focused window)
Ctrl-Alt-L (lock screen)
Ctrl-Alt-D (show desktop)

The dilemma, as usual, is that Ctrl-alt-<letter> is easier to remember for users, but potentially takes shortcuts away from application developers.  Alt-F<n> is less likely to be used by an application, but is harder to remember for users.

That said, applications should very rarely need to resort to using Ctrl-Alt-<letter> for their own purposes... are there any examples of GNOME apps that do?  If not, I'd be inclined to slightly prefer Ctrl-Alt-<something>; if so, I guess we should go with Alt-F<something.>
Comment 4 George Kraft IV 2007-04-10 13:21:20 UTC
If there is no assistive technology currently running and a blind or low
vision user would like to get one up and running, then currently he/she
would need to press "<Alt><F2>" then without feedback type in the screen
reader's command and arguments.  I'm proposing to add "<Clt><Alt>s" for
Metacity to run the new "gnome-at-visual" wrapper script which would
launch the system's or the user's preferred visual assistive technology.

http://live.gnome.org/GAP/ScratchPad/PreferredApplications

http://bugzilla.gnome.org/show_bug.cgi?id=387973

I hope this is a worthwhile enhancement.
Comment 5 Elijah Newren 2007-04-10 21:29:15 UTC
Yeah, it would be nice if all the keybindings between gnome-settings-daemon and metacity had been combined and been under the control of the window manager (which David and Dan were suggesting last year at GUADEC).  Then I could have rejected things like Ctrl-Alt-L.  ;-)
Comment 6 Elijah Newren 2007-04-14 23:43:23 UTC
I'd like community feedback on the keybinding issue.  Depending on that feedback, I may allow Ctrl-Alt-[a-z], but I think you'll need to switch either way (if Ctrl-Alt-s is allowed, it makes a lot more sense to me to use it for "switch screen focus" than for "visual assistive technology program launcher").  Anyway, see http://mail.gnome.org/archives/desktop-devel-list/2007-April/msg00170.html
Comment 7 George Kraft IV 2007-04-16 14:39:24 UTC
The keybinding request (387973) to complement the accessibility
enhancement to Preferred Applications (350263) is not critical. Omitting
it should not directly impact LSR, Orca, or GNOME Magnifier.  It or an
equivalent solution would be nice to have, but we shouldn't make it a
blocker for the LSR proposal.
Comment 8 Calum Benson 2008-05-02 17:29:49 UTC
It looks like there wasn't a lot of response to <http://mail.gnome.org/archives/desktop-devel-list/2007-April/msg00170.html> :)  So should we just go ahead and pick a shortcut?  (I'm thinking Ctrl-Alt-A, if we're going with Ctrl-Alt-S for bug #101659, but I'm not an Emacs user so don't know what sort of bug #395645-like chaos they would cause...)
Comment 9 George Kraft IV 2008-05-05 14:13:21 UTC
Perhaps an email should be send to gnome-accessibility-devel@gnome.org
Comment 10 Brian Cameron 2008-05-06 22:01:46 UTC
Note similar bug #531596 which suggests that the keybinding be added to the keybindings capplet.  I'm not sure if it makes more sense to fix this in metacity or gnome-control-center, but I wanted to highlight the similar bug report.
Comment 11 Thomas Thurman 2008-05-06 22:04:05 UTC
@Brian: I may be misunderstanding your point here, but won't it have to be fixed in both?  Metacity will implement it, and the configuration will be set in the capplet.
Comment 12 Brian Cameron 2008-05-06 22:18:26 UTC
Agreed, perhaps this is something that needs to be enhanced in both places.  I'm not sure.  I filed the other bug without knowing about this one.  I just wanted the bugs to reference each other so proper coordination could happen.
Comment 13 Bastien Nocera 2011-02-19 03:25:39 UTC
I'll close this as a duplicate of bug 531596.

Most of the keybindings are implemented within gnome-settings-daemon, with the UI for setting them in gnome-control-center.

If you have ideas about what default keybindings to set, if any, please add them to bug 531596. If keybindings are missing, please file a new bug against gnome-settings-daemon's media keys plugin.

*** This bug has been marked as a duplicate of bug 531596 ***