-
-
Notifications
You must be signed in to change notification settings - Fork 28
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
Comments
Small note - if the split key is something like Insert, the bug does not happen. Might be useful for others than myself |
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. 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. |
Popping in to say that at least one other person wants this feature! (Thanks for a very handy piece of software, by the way.) |
@Sekanor & @thquinn |
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. This can be closed in favor of #34 |
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
The text was updated successfully, but these errors were encountered: