2 * (C) Copyright 2013 Raimon Grau
4 * Use, modification, and distribution are subject to the terms specified in the
8 require("content-buffer.js");
10 define_keymap("facebook_keymap", $display_name = "facebook");
13 define_key(facebook_keymap, "j", null, $fallthrough);
14 define_key(facebook_keymap, "k", null, $fallthrough);
15 define_key(facebook_keymap, "return", null, $fallthrough);
17 define_keymaps_page_mode("facebook-mode",
18 build_url_regexp($domain = "facebook",
20 { normal: facebook_keymap },
21 $display_name = "Facebook");
23 page_mode_activate(facebook_mode);