Skip to content

Splitting when holding shift #30

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

Closed
KevinKib opened this issue Jun 19, 2019 · 5 comments · Fixed by #87
Closed

Splitting when holding shift #30

KevinKib opened this issue Jun 19, 2019 · 5 comments · Fixed by #87
Labels
bug Something isn't working

Comments

@KevinKib
Copy link

I've read that it was a known issue that holding shift, ctrl or alt prevent LiveSplit & WSplit from registering the splitkey correctly.

However, my speedgame implies having to hold shift at some point where a split will occur.

Which is why I'm asking, do you think this issue is likely to get a fix someday? Or is it an issue related to LiveSplit limitations?

If it's actually possible I could help doing so

@KevinKib
Copy link
Author

Small note - if the split key is something like Insert, the bug does not happen. Might be useful for others than myself

@Toufool Toufool added the bug Something isn't working label Jul 6, 2019
@Toufool
Copy link
Owner

Toufool commented Jul 6, 2019

Going to keep this open to remind me to attempt to fix this bug at some point. It definitely needs to be fixed for anyone playing PC games since shift is so common. I think the current reason why it doesn't work is because shift, ctrl, and alt are modifiers. Although, I kind of have a workaround for this:

Here's a scenario on how this works:

Lets say I set Start / Split hotkey in AutoSplit as "g". When AutoSplit passes the threshold on an image, it will type g. But, if you are holding shift when this occurs, it will modify g as Shift+g. LiveSplit will read of this as "G, Shift" and not just "G", which is why it won't split.

image

So, for now, if you think that you will be holding shift each time AutoSplit splits, you can set LiveSplit "[key], Shift" and AutoSplit to "[key]". However, with these settings, you will HAVE to be holding shift down each time AutoSplit splits.

@thquinn
Copy link

thquinn commented Jul 31, 2020

Popping in to say that at least one other person wants this feature! (Thanks for a very handy piece of software, by the way.)

@Avasam
Copy link
Collaborator

Avasam commented Sep 30, 2021

@Sekanor & @thquinn
I'm not sure if I understand this question correctly, but might be fixed by #61 ?
You can try out my latest release https://github.com/Avasam/Auto-Split/releases

@Avasam
Copy link
Collaborator

Avasam commented Oct 10, 2021

Oh I think I understand the issue now. Due to the way it works, I don't think it's likely to be fixed from AutoSplit's side, unless modifiers are supported.
In a way, #60 takes care of that.
However, this seems to have been fixed in LiveSplit anyway, as I can set a key without modifiers, and LiveSplit will still catch it with modifier.

This can be closed in favor of #34

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants