set_protocol_handler: set name property of webapp handlers
[conkeror.git] / modules / bindings / default / content-buffer / button.js
blobc2e98073b195274d626643ecec59ff24cc3e4d13
1 /**
2  * (C) Copyright 2009 John J. Foerch
3  *
4  * Use, modification, and distribution are subject to the terms specified in the
5  * COPYING file.
6 **/
8 define_key(content_buffer_button_keymap, "space", "follow",
9            $browser_object = browser_object_focused_element);
10 define_key(content_buffer_button_keymap, "return", "follow",
11            $browser_object = browser_object_focused_element);