0.1.1 • Published 4 years ago

somehow-keyboard v0.1.1

Weekly downloads
15
License
-
Repository
-
Last release
4 years ago
<script>
  import { Keyboard Key } from './src'
</script>

<Keyboard>
  <Key key="8" fill="red" />
</Keyboard>

image

API

  • Keyboard
  • Key

Key names

# top row

'`'
1
2
3
4
5
6
7
8
9
0
'-'
'='
'del'

# 2nd row

'tab'
'q'
'w'
'e'
'r'
't'
'y'
'u'
'i'
'o'
'p'
'['
']'
'\\'

# 3rd row

'caps'
'a'
's'
'd'
'f'
'g'
'h'
'j'
'k'
'l'
';'
'\''
'enter'

# 4th row

'lshift'
'z'
'x'
'c'
'v'
'b'
'n'
'm'
''
'.'
'/'
'rshift'
// bottom row
'lctrl'
'lopt'
'lcmd'
'space'
'rcmd'
'ropt'
'rctrl'

MIT

0.1.1

4 years ago

0.1.0

4 years ago

0.0.1

4 years ago