| View previous topic :: View next topic |
| Author |
Message |
supergrass
Joined: 21 Feb 2007 Posts: 17 Location: Australia
|
Posted: Mon May 12, 2008 5:20 am Post subject: hotstring to replace period with period with two spaces |
|
|
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 |
|
 |
sinkfaze
Joined: 19 Mar 2008 Posts: 113
|
Posted: Mon May 12, 2008 5:46 am Post subject: |
|
|
Well since SPACE is an escape character, why not just do this:
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 |
|
 |
supergrass
Joined: 21 Feb 2007 Posts: 17 Location: Australia
|
Posted: Tue May 13, 2008 6:27 am Post subject: double space hotkey |
|
|
thanks it works well!  |
|
| Back to top |
|
 |
|