

Currently in KDE 4.1 copy and cut send data to the clipboard with the mimetype "application/octetstream", Klipper is not able to display this data. And almost all other applications cannot handle this, too, as this is simply raw data.
Undo the last action.
Redo the last undone action.
Delete the selected bytes and copy them to the clipboard.
Copy the selected bytes to the clipboard.
Insert the cut or copied bytes in the clipboard.
Copy the selected bytes to the clipboard...
: ... encoded as byte values.
: ... encoded as characters.
: ... defined as an array in the programming language C.
: ... as in the data view with offset, byte values and characters.
Select the entire byte array.
Deselect the current selection.
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.
Find the next instance of the pattern.
If there isn't a pattern specified, the dialog box will be shown.
Find the previous instance of the pattern.
If there isn't a pattern specified, the dialog box will be shown.
Replace the find pattern with a different pattern.
Switch between Insert mode and Overwrite mode.
Overwrite mode is implemented to be very strict, it is not possible to change the size of the data (no appending or removing of bytes).
Move the cursor to a specified offset.
Insert a specified string of bytes at the cursor.
Options in the dialog box allow you to specify the number of insertion of the pattern and it's format (Hexadecimal, Decimal, Octal, Binary or Character(s)).