NumberInput_IMKit_Sample
NumberInput_IMKit_Sample copied to clipboard
Apple's sample code for creating an OS X input method using the Mac OS X v10.5 Cocoa based InputMethodKit.
InputMethodKit Framework Sample Code
Apple's NumberInput
sample code for creating an OS X input method using the Mac OS X Cocoa-based InputMethodKit framework.
In this repository I have simply sequentially committed each stage of the NumberInput_IMKit_Sample
project. This allows for easily viewing the additions in each stage of the sample project.
NumberInput_IMKit_Sample
https://developer.apple.com/library/mac/samplecode/NumberInput_IMKit_Sample/Introduction/Intro.html
This sample demonstrates how to write an input method using the Mac OS X v10.5 Cocoa based InputMethodKit.
This sample includes five stages. You begin with a simple do nothing version and move to a full version.
Copyright (C) 2007 Apple Inc. All Rights Reserved.
Radars and Bug Reports
If you encounter any bugs around Input Method Kit for macOS, please file a Radar with Apple!
Then, post the links here:
https://github.com/pkamb/NumberInput_IMKit_Sample/issues/2
Post a link to your Input Method Kit project
It would be great to see other projects built using the Input Method Kit framework. If you come across this sample code, feel free to post a link to your IMKit project at the GitHub issue below.
https://github.com/pkamb/NumberInput_IMKit_Sample/issues/1