Research
Security News
Malicious npm Packages Inject SSH Backdoors via Typosquatted Libraries
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
You can simply use pip to install gesture-app
:
$ pip install gesture-app
Currently we can use the high-five gesture to trigger any keyboard command, by default it is set to
cmd+shift+3
for Mac. Windows users might need to reconfigure this. Please refer API documentation
on how to use the various commands.
This app currently detects 1 gesture i.e high-five. We can configure trigger diferent keyboard inputs to this gesture.
gesture-app register
Use this to register yourself as a user and save your custom keyboard actions
This commands starts the app with the present configuration, if no changes in app configurations have been made then default configuration is used.
gesture-app start
You can add keyboard actions like so. Note: These are not mapped to trigger when gesture is recognized, they are just saved
in config file for later use.
-a
: Name of the action
-s
: keyboard command
gesture-app addaction -a "copy text" -s "cmd+shift+3"
To display all the actions that are currently present in config use the following
gesture-app showactions
You can use this to get gesture names that are currently present.
gesture-app showgestures
-a
: Name of the action
-g
:Name of gesture
Please note that the action name should already be
registered using the addaction
command.
gesture-app mapActionWithGesture -a "copy text" -g "high_five"
If there are any issues, please write to us at
meghajindal1997@gmail.com
vempaliakhil96@gmail.com
This project is licensed under the Apache License, see the LICENSE file for details.
FAQs
the hand gesture recognition app
We found that gesture-app demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.
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.
Research
Security News
Socket’s threat research team has detected six malicious npm packages typosquatting popular libraries to insert SSH backdoors.
Security News
MITRE's 2024 CWE Top 25 highlights critical software vulnerabilities like XSS, SQL Injection, and CSRF, reflecting shifts due to a refined ranking methodology.
Security News
In this segment of the Risky Business podcast, Feross Aboukhadijeh and Patrick Gray discuss the challenges of tracking malware discovered in open source softare.