-
I'm using a bluetooth keyboard sometimes and it would be nice if I could have touchcursor working for both my laptop keyboard and the bluetooth keyboard at the same time. As of now I've got a script t…
-
```
make install
# Stopping the service
systemctl --user stop touchcursor.service
# Copying application to /usr/bin
# This action requires sudo.
sudo cp ./out/touchcursor /usr…
-
What are these keys? They don't compile when I check out project
-
When I hold space I just write a lot of spaces even though I should have succesfully installed it and `systemctl --user status touchcursor.service` shows that it's running. Although checking `journalc…
-
Hi
Thanks for this great software. I have only one small problem: I can't output the enter key.
My key bindings:
KEY_H=KEY_LEFT
KEY_J=KEY_DOWN
KEY_K=KEY_UP
KEY_L=KEY_RIGHT
KEY_N=KEY_HOME
K…
boesi updated
2 years ago
-
### Operating System
Other (please specify)
### DevilutionX version
Custom build (please specify commit ID)
### Describe
On a Maemo Leste phone (the Motorola Droid 4) i have compiled the current …
-
I am running ubuntu 20.04 with i3wm and my computer is Lenovo Legion 7 and after following through the installation (that I've done on other computers before so believe I've done my part correctly) th…
-
When I do the `make` command inside touchcursor-linux I get the following error:
```bash
mattias:touchcursor-linux$ make
gcc -g -Wall -c src/keys.c -o obj/keys.o
src/keys.c: In function ‘convert…
-
Hi, I followed the instructions to install this, I entered the correct keyboard name in the config file and I restarted the service. But the space bar is still behaving as normal. Is there another ste…
-
Hi, I have these two bindings in my touchcursor.conf which do not seem to work. Took the keys from [here](https://github.com/torvalds/linux/blob/master/include/uapi/linux/input-event-codes.h).
KEY_…