Skip to content

Commit 8472fd9

Browse files
author
TANIGUCHI Masaya
authored
Added ctrlKey & shiftKey
1 parent 55a713a commit 8472fd9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

jquery.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,8 @@ type Event struct {
6969
Which int `js:"which"`
7070
Namespace string `js:"namespace"`
7171
MetaKey bool `js:"metaKey"`
72+
ShiftKey bool `js:"shiftKey"`
73+
CtrlKey bool `js:"ctrlKey"`
7274
PageX int `js:"pageX"`
7375
PageY int `js:"pageY"`
7476
Type string `js:"type"`

0 commit comments

Comments
 (0)