Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

drag without clicking trackpad #21

Closed
CodisRedding opened this issue Mar 20, 2017 · 14 comments
Closed

drag without clicking trackpad #21

CodisRedding opened this issue Mar 20, 2017 · 14 comments

Comments

@CodisRedding
Copy link

How easy would it be to mimic what zooom2 does and allows windows to be dragged without having to actually click the trackpad and dragging, but instead just keys + dragging?

@unphased
Copy link

I really want this feature.

This program works much better than BTT's current implementation (which is already quite buggy even prior to Sierra). It is buttery smooth and does not lose track of the dragged window. But forcing the user to actually click makes it much more cumbersome and less efficient.

@eun-ice
Copy link

eun-ice commented Nov 1, 2017

I also look for an alternative to Zoom/2. This does almost what Zoom/2 did, you just have to click on right/left mouse button. That's a small usability issue on desktop but on a macbook with a touchpad it's not usable at all.

Once this is solved, I know quite a few users of Zoom/2 who will immediately use this project.

@unphased
Copy link

unphased commented Nov 1, 2017

I've never used zooom/2, and took a bit of searching to find out what it is, but I have been quite happy with Better Touch Tool's equivalent functionality. It's hidden in the settings. But it works without requiring clicking. It's a big deal. 😊

@ghost
Copy link

ghost commented Mar 10, 2018

A workaround is described here: #25 (comment) — with the workaround you can use the three finger drag without having to click.

@stevelacey
Copy link

Yes, this and #36 would give you feature parity (well, window moving/resizing parity) with HyperDock too

@ghost
Copy link

ghost commented Jul 4, 2018

After having waited for months for hover-resize to be added, I started digging through existing forks, and was pleased to discover that the @finestructure's fork does exactly what I wanted. It compiled without issue with Xcode (9.4.1) and can be configured to work exactly the same way as bettertouchtool.

image

The changes for the behaviour above are in the branch named move-only-tracking.

Compilation steps (you must have Xcode installed):

  1. git clone git@github.com:finestructure/easy-move-resize.git
  2. cd easy-move-resize
  3. git checkout move-only-tracking
  4. open easy-move-resize.xcodeproj (or double-click the project file in Finder)
  5. Click the Run button in xcode: this should build and run the app (quit the app).
  6. In terminal enter open ~/Library/Developer/Xcode/DerivedData (or use Finder) and locate the folder named easy-move-resize-<random-characters> — it will contain the app bundle Easy Move+Resize.app which you can copy to /Applications

A zipped binary version that I compiled is here (you probably should not install random binaries, but in case you don't care or don't feel like building it yourself you have it).

@finestructure: in case you get to read this then many-many thanks for your work!

@finestructure
Copy link

@elfua thanks - I'm glad this is proving useful :) Having received feedback from @dmarcotte about forking this in #41 I'll look into cleaning this up into a "hover mode only" fork.

@finestructure
Copy link

@elfua please also note that I've changed my Github username a few days ago from @feinstruktur to @finestructure. The github url you reference is therefore outdated (although it should work via a forward if I'm not mistaken).

@ghost
Copy link

ghost commented Dec 6, 2018

@finestructure: thanks for the heads-up! i've updated the repo, even though github does indeed redirect to the updated account name.

@reverie
Copy link

reverie commented Feb 8, 2019

Just wanted to say thank you so much to @elfua and @finestructure! Working perfectly.

@finestructure
Copy link

FYI, I've just pushed the first release of Hummingbird, with the "hover" behaviour: https://github.com/finestructure/Hummingbird/releases/tag/2.0.0

@CodisRedding
Copy link
Author

@finestructure should there be a compiled application file in the ....app.zip? (i'll talk over on your repo if we continue on)

@finestructure
Copy link

@CodisRedding Yes, just unzipping the file should do the trick! Please open an issue over in my repo if it’s not working, happy to take a look.

@dmarcotte
Copy link
Owner

Closing in favor of #50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants