From 238eff0165cd80b3915d6fc53b4ad8bc866e03dc Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 15 May 2008 17:27:11 +0100 Subject: [PATCH] actions dropbox: add action to show hotkey help --- tt-rss.css | 5 +---- tt-rss.js | 4 ++++ tt-rss.php | 3 ++- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/tt-rss.css b/tt-rss.css index a5ab1513..73db3b4a 100644 --- a/tt-rss.css +++ b/tt-rss.css @@ -1796,14 +1796,11 @@ div#hotkey_help_overlay { right : 15%; top : 15%; z-index : 999; -/* background-color : #f8fcf5; - border-width : 1px 1px 1px 1px; - border-style : solid; - border-color : #99d67a; */ padding : 1em; background : url("images/shadow_dark.png"); color : white; border : 1px solid black; + font-size : 12pt; } div#hotkey_help_overlay h1 { diff --git a/tt-rss.js b/tt-rss.js index 0e4c153c..a8a54fb4 100644 --- a/tt-rss.js +++ b/tt-rss.js @@ -529,6 +529,10 @@ function quickMenuGo(opid) { rescoreCurrentFeed(); } + if (opid == "qmcHKhelp") { + Element.show("hotkey_help_overlay"); + } + } catch (e) { exception_error("quickMenuGo", e); } diff --git a/tt-rss.php b/tt-rss.php index b5fac9f5..1f0e6d4a 100644 --- a/tt-rss.php +++ b/tt-rss.php @@ -82,7 +82,7 @@ - -- 2.39.2