Skip to content

Commit

Permalink
Merge pull request #40 from Ficik/feature/emit-custom-event
Browse files Browse the repository at this point in the history
support for custom function keys
  • Loading branch information
icebob authored Aug 2, 2019
2 parents 8f37ccc + 9cb5335 commit a50a2e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/keyboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -232,6 +232,10 @@
return;
}
default: {
this.$emit(key.func);
}
}
} else {
addChar = key.key;
Expand Down

0 comments on commit a50a2e2

Please sign in to comment.