New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

touchscreen-taps

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

touchscreen-taps

  • 0.1.1
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

TouchscreenTaps

TouchscreenTaps is a touchscreen taps recognizer. It allows "tap and hold" gesture to be recognized and assign a command to it.

Instalation

sudo gpasswd -a $USER input
sudo apt install libinput-tools
sudo apt install xdotool
sudo apt install ruby
sudo gem install touchscreen-taps

Usage

touchscreen-taps

Pass custom config

touchscreen-taps /home/user/custom_config.yml

Config example

---
tap_and_hold: # event name
  1: # fingers count
    command: 'xdotool click 3'
    acceptance_delay: '0.5' # seconds

Run as daemon

touchscreen-taps &

Autostart

echo 'touchscreen-taps &' | sudo tee /etc/profile.d/start-touchscreen-taps.sh

Tested on:

Surface Pro 3 (i5/8gb/256gb) Ubuntu 18.04 LTS (linux 5.5, Gnome, Xorg)

License

The gem is available as open source under the terms of the MIT License.

FAQs

Package last updated on 21 Feb 2020

Did you know?

Socket

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.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc