Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog6
-rw-r--r--shell/ev-window.c2
2 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 05dfe58..b1ab898 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
+ * shell/ev-window.c:
+
+ Use F5 as presentation accell
+
+2005-07-11 Marco Pesenti Gritti <mpg@redhat.com>
+
* shell/ev-window.c: (update_chrome_visibility),
(ev_window_create_fullscreen_popup), (ev_window_init):
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,