Security News
38% of CISOs Fear They’re Not Moving Fast Enough on AI
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
github.com/pitmairen/tpswipe
#TpSwipe
This is a simple application that reads events form the touchpad and executes user defined commands when a gesture is detected.
Currently only external commands can be executed. The application can not create keyboard or mouse events on its own. This may change in the future.
It can detect swipes up,right,down,left with 2-5 fingers and pinch and spread whith 2-5 fingers.
It has been developed and tested on a Macbook air 11.6" 2013 running Archlinux. I don't know if it will work on other hardware.
You will need to install go to use this application. After installing go and setting up the working environment you can install the application with the following commands
go get github.com/Pitmairen/tpswipe
go install github.com/Pitmairen/tpswipe
Then run the command tpswipe
Create a config file on ~/.config/tpswipe.conf or specify a config file with the -config argument.
The file must contain the path to the /dev/input[X] device that represents the touchpad. Se the example config file for an example configuration.
Your user need to have read permission to the device. This can be done by adding your user to the appropriate group.
There is also a -test which can be used to test if the gestures are detected.
FAQs
Unknown package
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.
Security News
Company News
Socket is joining TC54 to help develop standards for software supply chain security, contributing to the evolution of SBOMs, CycloneDX, and Package URL specifications.