The K Desktop Environment

5.2. Edit Menu

Edit->Undo (Ctrl-Z)

Undo the last action.

Edit->Redo (Ctrl-Shift-Z)

Redo the last undone action.

Edit->Cut (Ctrl-X)

Delete the selected bytes and copy them to the clipboard.

Edit->Copy (Ctrl-C)

Copy the selected bytes and copy them to the clipboard.

Edit->Paste (Ctrl-V)

Insert the bytes in the clipboard.

Edit->Special (Ctrl-V)

Variations on Copy and Paste:

Copy as Text: Copies the selected bytes as ASCII characters

Paste Into New File.

Paste Into New Window.

Edit->Select All

Select entire document.

Edit->Unselect

Unselect entire document.

Edit->Find (Ctrl-F)

Find a specified pattern in the document. Hexadecimal,decimal, octal, binary or text patterns can be searched for.

Options in the dialog box allow you to specify the starting point, direction and range of the search.

Edit->Find Next (F3)

Find the next instance of the "Find" pattern.

Edit->Find Previous (Shift-F3)

Find the previous instance of the "Find" pattern.

Edit->Replace (Ctrl-R)

Replace the "Find" pattern with a different pattern.

Edit->Goto Offset (Ctrl-G)

Move the cursor to a specified offset.

Edit->Insert Pattern (Ctrl-G)

Insert a specified string of bytes.

Options in the dialog box allow you to specify the length of the pattern, its format (hexadecimal, decimal, octal, binary or text) and the insertion point.

If "Repeat pattern" is checked, the specified pattern will be inserted repeatedly to reach the length set in "Size".