| Author |
Message |
Forum: Scripts Topic: Paste plain text (and copy/cut) |
| Endolith |
|
Posted: September 30th, 2011, 5:06 am
|
|
Replies: 20 Views: 14769
|
Laszlo wrote: just add a bunch of StringReplace, or a RegExReplace instruction
Ok. How do you detect that it's in a filename box on the desktop or Explorer, though? |
|
 |
Forum: Scripts Topic: Paste plain text (and copy/cut) |
| Endolith |
|
Posted: September 29th, 2011, 5:08 pm
|
|
Replies: 20 Views: 14769
|
| Is there a way to make it strip newlines and slashes and other bad characters while pasting to a filename in Windows Explorer or the Desktop? I'm sick of this stupid error dialog. I'd rather it just strip out the bad characters or replace them with "-" |
|
 |
Forum: Support Topic: Help with AutoHotkey_l unicode version of URIEncode() |
| Endolith |
|
Posted: August 23rd, 2011, 9:25 pm
|
|
Replies: 5 Views: 441
|
| How do we urlencode unicode text? 电 is Unicode point U+7535 which encoded to UTF8 is hex E7 94 B5 which then becomes %e7%94%b5 for URLs, and works correctly: http://www.google.com/search?hl=en&q=%e7%94%b5 But how do I get AutoHotkey_L to convert "电" to "%e7%94%b5&quo... |
|
 |
Forum: Support Topic: Auto-Correct 2 capital letters in a word: WOrd ==> Word |
| Endolith |
|
Posted: May 12th, 2011, 5:10 pm
|
|
Replies: 34 Views: 4654
|
Anonymous wrote: Great script. Any chance of merging it with ShiftOff, which removes CapsLock if on when Shift<KEY> is pressed? Works to fix tHE iVNVERSE cASE problem when some 'person' leaves CapsLock on....
Are they incompatible? |
|
 |
Forum: Utilities Topic: SpeedCrunch - GUI Calculator |
| Endolith |
|
Posted: March 28th, 2011, 8:52 pm
|
|
Replies: 27 Views: 7990
|
| What would be really useful is a calculator that has natural display, i.e. leaves answers as surds, fractions etc for ultimate precision and easier readability. If not then graphing functions are a must. This is why I currently use PowerToy calc. I haven't looked at your script, but have you planne... |
|
 |
Forum: Scripts Topic: Zenburn-esque Notepad++ Theme |
| Endolith |
|
Posted: March 26th, 2011, 8:45 pm
|
|
Replies: 16 Views: 28435
|
| Where does stylers.xml go? |
|
 |
Forum: Support Topic: Undo text replacement? |
| Endolith |
|
Posted: March 19th, 2011, 4:25 pm
|
|
Replies: 14 Views: 690
|
| [*]You don't seem to acknowledge how much time was put into AutoHotkey, and "AutoHotkey hotstrings should work the same way" seems... ungrateful? Insolent? Rude?(no offence intended)(not sure what bugs me there) o_O [*]>5 years of code has been written without that happening, so adding it... |
|
 |
Forum: Support Topic: Undo text replacement? |
| Endolith |
|
Posted: March 18th, 2011, 9:46 pm
|
|
Replies: 14 Views: 690
|
| Autohotkey is usually a tool for "power users", not people who want global auto-correct. If you want global auto-correct, use a 3rd party tool suited for the job. AutoHotkey is also a tool for automatic text replacement. "Expand abbreviations as you type them" is a prominent fea... |
|
 |
Forum: Support Topic: Undo text replacement? |
| Endolith |
|
Posted: March 18th, 2011, 9:24 pm
|
|
Replies: 14 Views: 690
|
| And no, AutoHotkey hotstrings should not work the same way. I use them for more than auto-replace. Yes, they should. If you're using it for something other than text replacement, then the backspace wouldn't do the same thing. How would this conflict with anything, anyway? If there are conflicts, it... |
|
 |
Forum: Support Topic: Undo text replacement? |
| Endolith |
|
Posted: March 18th, 2011, 8:55 pm
|
|
Replies: 14 Views: 690
|
Is there a way to undo hotstrings like
Code: ::ansewr::answer
?? In most AutoCorrect software, when it autocorrects, you can push Backspace to undo the autocorrect, and then backspace again deletes the last character you typed. AutoHotkey hotstrings should work the same way. |
|
 |
Forum: Support Topic: Auto-Correct Two Consecutive Capitals |
| Endolith |
|
Posted: March 18th, 2011, 7:47 pm
|
|
Replies: 13 Views: 750
|
| Is there a way to make it only fix 2 consecutive capitals at the beginning of a word? |
|
 |
Forum: Support Topic: Auto-Correct 2 capital letters in a word: WOrd ==> Word |
| Endolith |
|
Posted: February 18th, 2011, 5:40 pm
|
|
Replies: 34 Views: 4654
|
Chris wrote: Also, I've made this section disabled by default because it sometimes causes unwanted corrections such as IfEqual->Ifequal
Why would it change that in the first place? Those aren't consecutive capitals. If it's changing that, then it's a bug that needs to be fixed. |
|
 |
| Sort by: |