Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

keyboard_maestro · Keyboard Maestro (Mac OS X)

The Yahoo! Groups Product Blog

Check it out!

Group Information

? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Messages

Advanced
Messages Help
Messages 2117 - 2146 of 4837   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
2117 drablak Send Email Mar 22, 2011
2:20 pm
Hi there, because of the aliases issue I use a separate macro group when I'm actually connected to the servers at work that is deactivated by default and can...
2118 Adam Bell
adambelliv Send Email
Mar 22, 2011
3:13 pm
This shell script will determine your location: "scselect 2>&1 | grep '^ ' 2>&1 | grep '*' | cut -f 2 -d '(' | cut -f 1 -d ')'" If you want more info than then...
2119 Peter N Lewis
peterneillewis Send Email
Mar 23, 2011
2:00 am
... You can enable or disable a macro or macro group as described in the Controlling Keyboard Maestro via Scripting section of the docs: tell application...
2120 jooosch Send Email Mar 25, 2011
6:57 am
Adam, Peter, Christopher, thanks for your much appreciated assistance. I recently upgraded and KM is working like charm on the new machine with all my macros...
2121 Ajay Goel
ajayk_goel Send Email
Mar 25, 2011
2:26 pm
Damn Chrome doesn't open a url in new tab exactly like FF :( Can I script something so that when I press CNTRL + click on Chrome it actually does CTRL + SHFT +...
2122 Christopher Stone
ccstone_swrd Send Email
Mar 25, 2011
7:22 pm
... ______________________________________________________________________ Hey Ajay, No you can't. You'd have to be able to work the internals of Chrome to do...
2123 alanterra Send Email Mar 26, 2011
4:03 pm
I can verify that Keyboard Maestro does not seem to be able to select menu items in the latest FileMaker (11.0v3). It can record them, but can't play them...
2124 Peter N Lewis
peterneillewis Send Email
Apr 1, 2011
8:30 am
... This is done for 5.0. 5.0 is still some months away and has not even started beta testing yet. Thanks for the feedback, Peter. -- New Release: Sight Words...
2125 felixbird2000 Send Email Apr 6, 2011
3:29 pm
Can anyone advise me how I just record my mouse clicking and selecting options in a menu? I just cannot seem to get this to work. I have created a movie of...
2126 nikfrieteb Send Email Apr 6, 2011
7:52 pm
Is keyboard/mouse recording not working for you? I'd recommend starting with that, and then refine it by adding some delays to ensure everything goes right. ...
2127 nikfrieteb Send Email Apr 6, 2011
8:02 pm
I have posted a few such scripts to my website. Enjoy! http://nik.me/crappysoftware/lorem-ipsum-and-more --Nik...
2128 Peter N Lewis
peterneillewis Send Email
Apr 7, 2011
1:44 am
... It looks doable, but it looks tedious to set up. As previously suggested, you are better off using keyboard commands if possible, they are more robust. ...
2129 felixbird2000 Send Email Apr 7, 2011
4:23 pm
HI Peter, Thank you very much for that explanation. I will get working on that and try those ideas. Even if I can just do the first few of those clicks that...
2130 Jen Cluse
jencluse Send Email
Apr 9, 2011
3:55 am
Just catching up after a long absence, and I see V5 is firming up. Is it too late, Peter, to ask whether a 'Test _one _line (or step) _of _a _macro _at _a...
2131 Alan Schmitt
schmittafr Send Email
Apr 9, 2011
7:40 am
Hello, I have a small feature request for V5: a built in macro to input text from the user. I currently use an Applescript, but it would be great to have a...
2132 Peter N Lewis
peterneillewis Send Email
Apr 11, 2011
2:36 am
... Its not too late to ask. Some sort of debugging/stepping feature is on the todo list, I'm just not sure on both the technicalities of doing it, as well as...
2133 Peter N Lewis
peterneillewis Send Email
Apr 11, 2011
2:39 am
... This sounds like part of the whole "variables&quot; issue. In order for me to implement variables, I have to figure out how the UI should look and how it should...
2134 Jen Cluse
jencluse Send Email
Apr 11, 2011
2:47 am
... And for yours. I will bate my breath! Jen...
2135 Peter N Lewis
peterneillewis Send Email
Apr 11, 2011
5:25 am
One of the requests I get on occasion is to add some support for data input or variables. I've yet to implement anything like this because I'm unsure what all...
2136 Christopher Stone
ccstone_swrd Send Email
Apr 11, 2011
5:39 am
... ______________________________________________________________________ Hey Peter, If I recall correctly KM5 will allow for macro/scripted access to KM's...
2137 Christopher Stone
ccstone_swrd Send Email
Apr 11, 2011
6:31 am
Hey Peter, A while back I asked if you could implement the ability to toggle the front two windows, and you said you thought this would be possible. Here's...
2138 Peter N Lewis
peterneillewis Send Email
Apr 11, 2011
6:37 am
... I may be able to implement an action that brings the second window to the front. As far as I know, there is no way to send a window to the back - only to...
2139 Christopher Stone
ccstone_swrd Send Email
Apr 11, 2011
7:07 am
Hey Peter, ... That would be great. I for one would be most appreciative. ... Bummer. I was looking at System Events, and although it includes 'index&#39; as a...
2140 Alan Schmitt
schmittafr Send Email
Apr 11, 2011
7:34 am
... Here is an example I did to enter Markdown links with KM: I need to ask the user for the reference name (so I pop up a dialog box) and use the answer...
2141 Peter N Lewis
peterneillewis Send Email
Apr 11, 2011
1:33 pm
... For that usage, some sort of action that allows you to enter one or more named variable (or even named clipboard contents), together with insert text...
2142 Adam Bell
adambelliv Send Email
Apr 11, 2011
1:44 pm
I think Exposé has replaced the ability to shuffle windows. Adam Bell abell@... [Non-text portions of this message have been removed]...
2143 Christopher Stone
ccstone_swrd Send Email
Apr 11, 2011
2:17 pm
... ______________________________________________________________________ Exposé is pretty, but it's a hammer. I want a scalpel. For that matter Keyboard...
2144 Adam Bell
adambelliv Send Email
Apr 11, 2011
2:51 pm
I have two large screens. I rarely lose a window or a pallet. Adam Bell abell@... [Non-text portions of this message have been removed]...
2145 kenvention2 Send Email Apr 15, 2011
1:20 pm
Hi, I've built a macro and I want it to repeat a certain number of times. What do I do to make this macro automatically repeat? Thanks, Ken...
2146 Philippe Martin
flip_macrobyte Send Email
Apr 15, 2011
1:38 pm
Hi, You can make another macro that will call this one repeatedly with the "Execute a Macro" action. Or you can use the "While logged in" trigger if you want...
Messages 2117 - 2146 of 4837   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

Copyright © 2010 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines NEW - Help