Code Monkey home page Code Monkey logo

Comments (5)

eugenesvk avatar eugenesvk commented on June 24, 2024 3

Aw that's a shame! I was really hoping to consolidate all the AltDrag functions to just one hand location.

I know it's been a while since your comment, but until @RamonUnch has implemented this feature, just in case someone else might find this: you can already achieve single-hand window management if you combine Autohotkey with AltDarg
I've remapped one of my mouse keys (vk05 mouse key code in Autohotkey) to Left Winkey on hold and can use (hold)Side Mouse key + (hold)Left Mouse key to e.g. move a window (left mouse key is assigned to Move window in Altdrag), here is a snippet from autohotkey v2

;🖰G6 ⟶ left winkey when down
vk05::SendInput '{LWin Down}'
;🖰G6 ⟶ 🖰G6 when up
vk05 Up::{
  if (A_PriorKey="LControl") { ; should be vk9A vk9B (LMB/RMB)?, not sure why "LControl", maybe AltDrag passes it?
    SendInput '{LWin Up}'
  } else {
    SendInput '{LWin Up}{vk05 Down}{vk05 Up}'
  }
}

from altdrag.

RamonUnch avatar RamonUnch commented on June 24, 2024 2

@displayerror
I am Working on this feature, so that windows can be manupulated with the mouse only.
I will post a build when it will be ready.
In the meantime you can check the latest version of AltDrag here.
https://github.com/RamonUnch/AltDrag/releases

from altdrag.

stefansundin avatar stefansundin commented on June 24, 2024 1

Hi!

Unfortunately you can't set mouse buttons as hotkeys as of yet. The list is only checked in the keyboard hook. I'll probably rework this in the future.

Sorry!

from altdrag.

displayerror avatar displayerror commented on June 24, 2024 1

Aw that's a shame! I was really hoping to consolidate all the AltDrag functions to just one hand location. Unfortunately my mouse drivers/software don't allow for rebinding.

Well thank you for considering it and I really look forward to future updates! :)

from altdrag.

RamonUnch avatar RamonUnch commented on June 24, 2024

Here is a test build.
RamonUnch/AltSnap#28

from altdrag.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.