| View previous topic :: View next topic |
| Author |
Message |
Mountie
Joined: 30 Oct 2007 Posts: 20
|
Posted: Wed Dec 19, 2007 8:31 pm Post subject: auto-replace not always working properly |
|
|
Hello,
I have the following hotstring ':o:btw::by the way' and I frequently, but not always get: 'btwby the way'. It's almost as if the backspace that would precede the replace is not working.
Anyone experience the same problem and/or know of some way to get around this? |
|
| Back to top |
|
 |
Mountie
Joined: 30 Oct 2007 Posts: 20
|
Posted: Fri Dec 21, 2007 9:13 pm Post subject: |
|
|
Hello,
Would this problem have anything to do with keystroke buffer overflow? |
|
| Back to top |
|
 |
[VxE]
Joined: 07 Oct 2006 Posts: 3254 Location: Simi Valley, CA
|
Posted: Sat Dec 22, 2007 12:55 am Post subject: |
|
|
Would it have something to do with the application you were using at the time not correctly receiving the {backspace} keystrokes sent for the autoreplace?
Have you tried:
| Code: | | :K20o:btw::by the way |
or | Code: | | :B0o:btw::{bs 3}by the way |
_________________ Ternary (a ? b : c) guide TSV Table Manipulation Library
Post code inside [code][/code] tags! |
|
| Back to top |
|
 |
|