Street Fighter V

Street Fighter V

View Stats:
pho_kko Mar 2, 2021 @ 5:52pm
Any way to have shortcuts for 3P, 3K, V-skill, and throw? (Keyboard)
If there's a way to do it already and I'm just dumb, I can't find the option at all. Everything I've looked up has recommended using AutoHotKey, and while I'm familiar with the program, I'd rather not have to open it every time before I play and remember to close it afterwards.

As of right now, I have movement set to arrow keys, punches and kicks are A-D and Z-C, and I've got shortcuts for throw and V-skill set to F and V. I'd like to set shortcuts for 3P and 3K, but I can't map them unless I trade the V-skill and throw shortcuts.
< >
Showing 1-7 of 7 comments
sbt Mar 2, 2021 @ 6:20pm 
Main menu -> options -> other settings -> keyboard settings to see which keyboard key is bound to wich controller button (you can also rebind there) after that
main menu -> press start -> battle settings -> controller and you should be able to set single buttons for throw and so on.
Σnvy Mar 2, 2021 @ 6:30pm 
Autohotkey

Originally posted by sbt:
Main menu -> options -> other settings -> keyboard settings to see which keyboard key is bound to wich controller button (you can also rebind there) after that
main menu -> press start -> battle settings -> controller and you should be able to set single buttons for throw and so on.
You can only have 2 shortcut buttons, he's asking for more, not how to map them.
pho_kko Mar 2, 2021 @ 6:48pm 
Originally posted by Σnvy:
Autohotkey
Yeah, the more I look, the more I just get redirected to AHK. I'm honestly a bit disappointed, but eh. Hopefully an update adds some more support for shortcuts, but I guess I'll just use AHK for now.
Last edited by pho_kko; Mar 2, 2021 @ 6:49pm
pho_kko Mar 2, 2021 @ 10:00pm 
Took a little bit, but I modified this[gist.github.com] to match what I was looking for. Should hopefully be helpful for anyone coming to SFV from third strike on keyboard fightcade like I am.

Assuming arrow keys, punches, kicks, throw (LP+LK), and V-Skill (MP+MK), are already binded, I cut all the numpad bindings from the original code and just added shortcuts for HP+HK (set to q), 3xP (set to w), and 3xK (set to e).

#SingleInstance, ignore #IfWinActive StreetFighterV q:: SendEvent {d down}{c down} KeyWait, q SendEvent {d up}{c up} return w:: SendEvent {a down}{s down}{d down} KeyWait, w SendEvent {a up}{s up}{d up} return e:: SendEvent {z down}{x down}{c down} KeyWait, e SendEvent {z up}{x up}{c up} return #IfWinActive f10::reload
i been taught this recently, and it might help you with your lack of buttons:

if you have 3 punch or 3 kicks assigned for v-reversal. you can press it plus the respective punch or kick to do that kick+punch combination
like: 3punches + light kick = throw or 3 kicks + heavy punch = V-trigger
the only thing that wont work is v-skill, since using a medium button will cause a v-shift instead
Last edited by Definively Not Alchman; Mar 3, 2021 @ 1:28am
sbt Mar 3, 2021 @ 4:04am 
Originally posted by Σnvy:
Autohotkey

Originally posted by sbt:
Main menu -> options -> other settings -> keyboard settings to see which keyboard key is bound to wich controller button (you can also rebind there) after that
main menu -> press start -> battle settings -> controller and you should be able to set single buttons for throw and so on.
You can only have 2 shortcut buttons, he's asking for more, not how to map them.
My bad. Thought you could also bind R3 and L3 but apparently it's not possible. Sorry for giving useless advice :steamsad:
Σnvy Mar 3, 2021 @ 8:02am 
Originally posted by phokko:
Originally posted by Σnvy:
Autohotkey
Yeah, the more I look, the more I just get redirected to AHK. I'm honestly a bit disappointed, but eh. Hopefully an update adds some more support for shortcuts, but I guess I'll just use AHK for now.
I remember on SFIV, I had 12 binds; 6 normals, throw, 2 All kicks/punches, focus, red focus and taunt.
I got used on SFV to do throw with LP + LK, I only use the shortcuts for v-skill/trigger. Maybe you have to train your muscle memory to get used to it, autohotkey isn't perfect, it may get your buttons stuck and make you lose a match because of it (it happened with me).
Also, you only use 3K and 3P for v-reversals, you can do EX moves with only two normals. Some characters you have to combine weird normals to do certain moves like Kolin parry; LP + MP (low parry), LP + HP (mid parry) and MP + HP (high parry).
Originally posted by sbt:
Originally posted by Σnvy:
Autohotkey
You can only have 2 shortcut buttons, he's asking for more, not how to map them.
My bad. Thought you could also bind R3 and L3 but apparently it's not possible. Sorry for giving useless advice :steamsad:
This limitation is because of the playstation port, there is no space for more buttons on a controller so the PC port doesn't get new buttons either. I doubt someone would use L3 and R3 for that. Unless there is a new tech that you can plink with low's.
Last edited by Σnvy; Mar 3, 2021 @ 8:08am
< >
Showing 1-7 of 7 comments
Per page: 1530 50

Date Posted: Mar 2, 2021 @ 5:52pm
Posts: 7