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
- Host: GitHub
- URL: https://github.com/wallix/rdp-keyboard.js
- Owner: wallix
- License: gpl-2.0
- Created: 2021-10-25T15:35:30.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T18:30:40.000Z (over 1 year ago)
- Last Synced: 2025-01-02T08:44:53.466Z (over 1 year ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```