On Tue, May 25, 2010 at 08:18:14PM +0200, Mihai Călin Bazon wrote:
> Hi folks,

Hello


> 
> I'm just trying this out, it's very good!  (if only it would have split
> windows, it would be amazing!)


.. it's in the long term plans... much to be done to lay the groundwork
though.  <http://conkeror.org/Roadmap>

> 
> Anyway, the question I wanted to ask: I would like, from a certain application
> (i.e. ymacs.org — an Emacs-like editor written in JavaScript), to disable
> Conkeror key bindings and allow the application to catch them all.  I know I
> could do that in my .conkerorrc but IMO is not the right place.  I'd like to 
> be
> able to insert some JS code into Ymacs to tell the browser, when it's 
> Conkeror,
> to let me receive the key events.  Is this possible?
> 


I disagree that server-side is the right place to make this happen.
Ideally the application should be browser-agnostic.  In Conkeror, the
keyboard handler can be bypassed either by a page-mode (a module to
interact with a specific site) or by quote-mode.  Quote-mode is the better
option here.  Hit C-M-q to enable quote-mode, and all keys will be sent to
the page until you hit escape.

Neat app.  As a side-note, I noticed a lot of jsconsole warnings as I used
ymacs:

   JavaScript Warning: "The 'charCode' property of a keyup event should
   not be used. The value is meaningless."

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

Reply via email to