Announcement

Collapse
No announcement yet.

Script to make the action of two keys work at the same time after being pressed?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Script to make the action of two keys work at the same time after being pressed?

    Which script to make the action of two keys work at the same time after being pressed?

    For example Ctrl + A, some action will only happen if these two keys are pressed together.

  • #2

    I want to put an effect for when I press a key an action happens, and after I release the key cancel the action.

    Comment


    • #3
      Please check the documentation for System.IsKeyDown().

      Ulrich

      Comment


      • #4

        I am Brazilian. Do you have the Manual in Portuguese?

        Comment


        • #5
          Originally posted by Vanderlei Mendes View Post
          Which script to make the action of two keys work at the same time after being pressed?

          For example Ctrl + A, some action will only happen if these two keys are pressed together.
          exemple with ...
          ctrl + a = show image
          ctrl + b = hide image

          code in On key
          Attached Files

          Comment


          • #6
            a other exemple with Rich text
            code in On key of Rich text

            select a text then press

            ctrl+B ---------Blod font
            ctrl+i ---------- Itlaic
            ctrl+u ---------- underline

            Attached Files

            Comment


            • #7

              Thanks friend, again it helped me a lot. Thankful.

              Comment

              Working...
              X