Advanced shortcut

Discussion, questions and support.
Post Reply
mokka
Posts: 2
Joined: Jul 10th, ’14, 17:12

Post by mokka » Jan 23rd, ’14, 13:49

Hello, I have a question - I wonder if Fastkeys would help me with playing Call of Duty and some other games.

I see a lot of possibilities for advanced shortcuts but is there a way to have a keyboard shortcut of two regular keys pressed together, like if I simultaneously press D and F something happens?

Thanks and good luck with this GREAT application!
User avatar
Marko
Posts: 1719
Joined: Mar 2nd, ’13, 21:02

Post by Marko » Jan 25th, ’14, 18:44

You can do this indirectly. Replace msgbox with your code.

Type=Command

Code: Select all

d & f::
msgbox Do Something
return
mokka
Posts: 2
Joined: Jul 10th, ’14, 17:12

Post by mokka » Jan 31st, ’14, 13:30

Thanks, great solution!
Post Reply