Search found 9 matches

by burque505
Apr 12th, ’17, 21:59
Forum: Suggestions
Topic: Fastkeys does not work on Outlook
Replies: 6
Views: 3662

Re: Fastkeys does not work on Outlook

gviso wrote: I am having trouble getting Fastkeys to work at all on my Outlook 2016 on one of the machines I use. It works OK on other machines with 2016 but not one. I've tried disabling some of the add ons but this did nothing. Are there any other reasons why this might not be working? Anything ...
by burque505
Apr 12th, ’17, 21:19
Forum: User Commands and Scripts
Topic: Fractions command
Replies: 2
Views: 5638

Re: Fractions command

Thanks, thinman, that's encouraging! :D
by burque505
Apr 12th, ’17, 18:09
Forum: General Discussion
Topic: Command for create/paste clipboard content into .doc file?
Replies: 7
Views: 4137

Re: Command for create/paste clipboard content into .doc file?

#NoEnv ; Recommended for performance and compatibility with future AutoHotkey releases. ; #Warn ; Enable warnings to assist with detecting common errors. SendMode Input ; Recommended for new scripts due to its superior speed and reliability. SetWorkingDir %A_ScriptDir% ; Ensures a consistent starti...
by burque505
Apr 12th, ’17, 17:39
Forum: General Discussion
Topic: 64-bit Admin problems - conflict with AHKU64?
Replies: 3
Views: 2252

Re: 64-bit Admin problems - conflict with AHKU64?

Thanks, Marko, I'm getting there. I believe part of the failure was my "copy" settings within Word. I'm still going to have to find out how to tell Word to "Use Source Formatting" or live with selecting the control manually, but I'll get there. It works either with the code from ...
by burque505
Apr 11th, ’17, 23:32
Forum: General Discussion
Topic: LIB behavior with AHK scripts
Replies: 2
Views: 1835

Re: LIB behavior with AHK scripts

Thanks, I didn't know that! (Obviously :? )

I appreciate it.
by burque505
Apr 9th, ’17, 21:35
Forum: General Discussion
Topic: 64-bit Admin problems - conflict with AHKU64?
Replies: 3
Views: 2252

Re: 64-bit Admin problems - conflict with AHKU64?

if not A_IsAdmin { Run *RunAs "%A_ScriptFullPath%" ExitApp } at the beginning of the script did not work, and in fact threw an error. I set the preferences for functions to Run as Administrator (thanks, I hadn't noticed that), but when I hit "save" the program crashed. I have Fa...
by burque505
Apr 9th, ’17, 20:05
Forum: General Discussion
Topic: LIB behavior with AHK scripts
Replies: 2
Views: 1835

LIB behavior with AHK scripts

As many of my AHK scripts normally rely on #INCLUDE statements, I've tried a couple of workarounds. Both involve changes in the scripts. For example, when using Sift.ahk, I first put a "LIB" directory in the FastKeys "Scripts" dir, and where I had: #INCLUDE <sift> I put #Include ...
by burque505
Apr 9th, ’17, 19:57
Forum: General Discussion
Topic: 64-bit Admin problems - conflict with AHKU64?
Replies: 3
Views: 2252

64-bit Admin problems - conflict with AHKU64?

Hi, I use 64-bit AHK_L generally. I frequently have to add "RunAs, Administrator" to my scripts to make them work, especially with MS Office programs. I believe FastKeys is AHK_H U32 internally, but of course I could be wrong. Scripts I put in "C:\Program Files (x86)\FastKeys\Scripts\...
by burque505
Apr 8th, ’17, 17:13
Forum: User Commands and Scripts
Topic: Fractions command
Replies: 2
Views: 5638

Fractions command

Hi, this is my first visit. I'm trying out FastKeys. I'm an utter novice at AutoHotkey also, but I'm already getting some mileage out of it. This little script, which is from an AHK script I use a lot, shows there's more than one way to show a menu for selections. Here, from the "Text Expander&...