Announcement

Collapse
No announcement yet.

Help Request = Exp: Button OneClick Run "Alt+Shift" keyboard command ??

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

  • Help Request = Exp: Button OneClick Run "Alt+Shift" keyboard command ??

    I am a new developer. I have a question. I'm sorry that my english is bad. I have a button in my project and get the button "alt" + "shift" operation on the keyboard in one click.

    smp image : http://prntscr.com/mcryzm

  • #2
    Globals:
    require("SendKeys")

    On Click
    SendKeys("^+")

    DLL in Script Folder



    Code:
    [ATTACH]n302502[/ATTACH]

    Comment


    • #3
      change ^ whit %

      Comment


      • #4
        how about to send keys like this = Windows Logo key + P?

        Comment


        • #5
          SendKeys doesn't support the Windows key., For this you have to use autoit

          Comment


          • #6
            .......... using luacom plugin example


            Code:
            [ATTACH]n302508[/ATTACH][ATTACH]n302508[/ATTACH]

            Comment


            • #7
              Originally posted by herrin View Post
              .......... using luacom plugin example


              Code:
              [ATTACH]n302508[/ATTACH][ATTACH]n302508[/ATTACH]
              What would be the full code for alt + shift? Can you give an example?

              Comment

              Working...
              X
              😀
              🥰
              🤢
              😎
              😡
              👍
              👎