-
Notifications
You must be signed in to change notification settings - Fork 79
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
how to make altsnap only work when only the modifier key is pressed #324
Comments
Set |
this doesnt solve the issue, u basically switched |
Read again. |
oh ok, got it, but am not sure if its a bug or not
|
Not a bug, rather a workaround.
I don't know what you mean.
To enable the combination |
is there a way to configure this in the
here is how to repro 1- set ur config of moving the window like the image above i believe what happens is that altsnap will listen to the first key down event, and if its configured as a modifier for the action u want to take, it will go with it without waiting to check if there is another key was pressed along or not. |
To get it right: Or more abstract, the modkey should cancel the hotkey. My other workaround would be to set ctrl as the kill key. In the altsnap.ini: A2=Ctrl left |
If you want AltSnap not to hook when an other key is pressed you can add it to the KillKeys list:
09 : TAB In this case you will have: |
yes |
cant this also be |
In case Ctrl is set as killkey and modkey any sequence leads to disabling the |
focken legend, thank you both so much ❤️ |
Ctrl+Alt+Click is different than Alt+Ctrl+click
|
already set unfortunately the only way to get this to work properly, is to have both configuration in place |
I did not realize you were using the action without click option. |
I will investigate if a simple mod to improve upon that. For now AltSnap is still usable because Alt+ctrl can be used. |
yeah np, thanks again for ur quick response & support. |
@ctf0
|
@RamonUnch thanks alot for the update, however isnt it possible to just use this option without anything else ? this way the user only needs to toggle this from |
You can use the option without anything else indeed but as soon as the action started you can press the other keys and it will not interupt the movement. This is the role of killkeys. So in your case as you use the Action without click, the action starts automatically and so if you want both Ctrl+Alt and Alt+Cltr to be unhanded by AltSnap, you need to set ctrl to the killkeys because as soon as you press Alt movement starts. So any other keys than killkeys are ignored or used for modifier. Short answer is that it is far more simple to have this two separated options and in the case were you are not using Action without click it is very desirable that those options stay separated. |
ok all good then, many thanks again for ur support & hard work ❤️. |
for example currently am using
Alt
to move the window, however this will take over even when usingalt + ctrl
so how can i limit the window moving to only when
alt
alone is pressed and nothing else with it.The text was updated successfully, but these errors were encountered: