comment
[conkeror.git] / modules / bindings / default / content-buffer / anchor.js
blob85b5cf460b7d8ef9e0e6838f45cc3d74431da15d
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_anchor_keymap, "return", "follow",
9            $browser_object = browser_object_focused_element);
10 define_key(content_buffer_anchor_keymap, "o", "follow-new-buffer",
11            $browser_object = browser_object_focused_element);