Im having trouble creating this hotkey
In my program I use, I want to press Alt and e and B in order to do a command but I want to combine all that into one hotkey how would I do that?I just don't know the command to combine two letters
Im having trouble creating this hotkey
In my program I use, I want to press Alt and e and B in order to do a command but I want to combine all that into one hotkey how would I do that?I just don't know the command to combine two letters
Try the following method: Exclamation(!) for Alt key
!eb::
Send type your commands here
return