Metadata-Version: 2.1
Name: crosspress
Version: 0.1.1
Summary: Cross-platform lightweight keyboard simulator
Home-page: https://gitlab.com/Vadimhtml/crosspress
Author: Vadimhtml
Author-email: i@vadimhtml.ru
License: MIT
Keywords: keyboard simulator Windows Linux macOS
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Unix
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Utilities
Description-Content-Type: text/markdown

# crosspress (v<!--ver begin-->0.1.1<!--ver end-->)

## Cross-platform lightweight keyboard simulator

### Python example
```shell
pip install crosspress
```
```python
from crosspress import tap
tap("x, left shift + a")
```

### Command line usage
```shell
crosspress -t "x, left shift + a"
```

### Keyboard shortcuts
<!--keys begin-->
`'`, `-`, `.`, `/`, `0`, `1`, `2`, `3`, `4`, `5`, `6`, `7`, `8`, `9`, `;`, `` = ``, `[`, `\`, `]`, `` ` ``, `a`, `b`, `backspace`, `c`, `caps lock`, `clear`, `comma`, `d`, `delete`, `down arrow`, `e`, `end`, `enter`, `esc`, `f`, `f1`, `f10`, `f11`, `f12`, `f2`, `f3`, `f4`, `f5`, `f6`, `f7`, `f8`, `f9`, `g`, `h`, `home`, `i`, `insert`, `j`, `k`, `l`, `left alt`, `left arrow`, `left cmd`, `left ctrl`, `left option`, `left shift`, `left win`, `m`, `n`, `num 0`, `num 1`, `num 2`, `num 3`, `num 4`, `num 5`, `num 6`, `num 7`, `num 8`, `num 9`, `num add`, `num decimal`, `num divide`, `num enter`, `num equal`, `num lock`, `num multiply`, `num subtract`, `o`, `p`, `page down`, `page up`, `pause`, `q`, `r`, `right alt`, `right arrow`, `right cmd`, `right ctrl`, `right option`, `right shift`, `right win`, `s`, `scroll lock`, `space`, `t`, `tab`, `u`, `up arrow`, `v`, `w`, `x`, `y`, `z`<!--keys end-->

