1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-18 04:51:29 +00:00

hotkey support for prefs

This commit is contained in:
Andrew Dolgov
2008-05-16 07:05:12 +01:00
parent 85ef21180b
commit 746dcf4299
6 changed files with 137 additions and 18 deletions

View File

@@ -1302,7 +1302,7 @@ function hotkey_handler(e) {
if (Element.visible("hotkey_help_overlay")) {
Element.hide("hotkey_help_overlay");
}
} */
}
if (typeof localHotkeyHandler != 'undefined') {
try {
@@ -1310,7 +1310,7 @@ function hotkey_handler(e) {
} catch (e) {
exception_error("hotkey_handler, local:", e);
}
}
} */
if (hotkey_prefix) {
debug("KP: PREFIX=" + hotkey_prefix + " CODE=" + keycode);