Rename actionType to keyActionType and macroActionType respectively.

This commit is contained in:
László Monda
2016-03-28 17:10:30 +02:00
parent cbf83cf778
commit 81fe488dce
3 changed files with 22 additions and 21 deletions

View File

@@ -32,6 +32,7 @@ class KeystrokeAction extends KeyAction implements Serializable {
toJsObject(): any {
return {
keyActionType: 'keystroke',
scancode: this.scancode,
modifierMask: this.modifierMask
};