Add keymap for conkeror

One could bind this keymap in their `.conkerorrc' to easily access all
the functions provided by CLark's conkeror module. For example:

    define_key(content_buffer_normal_keymap, "b", clark_keymap);
This commit is contained in:
Tom Willemsen 2013-03-24 13:04:28 +01:00
parent 98ff909164
commit 3f030d3fb3

View file

@ -133,5 +133,7 @@ interactive("clark-find-url-new-buffer",
"find-url-new-buffer",
$browser_object = browser_object_clark_bookmark);
define_keymap("clark_keymap");
define_key(clark_keymap, "a", "clark-add");
provide("clark");