ID:161009
 
how do you make it were once you click a key a command is used. And I mean like you just click "a" and you don't have to click enter after. Is that even possible with dream maker?
Yes and what you're looking for are called macros.
In response to Andre-g1
can you code that though so that its automatically like that
In response to Gladiatoror
You can either do that or make an interface file then modify the macros.
In response to Jemai1
You can either put this in a DM Script(.dms) file:
macro
a return "Command" //Replace "a" with any key. They work with alt only, I believe. For shift, ctrl, or none, use interface files(.dmf)

Or of course use interface files like I mentioned above.
In response to Kaiochao
Kaiochao wrote:
You can either put this in a DM Script(.dms) file

I recommend not using dms files, as they are pretty much phased out. Using the interface is a much better idea.
In response to Unknown Person
I know, but it's still possible as I just tested it.