I am currently new to delphi. I have started to create a program I want to use to bind commands for steam games. So far the program looks like this
What I want to do is simple. I want a person to type somthing like Hello World in the "Type Here box"
Then they go up to "bind key" and press a key on their keyboard and it will automatically come up.
Next is a drop down menu called Say commands. (This program is ment for a steam game.) So if someone wanted to shout, whisper etc they would pick.
Then all they do is press Generate and it would generate like this.
This is the full Bind.
bind "key chosen" "say shout Hello world!"
(bind will have to come up in the generater box inorder for it to work with steam.)
Im not sure how to get all of this to work like that. Any kind of help would be great.
Thank you!