Search found 36 matches

by Archivist
Dec 13th, ’17, 16:08
Forum: General Discussion
Topic: Special Character Question
Replies: 3
Views: 2206

Special Character Question

When I create a Text Expander for the bullet point character (•) I get really weird behavior:

1. it removes the description;
2. it acts as if I've checked Don't Delete string;

Is there a special way I'm supposed to enter special characters
by Archivist
Dec 5th, ’17, 18:08
Forum: Suggestions
Topic: "autocomplete" for Text Expander
Replies: 2
Views: 2133

Re: "autocomplete" for Text Expander

thanks!
by Archivist
Nov 28th, ’17, 17:15
Forum: Announcements
Topic: FastKeys 4.04 Released
Replies: 9
Views: 10196

Re: FastKeys 4.04 Released

How do you use the new search feature? I couldn't find it in the help
by Archivist
Oct 5th, ’17, 22:12
Forum: General Discussion
Topic: Open Home Directory (using environment variables)
Replies: 2
Views: 1825

Re: Open Home Directory (using environment variables)

Perfect.

This also works

explorer.exe "C:\Users\%A_UserName%\Google Drive"
by Archivist
Oct 5th, ’17, 17:32
Forum: General Discussion
Topic: Open Home Directory (using environment variables)
Replies: 2
Views: 1825

Open Home Directory (using environment variables)

An OPEN version of the command %USERPROFILE% doesn't do anything.

I have a cludgy version w/ a run command

Code: Select all

cmd.exe /k explorer C:\Users\%USERNAME% & exit
Is there a correct way to do it.
by Archivist
Oct 5th, ’17, 15:57
Forum: Suggestions
Topic: "autocomplete" for Text Expander
Replies: 2
Views: 2133

"autocomplete" for Text Expander

on entering the default leader character or something, create a autocomplete-like pop up of text expander values to select from. I have a lot and it's hard to remember all my acronyms.
by Archivist
Oct 4th, ’17, 22:43
Forum: General Discussion
Topic: How to Mix Stuff
Replies: 2
Views: 1885

Re: How to Mix Stuff

Worked great! thanks
by Archivist
Oct 4th, ’17, 20:01
Forum: General Discussion
Topic: How to Mix Stuff
Replies: 2
Views: 1885

How to Mix Stuff

I'm trying to create a Text Expander that includes both commands (date + N days) and plain text. Date:=A_Now Date+=+8, Days FormatTime, Date, %Date%, DDDD dd/MM/yyyy Send, [wo#%INPUT_WORK_ORDER%] Ready for User Testing on %DATE%{Enter} Send, The above work has been complete and is available for test...
by Archivist
Sep 21st, ’17, 21:14
Forum: General Discussion
Topic: Only Active In...
Replies: 5
Views: 3296

Re: Only Active In...

Thanks!

1. Visual Studio Code shows "ahk_class Chrome_WidgetWin_1" - do I put that whole phrase or just the words in the Not Active In.
2. If I have more than one app for Not Active in, do i separate them by " " or ", " or something else