Lintalist

Results 141 comments of Lintalist

I saw your tweet first, anyway it seems to work for me in insiders. If you change https://github.com/lintalist/lintalist/blob/master/lintalist.ahk#L950 `Clipboard:=ClipSet("s",2,SendMethod,Clip)` into `Clipboard:=ClipSet("s",1,SendMethod,Clip)` so 2 becomes 1 does that help? (that would...

You could also try to create a file `include\AfterPaste.ahk` see https://lintalist.github.io/#Configuration-AfterPaste with this contents: #IfWinActive, ahk_exe code.exe ; this will send the paste shortcut again Send ^v Restart lintalist after...

Strange, just tried it again and it works for me. You're not using a clipboard manager by any chance (I do and it doesn't interfere or make a difference when...

I'm at a loss. 1. Did you try the above https://github.com/lintalist/lintalist/issues/217#issuecomment-1233323109 code changes, if that works I can add a "stubborn clipboard" setting and incorporate it in the next update...

Perhaps v1.19.16 resolves it

An experiment, unpack into the lintalist folder: 📁 lintalistActive.zip (has a few other modified and new files) Exit any running copies of Lintalist, start lintalistActive.ahk When you activate lintalist (same...

You title says one thing, but you describe something else :) Case sensitive shorthand will come at some point when find the solution for #144 . A new/second hotkey for...

> A new/second hotkey for "quick search Part 2" wouldn't be too difficult think, I'll give it a shot. Is now part of v1.9.14

Are you sure? It works here with a small test bundle.

I see, yes with shorthand it didn't work yet. Try adding these two lines beneath line 1997 in lintalist.ahk https://github.com/lintalist/lintalist/blob/master/lintalist.ahk#L1997 ``` If QuickSearchHotkeyPart2 PastText1=0 ``` So the above two lines...