Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 562 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 562 Bytes

remoteComputerjs

Virtual keyboard buld with electron js, socket.io and robotjs

required

to compile libturbo-jpeg you must install yasm apt-get install yasm pacman -Syu yasm

installation

run npm i to install node modules run npm run-script compile to rebuild robotjs to support electron run npm start to launch app

keyboard layout

layout and keys ares defines in app/index.html file

	<div class="keyboard">
		<div class="key">A</div>
		<div class="key">B</div>
		<div class="key">C</div>
	</div>

style sheet need to be adapted