A question.....
I am trying to make a program in Xcode for the Mac that will allow me to select a key on the drop down to the left, and choose what you want its new function to be on the right. And then at the bottom I have a "Indeterminate Progress Indicator" that I want to work when I am running the App. At the lower right I have a button that says, "Apply My Settings!" Can someone please send me some code that will work for this app. Also, what do you recommend me taking to learn some Cocoa if I am a beginner?
The keys that I have that you can Modify are:
1. ESC (Escape)
2. Home
3. End
4. Page Up
5. Page Down
And The functions they can do I have set to:
1. Close the (a) window
2. Quit the (a) application
3. Open System Preferences
4. Load "Network" Window
5. Load your default web browser
Thanks
Ben