Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/shell
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <mpg@redhat.com>2005-07-11 15:54:54 (GMT)
committer Marco Pesenti Gritti <marco@src.gnome.org>2005-07-11 15:54:54 (GMT)
commit0202a575af908e78d0fd9c2a1730989f499d2fb3 (patch)
tree8b4b4e4d14d289bc49d96a72f15aefa06edf3a57 /shell
parent14e7543ecf3dc28eee5d813f5f09d146b539618d (diff)
Use F5 as presentation accell
2005-07-11 Marco Pesenti Gritti <mpg@redhat.com> * shell/ev-window.c: Use F5 as presentation accell
Diffstat (limited to 'shell')
-rw-r--r--shell/ev-window.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ev-window.c b/shell/ev-window.c
index 0c5ca3d..4ac2bb3 100644
--- a/shell/ev-window.c
+++ b/shell/ev-window.c
@@ -2867,7 +2867,7 @@ static const GtkToggleActionEntry toggle_entries[] = {
{ "ViewFullscreen", NULL, N_("_Fullscreen"), "F11",
N_("Expand the window to fill the screen"),
G_CALLBACK (ev_window_cmd_view_fullscreen) },
- { "ViewPresentation", NULL, N_("_Presentation"), "F12",
+ { "ViewPresentation", NULL, N_("_Presentation"), "F5",
N_("Run document as a presentation"),
G_CALLBACK (ev_window_cmd_view_presentation) },
{ "ViewBestFit", EV_STOCK_ZOOM_PAGE, N_("_Best Fit"), NULL,