Search found 18 matches

by tnmc77
23 Feb 2020, 11:39
Forum: Ask for Help (v1)
Topic: hELP WITH MIDDLE BUTTON SCRIPTS
Replies: 1
Views: 190

hELP WITH MIDDLE BUTTON SCRIPTS

Hi, I need help with two simple scripts. 1) When I hit Ctrl+click once on scroll wheel, the action results in holding down of the scroll wheel until I click on the left mouse click. Following is my script but it does not seem to work. Please help. ^MButton:: Send, {MButton Down} KeyWait, LButton Sen...
by tnmc77
25 Sep 2017, 07:51
Forum: Ask for Help (v1)
Topic: Add bullet numbers
Replies: 8
Views: 1691

Re: Add bullet numbers

At work and the F12 script is working awesome. One issue...if there is a solution for it. (I am using Powerscribe, which is windows based - similar key commands as word). It is adding space between lines. Any solution? Many thanks. Line one. Line Two. Line three. Line four. is converted to 1. Line o...
by tnmc77
24 Sep 2017, 19:39
Forum: Ask for Help (v1)
Topic: Add bullet numbers
Replies: 8
Views: 1691

Re: Add bullet numbers

Thank you much
by tnmc77
24 Sep 2017, 19:26
Forum: Ask for Help (v1)
Topic: Add bullet numbers
Replies: 8
Views: 1691

Re: Add bullet numbers

I cant believe I did not see the flaw of ^a^c. I just tried. Works like a charm. Many thanks. You rock.
by tnmc77
24 Sep 2017, 19:02
Forum: Ask for Help (v1)
Topic: Add bullet numbers
Replies: 8
Views: 1691

Re: Add bullet numbers

A_Ahkuser,
Many many thanks.
The F12 script, not only numbers selected items but also lines in the rest of the page.
F11 script also numbers Conclusion line and not the lines which follow it. Also, it seems to change spacing and indent.
Thanks.
by tnmc77
24 Sep 2017, 15:58
Forum: Ask for Help (v1)
Topic: Add bullet numbers
Replies: 8
Views: 1691

Add bullet numbers

I want to add number bullets to sequential lines in the microsoft word like program as follows... Line one. Line Two. Line three. Line four. is converted to 1. Line one. 2. Line Two. 3. Line three. 4. Line four. I should be able to keep the script running and do this again and again on different fil...
by tnmc77
23 Sep 2017, 09:35
Forum: Ask for Help (v1)
Topic: GUI for copying and pasting
Replies: 5
Views: 2064

Re: GUI for copying and pasting

A_AhkUser, Thank you so much your suggestions. I will try to learn and implement. I had added Clipboard = at the start of the script and that seemed to have worked. I will still implement your suggestions to make the script faster. Meanwhile, are you able to review the following script which was giv...
by tnmc77
23 Sep 2017, 09:31
Forum: Ask for Help (v1)
Topic: Scrolling with keystroke
Replies: 2
Views: 458

Re: Scrolling with keystroke

Thanks for your suggestion. I googled settimer routine. I am not sure that will work. Time to keep going forward, backward and toggle between the tow varies.
by tnmc77
23 Sep 2017, 07:27
Forum: Ask for Help (v1)
Topic: Scrolling with keystroke
Replies: 2
Views: 458

Scrolling with keystroke

I am submitting the script which works very well. I use it to go through stacks of images. When I keep holding the RAlt key down, the images go forward and when I hold the Appskey down, they immediately start going in the other direction. Is there a way to modify the script where I just have to pres...
by tnmc77
23 Sep 2017, 07:20
Forum: Ask for Help (v1)
Topic: GUI for copying and pasting
Replies: 5
Views: 2064

Re: GUI for copying and pasting

Code: Select all

F12::
Send ^a^c
ClipWait
S := "", Bullets := 0
Loop, Parse, Clipboard, `n, `r
{
if Bullet
if A_LoopField
{
S .= Bullet ". " A_LoopField "`r`n"
Bullet ++
continue
}
else
Bullet := 0
S .= A_LoopField "`r`n"
if (A_LoopField = "Conclusion:")
Bullet := 1
}
Clipboard := S
Send ^v
return
by tnmc77
23 Sep 2017, 06:31
Forum: Ask for Help (v1)
Topic: GUI for copying and pasting
Replies: 5
Views: 2064

Re: GUI for copying and pasting

A_AhkUser, Thank you so much your suggestions. I will try to learn and implement. I had added Clipboard = at the start of the script and that seemed to have worked. I will still implement your suggestions to make the script faster. Meanwhile, are you able to review the following script which was giv...
by tnmc77
23 Sep 2017, 05:54
Forum: Ask for Help (v1)
Topic: Selecting and numbering lines after specific word in adocument
Replies: 9
Views: 1148

Re: Selecting and numbering lines after specific word in adocument

FanaticGuru, I have been using the script you provided, mostly with great success. I am very thankful for that. Wanted to give you followup that the script sometimes, and as best as I can tell, randomly produces "incorrect" results. Following is the example. Any tweaks? this is a test line this is ...
by tnmc77
13 Sep 2017, 18:11
Forum: Ask for Help (v1)
Topic: GUI for copying and pasting
Replies: 5
Views: 2064

GUI for copying and pasting

Hi, I am a newbie but have put together a following script by reading and asking. The following script works for me most of the time but sometmes (randomly) it does not. Here is more detail. SCRIPT: #Singleinstance, Force Gui, Destroy Gui,+AlwaysOnTop Gui,+ToolWindow Gui,+Border Gui, Add, Button, y5...
by tnmc77
04 Sep 2017, 19:21
Forum: Ask for Help (v1)
Topic: Selecting and numbering lines after specific word in adocument
Replies: 9
Views: 1148

Re: Selecting and numbering lines after specific word in adocument

Fantastic. Really sorry for delayed feedback. Finally got a chance to try and it worked like a charm. May I bother you for a script which will only select everything after "conclusion:" instead of numbering it. Thanks.
by tnmc77
29 Aug 2017, 21:24
Forum: Ask for Help (v1)
Topic: Selecting and numbering lines after specific word in adocument
Replies: 9
Views: 1148

Re: Selecting and numbering lines after specific word in adocument

Thank you so much. Can not wait to test. Once again, much obliged.
by tnmc77
29 Aug 2017, 05:11
Forum: Ask for Help (v1)
Topic: Selecting and numbering lines after specific word in adocument
Replies: 9
Views: 1148

Re: Selecting and numbering lines after specific word in adocument

The problem is that I don't know how to come up with script even if I was using Microsoft word. Have searched but can't do it myself.
Thanks.
by tnmc77
28 Aug 2017, 20:29
Forum: Ask for Help (v1)
Topic: Selecting and numbering lines after specific word in adocument
Replies: 9
Views: 1148

Re: Selecting and numbering lines after specific word in adocument

Voice recognition program called Powerscribe 360.
by tnmc77
27 Aug 2017, 17:16
Forum: Ask for Help (v1)
Topic: Selecting and numbering lines after specific word in adocument
Replies: 9
Views: 1148

Selecting and numbering lines after specific word in adocument

Hi, I frequently have to select all text lines in a document after the line which says "Conclusion:", and number those lines with bullets 1.,2.,3... I am hoping to get a script which will select and automatically number all lines which follow the phrase "Conclusion:" when I press Capslock & Q. "Conc...

Go to advanced search