#mouse #keyboard #hid #hotkey #keyboard-shortcuts #simulation

app mousemode

mousemode is a daemon that let us to use mouse operations on the Keyboard

1 unstable release

0.1.8 Dec 29, 2021
0.1.7 Dec 18, 2021
0.1.1 Nov 30, 2021

#14 in #keyboard-shortcuts

Download history 2/week @ 2024-02-19 5/week @ 2024-02-26 144/week @ 2024-04-01

144 downloads per month

GPL-2.0-or-later

1.5MB

mousemode

mousemode: (keyboard.shortcuts) => mouse.operations; // 🦀

keyboard shortcut mouse operation
P + 1
P + 2
P + 3
P + 4
P + Q right-click
P + W left-click

Demo

demo_mousemode.gif

Installation

  1. Install Dependencies.

    Linux Windows macOS
    libX11 📝 - -
    libxdo-dev 📝 - -
  2. Build and install a Rust binary.

    cargo install mousemode
    
  3. Run a Rust binary.

    mousemode
    

...!!XD

Note: Development

Libraries

The Rust Standard Library

use Docs.rs
std::thread std::thread
std::time std::time

Cargo.toml

use crates.io Docs.rs GitHub
device_query device_query device_query ostrosco/device_query
mouse-rs Mouse-rs Mouse-rs AltF02/mouse-rs

Dependencies