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

https://github.com/wallix/rdp-keyboard.js

convert a KeyEvent to RDP scancode
https://github.com/wallix/rdp-keyboard.js

Last synced: 24 days ago
JSON representation

convert a KeyEvent to RDP scancode

Awesome Lists containing this project

README

          

# Install Dependencies

```sh
npm i
```

# Test

```sh
./test.sh
```

# Coverage

```sh
./test.sh --coverage
./test.sh --output-html
```

# generate lib/reversed_layouts.js

```sh
./tools/gen_reversed_keylayout.sh
```

Readable version with

```sh
DEBUG=1 ./tools/gen_reversed_keylayout.sh
```