Skip to content

Commit d700c06

Browse files
Merge pull request #74 from bpasero/fix-73
Event definition is wrong (fixes #73)
2 parents 19e42ee + 159c83b commit d700c06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

base/base_inner.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@
2222
preventDefault: () => void;
2323
sender: WebContents;
2424
returnValue: any;
25-
ctrlkey?: boolean;
25+
ctrlKey?: boolean;
2626
metaKey?: boolean;
2727
shiftKey?: boolean;
28+
altKey?: boolean;
2829
}

0 commit comments

Comments
 (0)