Skip to content

Commit 6272faa

Browse files
committed
Update README.md
Add hotkey feature to the readme
1 parent 7084730 commit 6272faa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ Drop in replacement for the default Unity event editor drawer that allows listen
88
* Gives easy access to private, internal, and obsolete methods/properties that Unity usually hides
99
* Allows editing of multiple of the same component type on the same object
1010
* Provides an Invoke button on each event which executes the methods in the list (make sure you are in play mode if they are runtime only!)
11+
* Adds hotkeys for editing events; hotkeys added are Add (Ctrl+A), Copy, Cut, Paste, Delete, and Duplicate
1112

1213
## Installation
1314
1. Grab the EasyEventEditor.cs script by [downloading the zip](https://github.com/Merlin-san/EasyEventEditor/archive/master.zip) and put it somewhere in your project files or download [the most recent release](https://github.com/Merlin-san/EasyEventEditor/releases/latest) and open the .unitypackage in Unity.

0 commit comments

Comments
 (0)