Search found 21 matches

by alih1029
Mar 19th, ’20, 06:13
Forum: General Discussion
Topic: Does saving Fastkey Settings.fdb in dropbox, also shared the "learned" wordlist?
Replies: 5
Views: 2724

Re: Does saving Fastkey Settings.fdb in dropbox, also shared the "learned" wordlist?

So I've tried that, however, the new 'learned words' are saved in the install directory, not the path specified
by alih1029
Mar 14th, ’20, 22:51
Forum: General Discussion
Topic: Does saving Fastkey Settings.fdb in dropbox, also shared the "learned" wordlist?
Replies: 5
Views: 2724

Does saving Fastkey Settings.fdb in dropbox, also shared the "learned" wordlist?

My biggest issue I'm trying to resolve is sharing the wordlist I've accumulated over a few months.
by alih1029
Oct 31st, ’19, 21:48
Forum: General Discussion
Topic: Need help with 2 scripts, am willing to pay for help and assistance.
Replies: 1
Views: 1214

Need help with 2 scripts, am willing to pay for help and assistance.

#Persistent return OnClipboardChange: ToolTip Clipboard data type: %A_EventInfo% StringReplace, Clipboard, Clipboard, `r`n,%A_Space%, All Sleep 1000 ToolTip ; Turn off the tip. return This is the first script I have; anytime text is copied, it removes all formatting, is there anyway to make this sc...
by alih1029
Oct 11th, ’19, 03:03
Forum: General Discussion
Topic: How could I write a script to find text between two special characters?
Replies: 0
Views: 3772

How could I write a script to find text between two special characters?

Here's an example picture to accurately describe what I want to do. http://imgur.com/ytSopXv http://imgur.com/ytSopXv Every time I put the {{}} around words, it makes them blank and I have to type in the answer. However, bolding the text in between the brackets, makes certain words bolded. I have a ...
by alih1029
Sep 23rd, ’19, 18:03
Forum: General Discussion
Topic: How can I make this 'remove ALL formatting from clipboard' script toggle-able?
Replies: 0
Views: 3649

How can I make this 'remove ALL formatting from clipboard' script toggle-able?

#SingleInstance return OnClipboardChange: ToolTip Clipboard data type: %A_EventInfo% StringReplace, Clipboard, Clipboard, `r`n,%A_Space%, All Sleep 1000 ToolTip ; Turn off the tip. return I'm using the above script with this one below that allows me to AUTO select any highlighted text immediately u...
by alih1029
Sep 8th, ’19, 01:39
Forum: General Discussion
Topic: Is there a way to record subscript/superscripts for autocomplete?
Replies: 8
Views: 2745

Re: Is there a way to record subscript/superscripts for autocomplete?

Thank you so much, such a simple fix now that I think about it!
by alih1029
Sep 7th, ’19, 16:58
Forum: General Discussion
Topic: Is there a way to record subscript/superscripts for autocomplete?
Replies: 8
Views: 2745

Re: Is there a way to record subscript/superscripts for autocomplete?

Hi Marko, I frequently have to write things like P2Y12, where the 12 should be a subscript; applications are various, sometimes browsers, word, excel, pdf readers, etc. However, if i manually make it a subscript, and add it to autocomplete's learned list, next time I start typing, the formatting is ...
by alih1029
Sep 6th, ’19, 22:47
Forum: General Discussion
Topic: Is there a way to record subscript/superscripts for autocomplete?
Replies: 8
Views: 2745

Is there a way to record subscript/superscripts for autocomplete?

Medical student here, find myself using sub/super scripts a lot.

Wanted to know if there was a way to speed up the process.