Skip to content

Commit

Permalink
Merge branch 'master' into add_release_pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
jpoon authored Sep 19, 2016
2 parents db23616 + 2e1d32a commit bd169ad
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/actions/actions.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,7 @@ const controlKeys: string[] = [
"left",
"right",
"up",
"down",
"<Esc>",
"<BS>",
"<Del>"
"down"
];

const compareKeypressSequence = function (one: string[], two: string[]): boolean {
Expand Down

0 comments on commit bd169ad

Please sign in to comment.