https://github.com/unclechu/xlib-keys-combo-simulator
Simulation of pressing keys combinations
https://github.com/unclechu/xlib-keys-combo-simulator
Last synced: 4 days ago
JSON representation
Simulation of pressing keys combinations
- Host: GitHub
- URL: https://github.com/unclechu/xlib-keys-combo-simulator
- Owner: unclechu
- License: gpl-3.0
- Created: 2016-08-17T18:49:25.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-08-18T18:39:08.000Z (almost 10 years ago)
- Last Synced: 2025-08-13T03:37:07.630Z (11 months ago)
- Language: C
- Homepage:
- Size: 19.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
xlib-keys-combo-simulator
=========================
Simulation of pressing keys combinations.
Build
-----
```bash
$ make
```
Usage examples
--------------
```bash
$ ./build/simulate-keys LShift RShift
$ ./build/simulate-keys --press-release LShift RShift
$ ./build/simulate-keys --press LShift
$ ./build/simulate-keys --release LShift
$ ./build/simulate-keys CapsLock NumLock --press LShift
$ ./build/simulate-keys --press LShift --release RShift
$ ./build/simulate-keys --toggle Level3Shift
```
List of possible keys to use
----------------------------
This list can be expanded in the future.
I made this tool for my own purposes and have added keys that I only need
at that time.
* LShift
* RShift
* NumLock
* CapsLock
* Level3Shift
Author
------
[Viacheslav Lotsmanov](https://github.com/unclechu)
License
-------
[GNU/GPLv3](./LICENSE)