Skip to content

Commit

Permalink
update ci build
Browse files Browse the repository at this point in the history
  • Loading branch information
sedghi committed Dec 1, 2022
1 parent 37d0393 commit bddc8ae
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion common/reviews/api/tools.api.md
Original file line number Diff line number Diff line change
Expand Up @@ -2606,9 +2606,23 @@ enum KeyboardBindings {
// (undocumented)
Alt = 18,
// (undocumented)
AltMeta = 1891,
// (undocumented)
Ctrl = 17,
// (undocumented)
Shift = 16
CtrlAlt = 1718,
// (undocumented)
CtrlMeta = 1791,
// (undocumented)
Meta = 91,
// (undocumented)
Shift = 16,
// (undocumented)
ShiftAlt = 1618,
// (undocumented)
ShiftCtrl = 1617,
// (undocumented)
ShiftMeta = 1691
}

// @public (undocumented)
Expand Down

0 comments on commit bddc8ae

Please sign in to comment.