An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        


somehow-keyboard


— part of somehow

WIP svelte infographics



by
Spencer Kelly








```html

import { Keyboard Key } from './src'

```

![image](https://user-images.githubusercontent.com/399657/95099270-aafafc80-06fd-11eb-82da-e9c05a74d292.png)

### 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