martywallace / vue-keyboard

A simple virtual keyboard for Vue.js.
MIT License
153 stars 16 forks source link

Allow usage of pipe character #13

Closed martywallace closed 7 years ago

martywallace commented 7 years ago

Currently this character serves to break the layout into rows and does not have a method for escaping so it can be used inside the keyboard.

martywallace commented 7 years ago

Also applies to curly braces { }.