trying to send, % or send %x% or send, { Topic is solved

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
cleetz
Posts: 30
Joined: 04 Feb 2023, 15:09

trying to send, % or send %x% or send, {

Post by cleetz » 09 Mar 2024, 17:42

Hello. topic. When trying to send % symbols or brackets as in type them out, it wont send them for me. is there a work around for this? I guess its something with how skite or ahk is coded to where it by default wont type them in a sentence when called to using send, command . Would make it alot more effective with the prewritten code im trying to input when I press a hotkey if I didnt have to fill in those sections everytime. Thank you

User avatar
mikeyww
Posts: 27372
Joined: 09 Sep 2014, 18:38

Re: trying to send, % or send %x% or send, {  Topic is solved

Post by mikeyww » 09 Mar 2024, 17:50

Code: Select all

#Requires AutoHotkey v1.1.33.11
Send `%
Send {{}
Send {}}
Send `n
Send `%x`%
Send `n
Send % "%x%"
Explained: Escape sequences

Post Reply

Return to “Ask for Help (v1)”