Is it possible to set a mouse click plus modifier key to trigger an action? With a Mighty Mouse I want to use mouse button 3 (or button 1 if 3 is not possible)...
980
Peter N Lewis
peterneillewis
Jun 19, 2009 1:59 am
... No, I'm afraid not. You can set a mouse button to execute a script (in Keyboard & Mouse System Preferences panel) which could execute a macro command, but...
981
jono_iconaholic
Jun 19, 2009 7:26 am
... Ah, OK....
982
jacquehyperactiveswcom
jacquehypera...
Jun 26, 2009 5:22 pm
I really want typed strings to work but it doesn't. I have this as a trigger: =hasw which should delete 5 times and then insert my company name. Nothing...
983
simenmyrberget
Jun 26, 2009 10:09 pm
Hello. I loved the function which triggers on typed strings. It works great with english characters (letters) on the keyboard, but it seems, not with norwegian...
984
Peter N Lewis
peterneillewis
Jun 27, 2009 2:35 am
... I have had a couple reports of this, but every time I try to debug it, it mysteriously starts working immediately, which leads me to believe it just needs...
985
jacquehyperactiveswcom
jacquehypera...
Jun 27, 2009 5:15 am
... Alas, no go. I've sent email privately. I'm familiar with the phenomenon where things only break for other people and never in a way where I can reproduce...
986
Philippe Martin
flip_macrobyte
Jun 27, 2009 4:37 pm
Give a try to FunctionFlip (http://kevingessner.com/software/functionflip/). I does just what you want....
987
Peter N Lewis
peterneillewis
Jun 30, 2009 11:23 am
... No, typed strings are specifically restricted to plain old 7-bit ASCII to avoid cases, and where the only possible modifier is the shift key. Its plausible...
988
Paul
flying_out
Jul 1, 2009 10:46 pm
Hey Peter and others, A small but annoying issue with Safari 4.0.1 and macros for Select Prev Tab and Select Next Tab. This worked fine with Safari 3 where the...
989
Jennifer Cluse
jencluse
Jul 3, 2009 1:36 pm
Having recently installed the public release of Firefox 3.5, when I went to my KM macros to update my shortcut (Oh, for an automated loop that does this at...
990
André
wapgam0
Jul 3, 2009 9:27 pm
1; would it be possible to have Macros "Triggers" displayed in the Status Menu and/or the Macro Palette? (I personally would have a preference for the Status...
991
Peter N Lewis
peterneillewis
Jul 6, 2009 1:55 am
... I think this is actually a Safari bug that has nothing to do with Keyboard Maestro, because I just tried typing control-shift-Tab in Safari a few times and...
992
Paul Ediger
flying_out
Jul 6, 2009 4:39 am
... Thanks Peter. I think you are probably right about it being a Safari bug. I did see an occasional glitch with Ctrl-Shift-Tab, but from KM the behavior was...
993
Ken G. Brown
kengbrown
Jul 8, 2009 5:31 pm
Is there any way to have a look at the raw bytes stored on the clipboard? I need this for debugging a problem in another program in which pastes work in some...
994
Peter N Lewis
peterneillewis
Jul 9, 2009 5:06 am
... The clipboard history is stored in ~/Library/Preferences/Keyboard Maestro/Keyboard Maestro Clipboard History.plist but it is only written when the Keyboard...
995
Peter N Lewis
peterneillewis
Jul 9, 2009 5:08 am
... It's on the todo list. I'm not sure if it will get done for 4.0, but you can ask again after that is released (still a long way off, so I'm loath to add...
996
Bryan Harris
acecabezon
Jul 9, 2009 12:48 pm
This probably isn't the right place to get a good answer to that question, but from my limited understanding, the clipboard can actually store different...
997
Christopher Stone
ccstone_swrd
Jul 9, 2009 5:03 pm
... ______________________________________________________________________ Hey Bryan, Thanks for this. It solves a problem I've been having trying to get ...
998
Peter N Lewis
peterneillewis
Jul 10, 2009 1:34 am
... Keyboard Maestro has a Remove Styles clipboard filter action built in. Enjoy, Peter. -- Clipboard Switching and Macros with Keyboard Maestro Keyboard...
999
Christopher Stone
ccstone_swrd
Jul 10, 2009 7:34 am
... Hey Peter, Thanks. I looked for it but didn't look inside the 'Filter Clipboard' action. Best Regards, Chris...
1000
Benjamin Evison
benevisione
Jul 12, 2009 5:12 am
I frequently use Renamer4Mac to batch-rename folders full of files in the Finder and currently have a shortcut in FruitMenu's contextual menu to open the...
1001
Peter N Lewis
peterneillewis
Jul 12, 2009 7:03 am
... This AppleScript: tell application "Finder" to set finderfiles to selection as list set finderaliases to {} repeat with i in finderfiles set a to i as...
1002
Benjamin Evison
benevisione
Jul 12, 2009 1:40 pm
Thanks Peter! Being useless at this stuff, I have to ask: Should I save this script as an application then get the mouse click to launch the app? Is there a...
1003
Bryan Harris
acecabezon
Jul 12, 2009 2:00 pm
... I'd just drop it in your home directory -> Library -> Scripts, then tell Keyboard Maestro to run that script. It'll act on whatever you have selected in...
1004
Ken G. Brown
kengbrown
Jul 12, 2009 6:42 pm
Thx everyone. Just got the responses today in the digest. Ken G. Brown...
1005
Peter N Lewis
peterneillewis
Jul 13, 2009 3:55 am
... No need - just create a macro and use the Execute AppleScript action. ... tell application "Renamer4Mac" activate open finderaliases end tell And believe...
1006
Christopher Stone
ccstone_swrd
Jul 13, 2009 3:25 pm
Hey Folks, On Leopard "as alias list" works just fine (I don't remember about Tiger). It's also desirable to 'Activate39; Renamer4Mac, which will bring it to the...
1007
simenmyrberget
Jul 13, 2009 9:14 pm
Hi. I love this program. It saves a lot of time! I have bought a new macbook pro with Osx 10.5.7 on it. I have another Imac (quite new) with Osx 10.5.6 which...
1008
simenmyrberget
Jul 13, 2009 9:17 pm
Hi. Does the "export macro" command work fully as a backup? Or is it better to use a copy of some type of files which resides somewhere in the library or...