Skip to content

Commit

Permalink
Updated Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
echo-devim committed Oct 27, 2019
1 parent 86a2ef3 commit 885f834
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,10 @@ This project is based on **qhexedit2**. New features should be added in the futu
* Colored output (white spaces, ASCII characters, 0xFF, UTF-8 and NULL bytes have different colors)
* Interpret selected bytes as integer, long, unsigned long [`CTRL + B`]
* Copy & Paste [`CTRL + C` and `CTRL + V`]
* Copy selected unicode characters [`CTRL + D`]
* Copy selected unicode characters [`CTRL + Space`]
* Zeroing all the selected bytes [`CTRL + D`]
* Undo & Redo [`CTRL + Z` and `CTRL + Y`]
* Find & Replace
* Drag & Drop (*Hint:* Drag&Dropping two files the editor will diff them)
* Overwrite the same file or create a new one [`CTRL + S`]
* Big files supported
Expand Down

0 comments on commit 885f834

Please sign in to comment.