What is the difference between using a Key Press and using a Key Down/Key Up combination?
When you have a Key Down step in the Pressed Event list and a corresponding Key Up step in the Released Event list, you will be able to mimic keyboard actions more precisely. For instance, many FPS games will fire your weapon using the CTRL (control) key on your keyboard. So if you were creating a ‘Fire Weapon’ command, you could use a ‘key CTRL down’ step in the pressed event and a ‘key CTRL up’ step in the released event. When you press a button on your controller device that has been assigned the ‘Fire Weapon’ command, Pinnacle will tell your computer that the CTRL key is currently being held down… and after you release the button on your controller, Pinnacle will tell your computer that the CTRL key is no longer being held down. So in this scenario, your weapon would continue to fire as long as you continued to hold down the button on your controller, and it would stop firing when you released it. If you had instead used a Key Press step such as ‘key CTRL press’ in the pressed ev
Related Questions
- When using JFW on a Windows 95 desktop, the JFW cursor announces that it is reading one desktop icon but when I press the select key another icon is actually selected and opened. What do I do?
- What is the difference between using a Key Press and using a Key Down/Key Up combination?
- Why editor doesn execute some command by specified key combination?