mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-20 20:01:28 +00:00
mention wiki in keyboard shortcuts help
This commit is contained in:
@@ -209,6 +209,7 @@
|
|||||||
|
|
||||||
if (db_num_rows($result) == 1) {
|
if (db_num_rows($result) == 1) {
|
||||||
$article_url = db_fetch_result($result, 0, 'link');
|
$article_url = db_fetch_result($result, 0, 'link');
|
||||||
|
$article_url = str_replace("\n", "", $article_url);
|
||||||
|
|
||||||
header("Location: $article_url");
|
header("Location: $article_url");
|
||||||
return;
|
return;
|
||||||
|
|||||||
@@ -67,4 +67,6 @@
|
|||||||
|
|
||||||
</td></tr></table>
|
</td></tr></table>
|
||||||
|
|
||||||
|
<p><a target="_blank" href="http://tt-rss.org/wiki/InterfaceTips"><?php echo __("Other interface tips are available in the Tiny Tiny RSS wiki.") ?></a></p>
|
||||||
|
|
||||||
<p class="small"><?php echo __("Press any key to close this window.") ?></p>
|
<p class="small"><?php echo __("Press any key to close this window.") ?></p>
|
||||||
|
|||||||
@@ -1160,6 +1160,14 @@ div#hotkey_help_overlay ul {
|
|||||||
margin : 0px;
|
margin : 0px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
div#hotkey_help_overlay a {
|
||||||
|
color : #88b0f0;
|
||||||
|
}
|
||||||
|
|
||||||
|
div#hotkey_help_overlay a:hover {
|
||||||
|
color : white;
|
||||||
|
}
|
||||||
|
|
||||||
div#hotkey_help_overlay li {
|
div#hotkey_help_overlay li {
|
||||||
margin : 0px;
|
margin : 0px;
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -2090,8 +2090,9 @@ function postOpenInNewTab(event, id) {
|
|||||||
|
|
||||||
function hlClicked(event, id) {
|
function hlClicked(event, id) {
|
||||||
try {
|
try {
|
||||||
|
if (event.altKey) {
|
||||||
if (!event.ctrlKey) {
|
openArticleInNewWindow(id);
|
||||||
|
} else if (!event.ctrlKey) {
|
||||||
view(id);
|
view(id);
|
||||||
return true;
|
return true;
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user