Skip to content

809825706/Handwriting-keyboard-for-Linux.

 
 

Repository files navigation

Handwriting-keyboard-for-Linux.

This is programm written for Linux X11 desktop environment.

Currently supports only Chinese language.

You can find compiled .deb package in releases page.

In order to use the programm xdotool package should be installed: sudo apt install xdotool

Some technical details

Programm written by using tauri framework https://tauri.app/

Program based on script from https://github.com/ChenYuHo/handwriting.js

To recognize handwritten pattern program uses Google API.

You can change language of recognition by editing this line language: 'zh-CN', in /src/main.ts file.

In order to run from code or compile the programm: You need to install Node.js 18 or newer version and Rust as well.

Install Node.js dependencies: npm install

Run program in development environment: npm run tauri dev

Compile the programm: npm run tauri build

Recommended IDE Setup

About

Handwriting keyboard for Linux using Google API.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 69.1%
  • TypeScript 17.3%
  • HTML 6.1%
  • CSS 5.0%
  • Rust 2.5%