Skip to content

Commit c5b71b8

Browse files
authored
Merge pull request #18 from ta2gch/shiftKey-and-ctrlKey
Added ctrlKey & shiftKey
2 parents 55a713a + 8472fd9 commit c5b71b8

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)