Cannot escape char in autohotkeys Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
Amina

Cannot escape char in autohotkeys  Topic is solved

19 Dec 2015, 15:57

I want to replace funcarg with function(){console.log(arguments)} It never work it always replace funcarg with function()

This is my code:

Code: Select all

::funcarg::function(){console.log(arguments)}
I read this, and try many different ways

https://autohotkey.com/docs/commands/_EscapeChar.htm

Code: Select all

::funcarg::function()\{console.log(arguments)}
::funcarg::function()%{console.log(arguments)}
::funcarg::function()'{console.log(arguments)}
::funcarg::function()`{console.log(arguments)}
User avatar
Xtra
Posts: 2750
Joined: 02 Oct 2015, 12:15

Re: Cannot escape char in autohotkeys

19 Dec 2015, 16:20

Code: Select all

::funcarg::function(){{}console.log(arguments){}}
HTH

Return to “Ask for Help (v1)”

Who is online

Users browsing this forum: peter_ahk, PuzzledGreatly and 299 guests