summaryrefslogtreecommitdiff
path: root/include/functions.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-01-05 16:56:49 +0400
committerAndrew Dolgov <[email protected]>2013-01-05 16:56:49 +0400
commit1bcf8f456a89035701355652d10e8b135394e868 (patch)
treed793547b6c187ec4a78d29cca20557e3f5f86d00 /include/functions.php
parent809c8e625bc45253b9478394d487605ce59367ee (diff)
add ability to toggle widescreen mode on the fly
Diffstat (limited to 'include/functions.php')
-rw-r--r--include/functions.php4
1 files changed, 3 insertions, 1 deletions
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",