Awesome…
Care to share the video/code? I actually have something similar (Corsair Scimitar’s macro customizer doesn’t work on Linux
As I was writing this I found a project that deals with Corsair MMO mice on Linux so now I will be going on an egg hunt.
pasting from my keybind config
# snippet based on end4 dotfiles -- FIXME edge case where a # preexisting tmp.png might be overwritten # English bind = Super+Shift,T,exec,grim -g "$(slurp $SLURP_ARGS)" "tmp.png" && tesseract -l eng "tmp.png" - | wl-copy && rm "tmp.png" # Japanese bind = Super+Shift,J,exec,grim -g "$(slurp $SLURP_ARGS)" "tmp.png" && tesseract -l jpn "tmp.png" - | wl-copy && rm "tmp.png"