Jump to content

how to make my input type what keys I am pressing


Recommended Posts

I don't know where to start on this but what I want to do is when my little "bar" in my input box is blinking and I press keys on my keyboard I want the script to be able to type them how I am pressing them.

For example:

I press "a", it will put in the input "A"

If I press "A", it will put in the input "A"

If I press the control key, it will put in the input "Ctrl"

Where do I start...

Link to comment
Share on other sites

I don't know where to start on this but what I want to do is when my little "bar" in my input box is blinking and I press keys on my keyboard I want the script to be able to type them how I am pressing them.

For example:

I press "a", it will put in the input "A"

If I press "A", it will put in the input "A"

If I press the control key, it will put in the input "Ctrl"

Where do I start...

_IsPressed()

When the words fail... music speaks.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...