Search found 56 matches

by bevhoward
13 Oct 2021, 10:31
Forum: Ask for Help (v1)
Topic: Scrambled Macros and Pastes
Replies: 6
Views: 486

Re: Scrambled Macros and Pastes

Disabling FireFox's Hardware acceleration did not address the problem.

Beverly Howard
by bevhoward
12 Oct 2021, 22:16
Forum: Ask for Help (v1)
Topic: Scrambled Macros and Pastes
Replies: 6
Views: 486

Re: Scrambled Macros and Pastes

Just received a reply from the Mozilla forum... it suggested turning of firefox's hardware acceleration. Have done so, and am hopeful... again, will report back.

Beverly Howard
by bevhoward
12 Oct 2021, 22:05
Forum: Ask for Help (v1)
Topic: Scrambled Macros and Pastes
Replies: 6
Views: 486

Re: Scrambled Macros and Pastes

Thanks, but I didn't make the issue clear enough, plus I don't think that this an AHK problem because it happens both with AHK and when using <Ctrl-V> to paste into the web interface. I'm simply trying to figure out what is going on, and, since it appears to be an issue with the speed that the strin...
by bevhoward
12 Oct 2021, 19:30
Forum: Ask for Help (v1)
Topic: Scrambled Macros and Pastes
Replies: 6
Views: 486

Scrambled Macros and Pastes

I am having a serious problem with inputting information into web page interfaces such as GMail and online forms. I am seriously dyslexic, so, I have to depend on tools such as copy/paste and keyboard macros in my quest to avoid typos and incorrect information and amounts. AutoHotKey has been an ess...
by bevhoward
21 Nov 2020, 18:28
Forum: Ask for Help (v1)
Topic: Menu Information Display
Replies: 6
Views: 518

Re: Menu Information Display

The obvious option is to simply use the "Open" option in the toolbar icon... that works!

Thanks again,
Beverly
by bevhoward
21 Nov 2020, 18:15
Forum: Ask for Help (v1)
Topic: Menu Information Display
Replies: 6
Views: 518

Re: Menu Information Display

>> There's not much to it. << Right ...easy for you to say ...you don't know how dense my brain can be ;-) >> listhotkeys << This displays exactly the info I need for this, plus, it's all there including assignments I have forgotten. My script is now over 700 lines. Again, probably super dumb, but i...
by bevhoward
21 Nov 2020, 17:47
Forum: Ask for Help (v1)
Topic: Menu Information Display
Replies: 6
Views: 518

Re: Menu Information Display

Thanks!

I think I understand. Will tinker with it tonight.

Beverly Howard
by bevhoward
21 Nov 2020, 15:56
Forum: Ask for Help (v1)
Topic: Menu Information Display
Replies: 6
Views: 518

Menu Information Display

This is probably in the ahk help or here, but, I apologize, but I can't find it. I'm using an increasing number of dedicated keys such as +F12 and, with age and chemo related memory issues, I would like to create a display list of these keys callable in my ahk menu. The first thing that comes to min...
by bevhoward
30 Sep 2020, 06:51
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

Perfect... nice to learn so quickly.

Thanks,
Beverly Howard
by bevhoward
29 Sep 2020, 20:52
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

The only problem that this creates for me is that over the years I have tried to keep my .AHK script well structured and grouped. (old age, memory loss, etc. ya know) ...for example, the "U" in "USLOWP" is short for "Utility" and all of the macros in that menu are labeled starting with "U" and group...
by bevhoward
29 Sep 2020, 20:10
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

You can stack labels (that includes hotkeys) that should share the same code, like for example: I tried that, but AHK complained that the label was duplicated in the script. So, I moved the USLOWP: code to the +F3:: key assignment using the sample you posted Testing shows that the FKey reassignment...
by bevhoward
29 Sep 2020, 18:07
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

Which then brings up multiple commands in a key assignment. I need to add setkeydelay 50,50 as part of the command, so how do I add that before Send %Clipboard% A related question; I also have the "slow paste" command I need in a menu call named USLOWP: I'm guessing that a key assignment can also ex...
by bevhoward
29 Sep 2020, 17:53
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

You mean +F3:: ?
Yep... I think... Thanks... will proceed. That also answers the other modifier keys.

Beverly Howard
by bevhoward
29 Sep 2020, 17:43
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

You have me on the road to expanding my AHK knowledge, but I am stuck on something simple. F3::Send %Clipboard% has quickly become valuable. I didn't realize how often that commands within AHK menus were being problematic because of loss of focus. I now have the above macro following my menus, but, ...
by bevhoward
29 Sep 2020, 07:30
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

Thanks again to both.

AHK has proven to be a key weapon in the battle against clueless form programmers ;-)

Beverly Howard
by bevhoward
28 Sep 2020, 17:32
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

Now I know why I needed to ask this question. Been using AHK for many years, but have only used it as a "menu" i.e. one hotkey starts the menu then I have cascading menus to execute over 50 macros with only one or two additional keystrokes. So to add a dedicated hotkey in addition to the menu, is al...
by bevhoward
28 Sep 2020, 16:45
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Re: Paste Alternative Script?

Damm... sometimes forums can make me feel pretty dumb ;-)

Thanks!

Beverly Howard
by bevhoward
28 Sep 2020, 16:42
Forum: Scripts and Functions (v1)
Topic: Google Voice Dialer
Replies: 1
Views: 1041

Re: Google Voice Dialer

Google changed enough to disable the first post... took the time today to rewrite it and it seems to be working at least at the moment. Hope this is of value to someone. Beverly Howard GVCALL2: ; This can be used anywhere in your browser, so, if you copy a ; number elsewhere, switch to the browser b...
by bevhoward
28 Sep 2020, 16:23
Forum: Ask for Help (v1)
Topic: Paste Alternative Script?
Replies: 20
Views: 2385

Paste Alternative Script?

Doing my taxes and the *&%*(^* H&R Block software will not allow me to paste numbers into the software fields... major problem. Can someone point me to info or a script to create a new macro in my primary AHK script that will take what is in the clipboard and assign it to a key that can then be type...
by bevhoward
09 Apr 2020, 16:48
Forum: Scripts and Functions (v1)
Topic: Google Voice Dialer
Replies: 1
Views: 1041

Google Voice Dialer

Took me a while to get this to work. Sorry, couldn't figure out how to set the font, etc to display code Beverly Howard -=====Google Voice Browser Dialer===============- Menu, MVP, Add, GV&Dial , GVDIAL return GVDIAL: ; This code is for the "new" (2020) version of Google Voice ; Required longer wait...

Go to advanced search