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 172949 - F5 for Reload/Refresh
F5 for Reload/Refresh
Status: RESOLVED DUPLICATE of bug 305252
Product: nautilus
Classification: Core
Component: general
2.10.x
Other All
: Low enhancement
: ---
Assigned To: Nautilus Maintainers
Nautilus Maintainers
Depends on:
Blocks:
 
 
Reported: 2005-04-07 13:59 UTC by Palak
Modified: 2005-08-28 23:23 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Nautilus Refresh/Reload Patch (1.44 KB, patch)
2005-05-03 11:05 UTC, Pradeep MN
none Details | Review
nautilus reloads on F5 hotkey (1.91 KB, patch)
2005-05-04 07:44 UTC, vasanth kumar
none Details | Review

Description Palak 2005-04-07 13:59:15 UTC
It would be really helpful if we have the same option for reload or refresh as
in Firefox....  I mean F5.  In the listing of firefox its Ctrl+r but it
refreshes the web page with F5 and getting used to the same option will be much
easier.  Even windows users will find it much easier if they we use F5 for Refresh.

Other information:
Comment 1 Pradeep MN 2005-05-03 11:05:09 UTC
Created attachment 45977 [details] [review]
Nautilus Refresh/Reload Patch
Comment 2 krishna 2005-05-04 07:03:02 UTC
what the patch PRADEEP has created is giving make error.  i don't thing it is
working 

this is the error u will get

application/x-abiwordAbiWordWed May 4 12:28:11 2005 

nautilus-window-menus.c:621: warning: initialization from incompatible pointer type

 

nautilus-window-menus.c:622: warning: excess elements in struct initializer

 

nautilus-window-menus.c:622: warning: (near initialization for `main_entries[11]')

 

nautilus-window-menus.c:623: warning: excess elements in struct initializer

 

nautilus-window-menus.c:623: warning: (near initialization for `main_entries[11]')

 

make[4]: *** [nautilus-window-menus.o] Error 1

 

make[4]: Leaving directory `/root/cvs/gnome2/nautilus/src'

 

make[3]: *** [all-recursive] Error 1

 

make[3]: Leaving directory `/root/cvs/gnome2/nautilus/src'

 

make[2]: *** [all] Error 2

 

make[2]: Leaving directory `/root/cvs/gnome2/nautilus/src'

 

make[1]: *** [all-recursive] Error 1

 

make[1]: Leaving directory `/root/cvs/gnome2/nautilus'

 

make: *** [all] Error 2
Comment 3 vasanth kumar 2005-05-04 07:44:17 UTC
Created attachment 46002 [details] [review]
nautilus reloads on F5 hotkey

F5 reloads nautilus . this takes only one hot key as per the coding style of
nautilus
Comment 4 Christian Neumair 2005-05-11 12:01:19 UTC
Comment on attachment 46002 [details] [review]
nautilus reloads on F5 hotkey

You can't simply replace the "Ctrl-R" binding. It is used for all desktop
applications as suggested by the HIG [1].

[1] http://developer.gnome.org/projects/gup/hig/1.0/userinput.html
Comment 5 Christian Neumair 2005-05-11 12:02:33 UTC
Thanks for your bug report. As stated above, the patch you submitted is not
suitable for inclusion, though. We could add the "F5" keybinding, while
preserving the current one (Ctrl-R).
Comment 6 Pradeep MN 2005-05-11 21:11:23 UTC
Comment on attachment 45977 [details] [review]
Nautilus Refresh/Reload Patch

I have consider only the F5 key but working on Ctrl+R and F5 both just like
mozilla... but needs-work on the same. But i never got any make error...!!! But
be some prob with your source code!
Comment 7 Christian Neumair 2005-07-11 10:44:37 UTC
Pradeep: Are you still willing to rework your patch? Just do the same as we do
with ZoomAccel/ZoomAccel2, and don't forget to change the xml file.
Comment 8 Christian Neumair 2005-08-28 23:23:13 UTC

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