How to detect an exclamation mark Topic is solved

Ask gaming related questions (AHK v1.1 and older)
Plzhelpme
Posts: 1
Joined: 05 Jan 2019, 08:36

How to detect an exclamation mark

05 Jan 2019, 08:42

I'm making a script to automatically type interrobangs for mw ehn I type ?! but my script keeps throwing errors and I can't understand how to do it. Please help!
Script:
?{!}::Send, {U+203D}
^Esc::ExitApp
swagfag
Posts: 6222
Joined: 11 Jan 2017, 17:59

Re: How to detect an exclamation mark

05 Jan 2019, 11:33

Code: Select all

:X:?!::Send {U+203D}
lookup various hotstring options in the docs, and pick out whats appropriate for ur use case
Rohwedder
Posts: 7630
Joined: 04 Jun 2014, 08:33
Location: Germany

Re: How to detect an exclamation mark  Topic is solved

06 Jan 2019, 07:03

Hallo,
try:

Code: Select all

:*:?!::{U+203D}

Return to “Gaming Help (v1)”

Who is online

Users browsing this forum: No registered users and 67 guests