GNOME Bugzilla – Bug 604571
When selecting [Go]->[Clear History], both buttons have 'C' as the keyboard shortcut
Last modified: 2011-08-11 19:35:44 UTC
this report has been filed here: https://bugs.edge.launchpad.net/ubuntu/+source/nautilus/+bug/495731 "When selecting [Go]->[Clear History] to clear the list of visited folders, both the [Cancel] and [Clear] buttons have the keyboard shortcut set to the letter 'C'. When [Alt]+[C] is pressed it just cycles the selection between both buttons. It would be better to have a different keyboard shortcut for each of the buttons so the keyboard shortcuts will activate/click the buttons." Thanks,
This is because we use GTK_STOCK_CANCEL and GTK_STOCK_CLEAR to create the text and icons of the buttons. Either we make a custom cancel or clear button or this is a problem of gtk that should have a backup shortcut in these cases. What do you think?
"Clear History" has been removed from the Go menu for 3.1.4. See bug 654422. Closing as OBSOLETE.