Rui T. C. Matos wrote:
Hello all,

this one is really simple: is there a way to give the keyboard focus to an app
in the dock?
It has been discussed recently here.

You can't send focus to docked window using your mouse, but you can do that using goto command. At least, in ion-2 it works -- I have terminal window in dock that I can map/unmap via hotkeys.

The code looks like the following:

local regg=mplex:current()
WDock.map(term_dock)
regg.goto(term_dock)

--
With best regards,
Ilya Schurov

Reply via email to