Starflower Software EditAll EditAll manual

Keyboard

The view you are in determines the program's response to keyboard input.

Use a to z, 0 to 9, and other keys in the Text View.

Use 0 to 9 in the Decimal View.

Use 0 to 9 and A to F in the Hexadecimal View. These 15 keys represent the hexadecimal values 0 to 15.

Backspace deletes the byte left to the cursor in the Text View. Backspace in the Decimal View will delete only one digit of the byte you're editing. This means that the file size will never be changed by pressing backspace in the Decimal View.

Enter in the Text View adds two bytes (carriage return and line feed). In the other views enter moves the cursor one byte to the right.

You can access menu options using the keyboard.
Ctrl+N Start with a new File
Ctrl+O Open a file
Ctrl+S Save a file
Ctrl+Z Undo
Shift+Ctrl+Z Redo
Ctrl+X Cut (Bytes to Paste)
Ctrl+C Copy (Bytes to Paste)
Ctrl+Ins Copy (Bytes to Paste)
Ctrl+V Paste
Shift+Ins Paste
Del Delete
Ctrl+A Select All
Ctrl+F Search for...
F3 Find Next
Ctrl+R Replace
F4 Exact Location...
Ctrl+Home Start of File
Ctrl+End End of File
F5 Binary Editor
F6 Data Types Editor
Ins Set Insert mode
F1 Help