https://github.com/spencermountain/somehow-keyboard
a svelte component to render a computer keyboard
https://github.com/spencermountain/somehow-keyboard
Last synced: about 1 month ago
JSON representation
a svelte component to render a computer keyboard
- Host: GitHub
- URL: https://github.com/spencermountain/somehow-keyboard
- Owner: spencermountain
- Created: 2020-09-07T16:12:44.000Z (over 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2020-10-05T15:27:52.000Z (over 4 years ago)
- Last Synced: 2025-01-26T03:27:42.894Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 68.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
![]()
```html
import { Keyboard Key } from './src'
```

### API
- Keyboard
- Key### Key names
```md
# 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