Ben Morrow

Results 4 comments of Ben Morrow

I figured out how to use a keyboard shortcut to disable the primary monitor. Follow this quick tutorial to try it yourself. You will create a Service using the Automator...

UPDATE: The keyboard shortcuts I detailed in the previous post, did not work reliably for me over time. I think the terminal commands sometimes simply fail to actually disable or...

I'm trying to run this on El Capitan. In terminal I try: `./airport-bssid xfinitywifi 20:...` I trimmed the MAC address here for privacy. The result I get back is: `The...

To use [UIApplication sharedApplication] you have to call the code from the parent app not in the WatchKit Extension. https://developer.apple.com/library/prerelease/ios/documentation/WatchKit/Reference/WKInterfaceController_class/index.html#//apple_ref/occ/clm/WKInterfaceController/openParentApplication:reply: