From: Mike Frysinger Date: Mon, 20 May 2013 18:51:45 +0000 (-0400) Subject: googlereaderkeys: add u hotkey X-Git-Url: https://git.wh0rd.org/?p=tt-rss.git;a=commitdiff_plain;h=8add63ca316fa1bf30a8e14a2726a64d9648ff3c googlereaderkeys: add u hotkey --- diff --git a/plugins/googlereaderkeys/init.php b/plugins/googlereaderkeys/init.php index ca8b8851..cf0605cf 100644 --- a/plugins/googlereaderkeys/init.php +++ b/plugins/googlereaderkeys/init.php @@ -23,6 +23,7 @@ class GoogleReaderKeys extends Plugin { $hotkeys["v"] = "open_in_new_window"; $hotkeys["r"] = "feed_refresh"; $hotkeys["m"] = "toggle_unread"; + $hotkeys["u"] = "collapse_sidebar"; $hotkeys["o"] = "toggle_expand"; $hotkeys["(13)|enter"] = "toggle_expand"; $hotkeys["*(191)|?"] = "help_dialog";