Thank you. Changed a couple of basic things related to javascript warnings, style, and clarity.
First thing I noticed is that using fallthrough bindings for 's' and '/' is not the best way to focus the search boxes, because those keys will fail to work for anybody using the aggressive focus-blocker which disables focus events initiated from content. It would be more robust to do the focus in chrome code with a couple of normal (non-fallthrough) keys/commands. -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
