This commit is contained in:
cannoli-fruit 2026-08-01 23:26:59 -04:00
commit 79e255d19d
11 changed files with 915 additions and 0 deletions

19
README.md Normal file
View file

@ -0,0 +1,19 @@
# KVM
Kernel virtual mouse
KVM is a tool that allows you to use mouse input without reaching over to the mouse, using the kernel's input routines to be portable across X and wayland.
This is still early stage, if you wanna send patches message me on xmpp at cody@youra.monster
## Keybinds:
Exit: q / esc
Move mouse: vim keys
Click: W, E, R (left, middle, and right respectively)
Scroll: M,','
Horizontal Scroll: '.','/'
Tree selector: X
Exit tree selector: P
Tree selector navigate: YUIDFGCVB (buttons are on screen you can figure it out)
## Current problems:
Tree selector mode is X only
Code could probably be cleaned up
No config