Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- mode =
- ^a::
- mode := 1
- return
- ^s::
- mode := 2
- return
- ^h::
- mode := 3
- return
- ^t::
- mode := 4
- return
- ^g::
- msgbox, %mode%
- return
- if(mode="1")
- {
- msgbox, 1 mode equals %mode%
- }
- if(mode="2")
- {
- msgbox, 2 mode equals %mode%
- return
- }
- if(mode="3")
- {
- msgbox, 3 mode equals %mode%
- return
- }
- if(mode="4")
- {
- msgbox, 4 mode equals %mode%
- return
- }
Advertisement
Add Comment
Please, Sign In to add comment