Skip to content

remote keyboard application writeen with electron, socket.io, express and robotjs

Notifications You must be signed in to change notification settings

sylvain121/remoteComputerjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

remote keyboard application writeen with electron, socket.io, express and robotjs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published