Currently in KDE 4.4 simple 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. So also see for the submenu.
- → (Ctrl+Z)
Undo the last action.
- → (Ctrl+Shift+Z)
Redo the last undone action.
- → (Ctrl+X)
Delete the selected bytes and copy them to the clipboard.
- → (Ctrl+C)
Copy the selected bytes to the clipboard.
- → (Ctrl+V)
Insert the cut or copied bytes in the clipboard.
- →
Copy the selected bytes to the clipboard...
: ... encoded as byte values.
: ... encoded as characters.
: ... encoded in the Base64 format.
: ... defined as an array in the programming language C.
: ... as in the data view with offset, byte values and characters.
- →
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, Character(s) or UTF-8).
- → (Ctrl+A)
Select the entire byte array.
- → (Ctrl+Shift+A)
Deselect the current selection.
- → (Ctrl+E)
Opens an embedded dialog to enter the range to select.
- → (Ins)
Switch between Insert mode and Overwrite mode.
Note
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).
- → (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.
- → (F3)
Find the next instance of the pattern.
If there isn't a pattern specified, the dialog box will be shown.
- → (Shift+F3)
Find the previous instance of the pattern.
If there isn't a pattern specified, the dialog box will be shown.
- → (Ctrl+R)
Replace the find pattern with a different pattern.
- → (Ctrl+G)
Move the cursor to a specified offset.