Re-work keyword argument implementation for TraceMonkey compatibility
[conkeror.git] / modules / bindings / default / content-buffer / quote.js
blob4623cb66610c64ccb13d81fa9e12deaa7c6a5a17
1 /**
2  * (C) Copyright 2008 Jeremy Maitin-Shepard
3  *
4  * Use, modification, and distribution are subject to the terms specified in the
5  * COPYING file.
6 **/
8 define_keymap("content_buffer_quote_next_keymap");
9 define_keymap("content_buffer_quote_keymap");
11 define_key(content_buffer_quote_next_keymap, match_any_key, "content-buffer-update-input-mode-for-focus", $fallthrough);
13 define_key(content_buffer_quote_keymap, "escape", "content-buffer-update-input-mode-for-focus");
14 define_key(content_buffer_quote_keymap, "M-escape", "content-buffer-update-input-mode-for-focus");
15 define_key(content_buffer_quote_keymap, match_any_key, null, $fallthrough);