On Tuesday, May 1, 2012 at 11:57 PM, Josh Voigts wrote:
Is there a way to get multiple enumerations to work, like in thefollowing example. I know I could be doing this with cocoa, but it's asmall scripting project. (Also I didn't feel like loading a bridgesupport file, would that help in this case?)framework 'ScriptingBridge'sys = SBApplication.applicationWithBundleIdentifier("com.apple.systemevents")COMMAND_KEY = 1264807268OPTION_KEY = 1265594484sys.keystroke("u", using: COMMAND_KEY|OPTION_KEY)It seems to only recognize the first enum... I'm probably missingsomething logically here..._______________________________________________MacRuby-devel mailing list