Jump to content

Recommended Posts

Posted

Thank you

I was looking for a solutution with {RWIN} key, but it is not possible.

Instead I had used /*-+

Result:

HotKeySet("{NUMPADMULT}", "_Multiply")

HotKeySet("{NUMPADSUB}", "_Subtract")

HotKeySet("{NUMPADADD}", "_Add")

HotKeySet("{ESCAPE}", "_Escape")

While 1

Sleep(1000)

WEnd

Func _Divide()

MouseClick("left")

MouseClick("left")

Sleep(500)

Send("^{INSERT}")

EndFunc

Func _Multiply()

Send("{SHIFTDOWN}")

Send("{RIGHT 10}")

Send("{SHIFTUP}")

Sleep(300)

Send("^{INSERT}")

EndFunc

Func _Subtract()

Send("^{INSERT}")

EndFunc

Func _Add()

Send("^v")

EndFunc

Func _Escape()

Exit

EndFunc

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
  • Recently Browsing   0 members

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