Messages - Nod5 [ switch to compact view ]

Pages: prev1 2 3 4 5 6 [7] 8 9 10 11 12 ... 234next
31
I noticed that there's a standalone version of QuickSwitch (in AutoHotkey) under active development at https://github.com/gepruts/QuickSwitch It support not only File Explorer but also som third party editors. I haven't tried it but thought it might interest some here.
There's a discussion thread in Everything's forum https://www.voidtools.com/forum/viewtopic.php?f=2&t=9881


32
Might be a bit complicated or not as easy as i imagine.
Hm, sounds like it is just like you described what you wanted in this previous post
https://www.donationcoder.com/forum/index.php?topic=51679.msg447950#msg447950
To use the terms from your sketch graphic: the "show in list part" goes on the left side of the | pipe character. The "send text" part goes on the right side after the string "paste ". Repeat that pattern on a new line for as many key/value pairs you have.
Why not try it for a few days (and try Lintalist too!). Then you'll see if it is a good match and if not you likely know more exactly what other features you're after.

33
So you enter "abc" and it will be replaced by "paste 123"
You open FARR with the hotkey, select "abc" and press Enter and FARR then pastes "123" at the cursor.

But then you need to remember the keyword that will be replaced, am I right?
Whatever you put before the first pipe | character when you create the alias is visible in FARR so if you want both the keyword and text value visible do something like
abc -> 123 | paste 123
But if you have a large number of such textblocks then Lintalist is more suited for the job.

34
I could swear there was a tool that was discussed here years ago
This thread perhaps https://www.donationcoder.com/forum/index.php?topic=51433.msg445306#msg445306

@kunkel321 For AutoHotkey scripts that you have the .ahk source for try my suggestion from the above thread: use ripgrep to near instantly search through all .ahk source files for a hotkey string e.g. ^y::

35
You could kind of also use mouser's FARR for that.
1. Create an alias with keyword value pairs in this format
keyword | paste value
abc | paste 123
golf | paste don't forget to play golf
2. Set a regex pattern for the alias. For example
^zz$
3. Set up a special hotkey in FARR to open FARR and trigger the alias (which then shows the list of keys). Under "Text for search edit box" add "zz" (the string that will trigger the alias).

Pages: prev1 2 3 4 5 6 [7] 8 9 10 11 12 ... 234next
Go to full version