Vincent Bernat writes:

 > > Is there any "emergency exit" for such situations? If not, can it be
 > > implemented somehow?
 > 
 > Hi!
 > 
 > Have a look at this page on the wiki:
 >  
 > http://conkeror.org/UpstreamBugs#FocusedpluginspreventConkerorkeybindingsfromworking

Thanks, that helped a lot! I can't use this approach directly under MacOS,
because there is no way to send commands from the command line to a running
Conkeror instance, but I added an item to the Mac menu that has the same effect.

Here's the modified definition of the File menu, for those who want to apply
the same patch (in content/conkeror.xul):

    <menu id="file-menu" label="File">
      <menupopup>
        <menuitem
            label="New window"
            oncommand="conkeror.input_handle_command.call(window, 
'make-window');"/>
        <menuitem
            label="Unfocus"
            oncommand="conkeror.input_handle_command.call(window, 'unfocus');"/>
      </menupopup>
    </menu>

Konrad.
_______________________________________________
Conkeror mailing list
Conkeror@mozdev.org
https://www.mozdev.org/mailman/listinfo/conkeror

Reply via email to