AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

hotstring to replace period with period with two spaces

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
supergrass



Joined: 21 Feb 2007
Posts: 17
Location: Australia

PostPosted: Mon May 12, 2008 5:20 am    Post subject: hotstring to replace period with period with two spaces Reply with quote

Hi,

I am trying to make a hotstring to automatically replace a period by a period with two spaces. Eg I want to change this.{Space}How? Becomes I want to change this.{Space}{Space}How?

(old school reporting format I have to use). Since "." is an ending character I am having trouble working out how to do this. I tried:

Code:
::*.::.  `   ;enter two spaces after full stop


But it did not work. Any ideas?

Regards,

Murray
Back to top
View user's profile Send private message
sinkfaze



Joined: 19 Mar 2008
Posts: 113

PostPosted: Mon May 12, 2008 5:46 am    Post subject: Reply with quote

Well since SPACE is an escape character, why not just do this:

Code:
::.::{.}{SPACE}


And use SPACE as your escape character which will in effect go {.}{SPACE}{SPACE}? Yeah it adds a a keystroke but it will most likely avoid confusion in other places where you need a period but not the hotstring.
Back to top
View user's profile Send private message
supergrass



Joined: 21 Feb 2007
Posts: 17
Location: Australia

PostPosted: Tue May 13, 2008 6:27 am    Post subject: double space hotkey Reply with quote

thanks it works well! Smile
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group