Hey Sean,
I was able to replicate your bug using the usage scenario you were talking about, here is my config (I copied the iTerm bundle and changed its attributes).
only /my_term/ do
map ";ei", lambda { alert 'Hello from my_term' }
end
only /iTerm/ do
map ";ei", lambda { alert 'Hello from my_term' }
end
Currently you can reuse maps if the applications are totally different. The following works no problem:
only /iTerm/ do
map ";ei", lambda { alert 'Hello from iTerm' }
end
only /Neat/ do
map ";ei", lambda { alert 'Hello from Neat' }
end
This is a bug, we'll patch it!
God Bless You,
JP
On 11/12, Sean Mackesey wrote:
> Hi Jean Paul,
>
> I have been able to launch the applications separately and switch between
> them, the issue is that my *only *and *except* blocks in the Keymandorc do
> > an email to
keymando+u...@googlegroups.com <javascript:>.