Let <Esc> transfer focus from Board to ICS Input
authorH.G.Muller <hgm@hgm-xboard.(none)>
Wed, 28 Jan 2015 22:17:23 +0000 (23:17 +0100)
committerH.G.Muller <hgm@hgm-xboard.(none)>
Thu, 7 May 2015 18:53:31 +0000 (20:53 +0200)
commite5156fd4c6007cb79c7a1d16b99ca4f48c5bce9e
tree63b93ed72be99ce632b2152e75265f9060d8e484
parent7304138955ef81f821e739b772cdce89509f518d
Let <Esc> transfer focus from Board to ICS Input

<Esc> in the input field of the ICS Interaction window transfers focus
to the board, but there was no way to transfer focus back without actually
typing something in the input field. <Esc> now does that. Unlike typing
printables, it does not close the chat pane, though. In addition, <Esc>
when the chat pane is open now also transfers focus to the board, rather
than closing the chat pane. This makes quick transparent switching between
board and Chat / ICS Interaction possible. It is no longer possible to
simply hide the chat pane, though. But this was usually done for typing
a command, and swicthing to the board with <Esc> and typing the command
there has the same effect.
dialogs.c
gtk/xboard.c