![]()
Apples Cocoa text system is a complicated beast, but also extremely flexible, and with a bit of work, it can be molded to match many working styles. This how-to covers the 2 major ways of customizing the text input system: Default key bindings, and for still more control, input managers.
/* Incremental search */ “^s” = “ISIM_incrementalSearch:”; “^r” = “ISIM_reverseIncrementalSearch:”; “^$g” = “abort:”; Finally, for those who can’t get enough customization in a…










