GNOME Bugzilla – Bug 346844
Access keys for "Edit Anyway" and "Don't Edit" don't work
Last modified: 2009-08-31 09:08:30 UTC
When I open the same file twice, the yellow banner along the top contains two buttons, "Edit Anyway" and "Don't Edit". "Edit Anyway" claims to have the access key "E", but Alt+E opens the Edit menu instead. And "Don't Edit" claims to have the access key "D", but Alt+D opens the Documents menu instead.
I don't think this bug applies anymore since current behavior (2.18.1) is to switch to the tab with that document instead of asking to reopen the file.
That only seems to happen if the window with it open is on the current virtual desktop. (gedit 2.24.2).
Created attachment 142068 [details] [review] accel_keys patch As usual I remember to fix this kind of bugs when we are on string freeze, so let's leave this here for next cycle.
nacho, your patch still contains an error: _("_Edit An_yway"), Should we infer from your patch that the access key of these strings should be different from other main menu access keys? If this is the case, you should still add a translator comment explaining this. E.g.: /* Translators: the access key chosen for this string should be different from other main menu access keys (Open, Edit, View...) */
Created attachment 142083 [details] [review] accel_keys patch v2 Fixed and added the comments.
Fixed on master using 'w' instead of 'y' as hig says we should try to avoid using 'y'