1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-16 06:45:56 +00:00

add ability to toggle widescreen mode on the fly

This commit is contained in:
Andrew Dolgov
2013-01-05 16:56:49 +04:00
parent 809c8e625b
commit 1bcf8f456a
3 changed files with 55 additions and 1 deletions

View File

@@ -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",