Hi all,

  I just merged the branch dynamic-keymaps into master.  It's mainly a
refactoring of runtime keymap handling.  There are a couple of changes for
which you may need to update your rc:


* browser_prevent_automatic_form_focus_mode has been renamed and put in
  its own file. To use this mode, simply do this:

require("block-content-focus-change.js");


* The variable browser_automatic_form_focus_window_duration was renamed to
  block_content_focus_change_duration.


* The commands follow-current, follow-current-new-buffer,
  follow-current-new-buffer-background, and follow-current-new-window have
  been removed. Instead of binding to these commands, you can just do
  this:

define_key(content_buffer_anchor_keymap, "d", "follow",
           $browser_object = browser_object_focused_element);


-- 
John J. Foerch
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to