Search found 2 matches

by timblaktu
18 Jul 2022, 17:41
Forum: Ask for Help (v1)
Topic: select word function that really works
Replies: 13
Views: 5226

Re: select word function that really works

UPDATE: I got it working, mapping Ctrl+Shift+C to Copy current word without the silly trailing whitespace MS seems to think is useful, using: ^+c: val := SelectWord() Clipboard := val My problem was I didn't understand what CLipboard and ClipboardAll really were. Not completely sure I do now, but at...
by timblaktu
15 Mar 2018, 16:12
Forum: Scripts and Functions (v1)
Topic: Automatically Restore Last Window Position For Each Process
Replies: 51
Views: 36321

Re: Automatically Restore Last Window Position For Each Process

I was trying to "uninstall" this ahk script, and have followed @gallaxhar's instructions (run main script with RegistryDelete.ahk colocated) multiple times and every time I reboot it (something) was still trying to run the AutomaticWindowManager.ahk script. I simply moved the script, and then found ...

Go to advanced search