Closed aand18 closed 1 year ago
I wonder if it can replicate the behaviour of an older program I used (no longer maintained):
* resize: `right click` + `drag` * move: `right click` in center window
I've tried:
* the default (`Alt` + `Click`) behaviour - it requires too much precision (press an exact key) and requires keyboard use. I find it very uncomfortable, compared to what I'm used to (`right click `+ `drag`) which requires no keyboard and `right click` + `drag` needn't be precise * activation with a second mouse button - it's difficult to drag the mouse while pressing multiple buttons, uncomfortable vs. what I've used before (`right click `+ `drag`)
I'm not sure if I understand you correctly, but you can bind resizing to the middle mouse or the back forward buttons and use them without the activation key.
@Ichisich thanks for the reply!
I'm afraid other mouse buttons aren't practical for my work with browsers, and interfering with default mouse functionality is problematic:
mouse back btn
+ right click
-> Risky in browser usage. I've used it and accidentally navigated back in the browser a few times already, losing form data. :(hotclick back btn
-> Same as above, too risky.hotclick middle btn
-> I've never owned a mouse with a comfortable middle click, including my current mouse. :(hotclick long left click
-> I often make text selections that require long left clicks. Plus, it's probably frustrating to wait around for the action to trigger.From my point of view, activating with right click
is the nicest option because:
right click + drag
is not a common functionality, so I'm not losing existing features.right click
has no risk; it simply opens a context menu. This is unlike mouse back btn
, which can change the state of the current browser page.EDIT: the following setup with mouse button 2
would be perfect:
EDIT 2: currently not good enough because it disables the click
action of the button.
I've tested mouse back btn
, like in the screenshot above. Moving/resizing works perfectly but clicking does nothing. My suggestion would be to have an activation threshold for the drag.
Therefore, two improvement suggestions:
Hope I was clear enough. Any thoughts?
EDIT 2: currently not good enough because it disables the click action of the button. I've tested mouse back btn, like in the screenshot above. Moving/resizing works perfectly but clicking does nothing. My suggestion would be to have an activation threshold for the drag.
I did not read everything, but the Resize action forwards the click if you perform a long click. You can also check the Avoids blocking Alt+Click option in the general tab and you will no longer need a long click.
Also you can already ues MB1 and 2 as a hot-click if you directly edit the .ini file. They are not present in the GUI so that people do not mess up by accident.
So in your case you want to set PiercingClick=1
in the [Adbvanced] section of the ini file.
And set Hotclicks=03
so that the Right mouse button is a hotclick.
So in this case you will have Right click that is forwarded whn you release it.
If the cursor change disturbs you you can try to set UseCursor=3
or UseCursor=0
Keep in mind that the mouse click has to be blocked in the case of an acivation, AltSnap then forwards it if no action was done but it cannot know this in advance, so if you set a mouse button as a hotclick you can no longer drag and drop with the said button, So for MMB, MB4/5 it is no trouble but for LMB and even RMB it might be a significant annoyance depending on your workflow, that s why it is disabled by default.
Also do not forget you Also have the DragThreshold
Option in the [Advanced] tab section of the ini file.
DragThreshold=1
; Require a small drag before actually starting a movement.
; Set to 0 to disable (like for AtSnap 1.58 and below)
; Set to 1 to have a drag threshold for maximized/snapped windows only (default).
; Set to 2 to always have a drag threshold.
; Set to 3 to have a drag threshold even when resizing the window.
In general I would advice you get a good read through the wiki and through the ini file options. I know the wiki is not up-to-date but everything takes times and I there are other priorities, even though I agree wiki is more important than it looks.
Thanks for your time and the detailed suggestions!
I'll take a bit to test everything, and then come back with some feedback.
Hello, I updated the original post with some settings that match what I was looking for. I also updated the title for better "searchability".
Performance is great and I had no issues with default right-click functionality. IMO this app should be part of Windows!
Thanks again!
TL;DR: Set the following values in AltSnap.ini to use right-click like in NiftyWindows:
Original:
Hello, I'm really excited to find this neat program!
I wonder if it can replicate the behaviour of an older program I used called NiftyWindows (no longer maintained):
right click
+drag
right click
in center windowTL;DR: to enable NiftyWindows behaviour, set this in AltSnap.ini
I've tried:
Alt
+Click
) behaviour - it requires too much precision (press an exact key) and requires keyboard use. I find it very uncomfortable, compared to what I'm used to (right click
+drag
) which requires no keyboard andright click
+drag
needn't be preciseright click
+drag
)I apologise if it's already answered somewhere else, I couldn't find it. I've looked at the pinned items and tried a few different settings.