Re: Start with a short user story. ( e.g. kbd focus) (from refactoring morphic thread)

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

Re: Start with a short user story. ( e.g. kbd focus) (from refactoring morphic thread)

Chris Muller
> Now, the biggest annoyance about morphic is that I
cannot use my
> >keyboard properly, e.g. I have to point my mouse to
an input box
> >before typing.

I never understand this.  To get initial focus you clicked that window,
so why move the mouse away?

> Unfortunately changing this is a not so small step,
as it propagates
> >trough the whole system

What about turning off mouseOverForKeyboardFocus and
desktopHonorCmdKeys?  Doesn't that take care of it?