From f8d96543de36dd2d9a223fd017b6c5f671ff3e6a Mon Sep 17 00:00:00 2001 From: Nathan Warner Date: Sat, 30 May 2020 22:45:41 -0600 Subject: Created hotkeys_force_top plugin Renamed swap_jk to match new naming scheme. --- plugins/swap_jk/init.php | 30 ------------------------------ 1 file changed, 30 deletions(-) delete mode 100644 plugins/swap_jk/init.php (limited to 'plugins/swap_jk') diff --git a/plugins/swap_jk/init.php b/plugins/swap_jk/init.php deleted file mode 100644 index d85149ef3..000000000 --- a/plugins/swap_jk/init.php +++ /dev/null @@ -1,30 +0,0 @@ -host = $host; - - $host->add_hook($host::HOOK_HOTKEY_MAP, $this); - } - - function hook_hotkey_map($hotkeys) { - - $hotkeys["j"] = "next_feed"; - $hotkeys["k"] = "prev_feed"; - - return $hotkeys; - } - - function api_version() { - return 2; - } - -} \ No newline at end of file -- cgit v1.2.3