simple-keyboard/simple-keyboard-layouts

how would it be in angular2?

ifyum opened this issue · 1 comments

ifyum commented

layout: {
default: [
" 1 2 3 4 5 6 7 8 9 0 {bksp}",

  "k {enter}",
     
],
shift: [
  "~ ! @ # $ % ^ & * ( ) _ + {bksp}",
  "{tab} Q W E R T Y U I O P { } |",
  '{lock} A S D F G H J K L : " {enter}',
  "{shift} Z X C V B N M < > ? {shift}",
  ".com @ {space}"
]

},

Hello @ifyum, it should be the same - Thanks!