Skip to content

Commit

Permalink
support for custom function keys
Browse files Browse the repository at this point in the history
  • Loading branch information
Ficik committed Jul 29, 2019
1 parent 8f37ccc commit 9cb5335
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 9cb5335

Please sign in to comment.