Skip to content

Commit

Permalink
move hotkeys to where the other keyboard commands are
Browse files Browse the repository at this point in the history
  • Loading branch information
bbbradsmith committed Oct 13, 2024
1 parent 3376fa0 commit 66b7ea9
Showing 1 changed file with 11 additions and 17 deletions.
28 changes: 11 additions & 17 deletions readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -53,15 +53,19 @@ The top left corner of the display will start at the byte/bit offset given in th
Right click on an image for an option to save it to disk.
If the pixels are 8-BPP or less, it will be saved as an indexed image.

Alt+0 will return to position to the start of the file.
Alt+0 - Return to position to the start of the file.

Alt+B will advance the position by 1 byte.
Alt+I will advance the position by 1 bit.
Alt+X will advance the position by 1 pixel.
Alt+R will advance the position by 1 row.
Alt+N will advance the position by 1 image (or 16 rows if the image height is 1).
Alt+B - Advance the position by 1 byte.
Alt+I - Advance the position by 1 bit.
Alt+X - Advance the position by 1 pixel.
Alt+R - Advance the position by 1 row.
Alt+N - Advance the position by 1 image (or 16 rows if the image height is 1).

Shift+Alt+B,I,X,R,N will retreat the position by 1 byte, bit, pixel, row, image.
Shift+Alt+B,I,X,R,N - Retreat the position by 1 byte, bit, pixel, row, image.

Ctrl+O - Open a new file.
Ctrl+R - Reload the current file.
Ctrl+W - Toggle pixel window.


Pixel Formats
Expand Down Expand Up @@ -140,16 +144,6 @@ After transferring the palette, you will need to select another preset to view o
using that palette.


Hotkeys
-------

The following global hotkeys may be used:

Ctrl+O - Open a new file.
Ctrl+R - Reload the current file.
Ctrl+W - Toggle pixel window.


Other Notes
-----------

Expand Down

0 comments on commit 66b7ea9

Please sign in to comment.