
Security News
Opengrep Adds Apex Support and New Rule Controls in Latest Updates
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Utitlity that helps binding keyboard shortcuts for some of the operations that you do with mouse.
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.
Via PIP:
pip install miceless
To run the app, execute:
python3 -m miceless.run
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.
The tool has two operation modes: recording and playback. You can switch between modes by pressing Ctrl+Alt+~
.
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.
In playback mode pressing Ctrl+Alt+<key>
combo would invoke a sequence of events stored for that combination.
Ctrl+Alt
pressed, because all combos have these keys in them.
This might be a problem for some applications.pynput
which in turn uses Xlib
, thus there might be issues in non-X environments,
e.g. in Wayland.FAQs
Hotkeys for mouse click events.
We found that miceless 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.
Security News
The latest Opengrep releases add Apex scanning, precision rule tuning, and performance gains for open source static code analysis.
Security News
npm now supports Trusted Publishing with OIDC, enabling secure package publishing directly from CI/CD workflows without relying on long-lived tokens.
Research
/Security News
A RubyGems malware campaign used 60 malicious packages posing as automation tools to steal credentials from social media and marketing tool users.