Skip to content

Commit

Permalink
Add esc key for #238
Browse files Browse the repository at this point in the history
  • Loading branch information
lefthandedgoat committed Mar 12, 2016
1 parent 33de74d commit 80d31c8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/canopy/canopy.fs
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ let down = Keys.Down
let up = Keys.Up
let left = Keys.Left
let right = Keys.Right
let esc = Keys.Escape

let press key =
let elem = ((js "return document.activeElement;") :?> IWebElement)
Expand Down

0 comments on commit 80d31c8

Please sign in to comment.