Hi!

I am loading Twitter page mode with the following snippet:

#v+
require("twitter");
undefine_key(twitter_keymap, "f");
#v-

While the `f` key can now be used for its original purpose without
prefixing it with `C-z`, Twitter still manages to receive this
keypress. I have looked at the code of Twitter and it registers an event
handler on `document.body` for `keydown`, `keypress` and `keyup`.

What would be the best way to not allowing it to receive the `f` key?
Which event does Conkeror will intercept? `keypress`?
-- 
printk("What? oldfid != cii->c_fid. Call 911.\n");
        2.4.3 linux/fs/coda/cnode.c
_______________________________________________
Conkeror mailing list
[email protected]
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to