Search found 2 matches

by maxoku
21 Jan 2022, 12:16
Forum: Gaming Help (v1)
Topic: Change keys only when Ctrl is pressed Topic is solved
Replies: 2
Views: 546

Re: Change keys only when Ctrl is pressed Topic is solved

Thanks, I've seen the previous code and it works, though only in a separate script. I've just finished up setting everything and returned to thank you. I've checked this new code and it's better, works in my main script. Works perfectly. Thanks a lot.
by maxoku
20 Jan 2022, 23:38
Forum: Gaming Help (v1)
Topic: Change keys only when Ctrl is pressed Topic is solved
Replies: 2
Views: 546

Change keys only when Ctrl is pressed Topic is solved

I need to make arrow keys to execute WASD when I hold Ctrl. Mainly to execute walking instead of running. So I've made code: ^Up::w ^Down::s ^Left::a ^Right::d It works when I first hold Ctrl and then press an arrow key, but not when I start running and then press Ctrl. This code: Up::w Down::s Left...

Go to advanced search