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 105699 - Menu accelerators override key-bindings set by user
Menu accelerators override key-bindings set by user
Status: RESOLVED DUPLICATE of bug 100636
Product: galeon
Classification: Deprecated
Component: User interface
1.3.1
Other All
: Normal minor
: ---
Assigned To: galeon-maint
Yanko Kaneti
Depends on:
Blocks:
 
 
Reported: 2003-02-10 04:07 UTC by Satya
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Satya 2003-02-10 04:07:03 UTC
Prior to Galeon version 1.3, user key bindings were used instead of menu accelerators. For examples, with gtk-key-theme-name = "Emacs", Ctrl-A move to the beginning of line. However, 1.3 onwards, Ctrl-A does select all, while key-bindings not used by menu accelerators work fine.

It would be nice, if galeon didn't override user prefernces.

I don't know if this has been reported earlier or has been discussed on mailing lists (my search for this in bug database as well as mailing lists failed). If it has been, I am sorry for the duplicate submission.

Thanks
Satya
Comment 1 Ben FrantzDale 2003-03-03 08:03:44 UTC
I get this too, and I must say, it's the thing that bugs me most about
the GTK2 version of Galeon.
Comment 2 sylvain_pasche 2003-03-03 11:02:39 UTC
This is a temporary hack to prevent crtl-a being bound to "select all"

in the file $prefix/share/gnome-2.0/ui/galeon-ui.xml, look for a line
like the one below:
	
	<cmd name="EditSelectAll" _label="Select All" _tip="Select the entire
document"
	_accel="*Control*A"/> 

There, you can remove the attribute _accel="*Control*A", or rename it
to something else (sample new line:)

	<cmd name="EditSelectAll" _label="Select All" _tip="Select the entire
document" />

I know this is not a way to resolve this bug, only an ugly hack, but
at least it removes this big annoyance for the moment.
Comment 3 Tommi Komulainen 2003-03-08 18:45:12 UTC

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