From 1c8593c1fa68cd5287c975bb8ef96efce4edbbab Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Sun, 9 Dec 2018 21:17:50 +0300 Subject: add hotkey (a N) to toggle night.css --- include/functions.php | 2 ++ 1 file changed, 2 insertions(+) (limited to 'include/functions.php') diff --git a/include/functions.php b/include/functions.php index 8d0b703f7..9c7d98b69 100755 --- a/include/functions.php +++ b/include/functions.php @@ -1174,6 +1174,7 @@ "create_label" => __("Create label"), "create_filter" => __("Create filter"), "collapse_sidebar" => __("Un/collapse sidebar"), + "toggle_night_mode" => __("Toggle night mode"), "help_dialog" => __("Show help dialog")) ); @@ -1245,6 +1246,7 @@ "c l" => "create_label", "c f" => "create_filter", "c s" => "collapse_sidebar", + "a *n" => "toggle_night_mode", "^(191)|Ctrl+/" => "help_dialog", ); -- cgit v1.2.3