Hotkeys for mouse click events.
Project description
MiceLess
Utitlity that helps binding keyboard shortcuts for some of the operations that you do with mouse.
Usecase
Primary usecase that this tool was written for is switching focus between windows on different monitors.
In some cases, e.g. multiple desktops, simple Alt-TAB
wont help,
because it would either switch you to latest used app or would require you to press this combo several times,
until you reach target window. With this tool you can configure shortcuts so that, for example, Ctrl-Alt-1
would
set window in left monitor in focus and Ctrl+Alt+2
would set focus for window in right monitor.
Installation
Via PIP:
pip install miceless
To run the app, execute:
python3 -m miceless.run
Manual
MiceLess stores a mapping between key-combos and sequences of mouse clicks.
App config would be stored in home folder in .miceless
file.
The app should work anywhere where pynput
works, yet it has been tested only on Ubuntu with X server.
Modes
The tool has two operation modes: recording and playback. You can switch between modes by pressing Ctrl+Alt+~
.
Recording
While in recording mode, Ctrl-Alt-<key>
combo would append click in current mouse location to the list
of events for a given combo. Pressing special combination Ctrl+Alt+0
would clear events list for last used key combo.
Playback
In playback mode pressing Ctrl+Alt+<key>
combo would invoke a sequence of events stored for that combination.
Known issues
- Playback clicks are executed with
Ctrl+Alt
pressed, because all combos have these keys in them. This might be a problem for some applications. - There might be collisions with app-specific hotkeys that would result in not desired firings of event sequences.
- Events capture is based on
pynput
which in turn usesXlib
, thus there might be issues in non-X environments, e.g. in Wayland.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file miceless-1.0.0.tar.gz
.
File metadata
- Download URL: miceless-1.0.0.tar.gz
- Upload date:
- Size: 3.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 90c7eddef4d2abf97bfbccc1e0162d1841cf04e4306179a15327d245f72a0c9c |
|
MD5 | b2247484b3db30f460865c89ac85dde8 |
|
BLAKE2b-256 | 64e562c0584c17c157b76036f65eed3ba48474e5278da607640aaa65f160c276 |
File details
Details for the file miceless-1.0.0-py3-none-any.whl
.
File metadata
- Download URL: miceless-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.12.1 pkginfo/1.5.0.1 requests/2.18.4 setuptools/40.8.0 requests-toolbelt/0.8.0 tqdm/4.19.5 CPython/3.6.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 26c7129e27be21980e60463f67c226d2a29af9dd46c044981929a7e9f8f5899f |
|
MD5 | 5b48e1b9df4e46033896624b0a9955c8 |
|
BLAKE2b-256 | 7203fe9158d647ecf09220debbd1d30d7ee3ab9bc0dc073a0b3ebda71e28b164 |