mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-05 19:42:36 +02:00
GP-4631: Add "Select All" action to TerminalProvider.
This commit is contained in:
parent
ff72278bef
commit
929deb3c3c
2 changed files with 36 additions and 0 deletions
|
@ -83,6 +83,13 @@
|
|||
<B>CTRL-SHIFT-H</B> or <B>CTRL-SHIFT-G</B>, respectively. They repeat the last search in the
|
||||
forward or backward direction.</P>
|
||||
|
||||
<H3><A name="select_all"></A>Select All</H3>
|
||||
|
||||
<P>This is accessed using the local drop-down menu or the key sequence <B>CTRL-SHIFT-A</B>. It
|
||||
selects all text in the terminal, including its scrollback buffer. If all the text is already
|
||||
selected, then this selects nothing, so that pressing the keystroke twice is effectively
|
||||
"Select None."</P>
|
||||
|
||||
<H3><A name="terminate"></A>Terminate</H3>
|
||||
|
||||
<P>This action is accessed using the local drop-down menu. It will terminate the Terminal's
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue