|
From: Alan E. <ala...@gm...> - 2008-03-25 15:40:36
|
I bind "ESC" shortcut to "close current docking area" which brings me back into the textarea but also hides the last docking area that I activated. I suppose adding that macro: view.getTextArea().requestFocus(); wouldn't do any harm though. On Tue, Mar 25, 2008 at 3:58 AM, Lemon Juice <mi...@da...> wrote: > > Thanks to all for the replies. > > > > Kazutoshi Satoda wrote: > > > > In my environment (JRE 1.6.0_05, Windows XP), just pressing ESC > > returns the cursor to the text area. > > > > Doesn't this work in your environment? > > > > Yes, it does, I didn't realize pressing ESC will do it, I tried other keys > but not this. > > > Dale Anson wrote: > > > > view.getTextArea().requestFocus(); > > > This macro is great too because it allows me to go to the text area not only > from the incremental search bar but from all other docks I have open. > > > > > > > -- > View this message in context: http://www.nabble.com/Shortcut-to-put-cursor-in-text-area--tp16196482p16273691.html > > Sent from the jedit-users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by: Microsoft > Defy all challenges. Microsoft(R) Visual Studio 2008. > http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ > -- > ----------------------------------------------- > jEdit Users' List > jEd...@li... > https://lists.sourceforge.net/lists/listinfo/jedit-users > |