Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chrischdi/pyswipe
Python script to enable swipe gestures on a touchpad
https://github.com/chrischdi/pyswipe
Last synced: about 1 month ago
JSON representation
Python script to enable swipe gestures on a touchpad
- Host: GitHub
- URL: https://github.com/chrischdi/pyswipe
- Owner: chrischdi
- Created: 2014-04-28T23:04:49.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-09T16:12:46.000Z (over 10 years ago)
- Last Synced: 2024-10-13T17:45:36.155Z (3 months ago)
- Language: Python
- Size: 184 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
pySwipe
=======Python script to enable swipe gestures on a touchpad.
# Prerequisites
* aur/python-virtkey (to simulate shortcuts)
* aur/xf86-input-synaptics-xswipe-git (to get use of the removed "-m" option of synclient)
* python-configparser (in arch python-configobj)# How to
1. Install prerequisites
2. Grab the pySwipe.py script
3. Place the pySwipe.ini to $HOME/.pySwipe/pySwipe.ini
4. Edit pySwipe.ini to match your shortcut keys (You can find the symkeys in /usr/include/X11/keysymdef.h or get it via the command "xev")
5. Start pySwipe# Todo
* More comments