From 0202a575af908e78d0fd9c2a1730989f499d2fb3 Mon Sep 17 00:00:00 2001 From: Marco Pesenti Gritti Date: Mon, 11 Jul 2005 15:54:54 +0000 Subject: [PATCH] Use F5 as presentation accell 2005-07-11 Marco Pesenti Gritti * shell/ev-window.c: Use F5 as presentation accell --- ChangeLog | 6 ++++++ shell/ev-window.c | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 05dfe589..b1ab898e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +2005-07-11 Marco Pesenti Gritti + + * shell/ev-window.c: + + Use F5 as presentation accell + 2005-07-11 Marco Pesenti Gritti * shell/ev-window.c: (update_chrome_visibility), diff --git a/shell/ev-window.c b/shell/ev-window.c index 0c5ca3de..4ac2bb35 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, -- 2.43.5