Improved describe-bindings display
[conkeror.git] / modules / bindings / default / content-buffer / quote.js
blobd852fe2b6c16261da2c3796566f7ea0509763dd0
2 define_keymap("content_buffer_quote_next_keymap");
3 define_keymap("content_buffer_quote_keymap");
5 define_key(content_buffer_quote_next_keymap, match_any_key, "content-buffer-update-input-mode-for-focus", $fallthrough);
7 define_key(content_buffer_quote_keymap, "escape", "content-buffer-update-input-mode-for-focus", null);
8 define_key(content_buffer_quote_keymap, match_any_key, null, $fallthrough);