Submit Hint Search The Forums LinksStatsPollsHeadlinesRSS
14,000 hints and counting!


Click here to return to the 'Toggle AirPort on and off using keyboard shortcuts' hint
The following comments are owned by whoever posted them. This site is not responsible for what they say.
Toggle AirPort on and off using keyboard shortcuts
Authored by: Cobalt Jacket on Oct 17, '08 11:40:17AM
You'll have to find a way to bind the keys, but one thing you can do is just create shell script that executes the following commands:

To deactivate:

sudo ifconfig en1 down

To activate:

sudo ifconfig en1 up

[ Reply to This | # ]