From 1bcf8f456a89035701355652d10e8b135394e868 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sat, 5 Jan 2013 16:56:49 +0400 Subject: add ability to toggle widescreen mode on the fly --- include/functions.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 7dc109460..921c9235b 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1991,7 +1991,8 @@ "article_scroll_down" => __("Scroll down"), "article_scroll_up" => __("Scroll up"), "select_article_cursor" => __("Select article under cursor"), - "email_article" => __("Email article")), + "email_article" => __("Email article"), + "toggle_widescreen" => __("Toggle widescreen mode")), __("Article selection") => array( "select_all" => __("Select all articles"), "select_unread" => __("Select unread"), @@ -2048,6 +2049,7 @@ "c n" => "catchup_above", "N" => "article_scroll_down", "P" => "article_scroll_up", + "a W" => "toggle_widescreen", "e" => "email_article", // "article_selection" => array( "a a" => "select_all", -- cgit v1.2.3