"John J. Foerch" <[email protected]> writes:

Hi John, 

> Maybe input.js.  Let me know.

Commenting out input.js did the trick, although I at least don't see
anything in it that would explain that:

,--------------------------------------------------------------------
| function input_setup_extra_key_events (window) {
|     window.addEventListener("keydown", input_handle_keydown, true);
|     window.addEventListener("keyup", input_handle_keyup, true);
| }
| add_hook("window_initialize_hook", input_setup_extra_key_events);
`--------------------------------------------------------------------

Now, C-k (cut-to-end-of-line) is not working any more, although C-h k
shows it has the right binding. 

> Note, I make no guarantees about the working state of the version of my rc
> that I keep online.  I put a lot of code in it just for the sake of
> examples for others, assuming people will copy & paste the parts they
> want, but some of it is commented out, or modified in the copy that I
> actually run.  input.js is such an example.

No problem, its much easier and faster to go top-down in this case, i.e.
start with a big refined configuration and comment out the parts that
don't fit ones needs. But the Umlaut problem was a bit essential.

Thanks for the tip (and the great browser!)

-- 
cheers,
Thorsten

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

Reply via email to