17

How can turn my laptop touchpad into a drawing pad?

I searched a lot for this but the only thing I found was a software called Inklet the problem I have is that this software is for Mac only.

Is there any software or way to turn laptop touchpad into a drawing pad?

Giacomo1968
  • 58,727
Sky
  • 378

4 Answers4

4

I wrote a little C program for a Windows Precision Touchpad that does this in any drawing app where you can draw with a mouse.

Download and run finger-draw.exe. Then when you want to draw in some app (e.g., Paint or Inkscape), select your drawing tool in the app, move the cursor to one corner of the rectangular area where you want to draw and press ctrl+win, and move the cursor to the opposite corner of the area and press ctrl+win again. You will see the cursor quickly flash between all the corners of the area, and then your touchpad works like a drawing pad inside the area you have defined. Press ctrl+win or alt+win to exit drawing mode (the cursor will flash through all the corners of the area again, but this time counterclockwise.)

You can hold down shift to move the cursor without drawing. (If you prefer to hold down shift to draw, run with the --shift-down option.)

To go back to drawing in a previously-defined area, press alt+win.

Currently I don't support pressure sensitivity or hovering or anything fancy like that.

Note: The drawing area height will be adjusted to compensate for the touchpad aspect ratio.

Giacomo1968
  • 58,727
2

I just use my fingers. If you have enough patience, it'll work eventually. I usually hold down with my left hand and draw with my right - do whatever is comfortable for you.

A website I use is aggie.io, but you can use paint or whatever is convenient for you. I inserted an example of a drawing I did.

Example image

Giacomo1968
  • 58,727
2

If you're using Asus/RoG, you can probably be provided with Asus Touchpad Handwriting software. You should be able to find generic software/libraries like this (Sourceforge Link) or this GitHub repo as well to achieve the same

enter image description here

You can use this for adding signature to email or documents as well. It works surprisingly well

enter image description here

Note that to save what you have drawn on the touchpad, you need to take screenshot and save it. Simplest option is to use OneNote clipping tool or Windows 10 inbuilt screenclipping Win+Shift+S

0

Handwriting recognition is build in Google gboard for many languages. So I use unified remote in combination with an Android device (tablet large enough or phone a bit small).

This works directly on a tablet and these are nowadays good enough for word email etc.

But if your work space is a PC than via an android device or via the touch screen of two in one devices (Surface/ HP Elite etc). Next best thing is Remarkable 2 or Kobo Elipsa/ Sage which also have handwriting recognition. Either way not directly via the touchpad.

Giacomo1968
  • 58,727
Maxim
  • 1