mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-20 18:08:24 +08:00
* gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
This commit is contained in:
@ -1,3 +1,7 @@
|
|||||||
|
2003-07-26 Stephane Carrez <stcarrez@nerim.fr>
|
||||||
|
|
||||||
|
* gdb.texinfo (TUI Keys): Document C-x o key to switch active window.
|
||||||
|
|
||||||
2003-07-24 Daniel Jacobowitz <drow@mvista.com>
|
2003-07-24 Daniel Jacobowitz <drow@mvista.com>
|
||||||
|
|
||||||
* gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
|
* gdbint.texinfo (libgdb components): Correct a GDB to GDBN.
|
||||||
|
@ -13857,6 +13857,14 @@ previous layout and the new one.
|
|||||||
|
|
||||||
Think of it as the Emacs @kbd{C-x 2} binding.
|
Think of it as the Emacs @kbd{C-x 2} binding.
|
||||||
|
|
||||||
|
@kindex C-x o
|
||||||
|
@item C-x o
|
||||||
|
Change the active window. The TUI associates several key bindings
|
||||||
|
(like scrolling and arrow keys) to the active window. This command
|
||||||
|
gives the focus to the next TUI window.
|
||||||
|
|
||||||
|
Think of it as the Emacs @kbd{C-x o} binding.
|
||||||
|
|
||||||
@kindex C-x s
|
@kindex C-x s
|
||||||
@item C-x s
|
@item C-x s
|
||||||
Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
|
Use the TUI @emph{SingleKey} keymap that binds single key to gdb commands
|
||||||
@ -13898,9 +13906,10 @@ Refresh the screen.
|
|||||||
@end table
|
@end table
|
||||||
|
|
||||||
In the TUI mode, the arrow keys are used by the active window
|
In the TUI mode, the arrow keys are used by the active window
|
||||||
for scrolling. This means they are not available for readline. It is
|
for scrolling. This means they are available for readline when the
|
||||||
necessary to use other readline key bindings such as @key{C-p}, @key{C-n},
|
active window is the command window. When the command window
|
||||||
@key{C-b} and @key{C-f}.
|
does not have the focus, it is necessary to use other readline
|
||||||
|
key bindings such as @key{C-p}, @key{C-n}, @key{C-b} and @key{C-f}.
|
||||||
|
|
||||||
@node TUI Single Key Mode
|
@node TUI Single Key Mode
|
||||||
@section TUI Single Key Mode
|
@section TUI Single Key Mode
|
||||||
|
Reference in New Issue
Block a user