/* StandardKeyBindings.dict - OPENSTEP for Mach version */
{
/* All otherwise unbound control characters are no-ops */
"^" = "noop:";
/* Keyboard UI related bindings */
/* The following bindings are somewhat special. You really shouldn't change them unless you know what you're doing. Don't use control modifiers here for special keys that generate control characters (ie ^m for the Return key) because you don't hold control while typing Return! In fact, since the key binding manager looks at the unmodified characters for an event to determine matchine, it is possible to distinguish between Ctrl-i and Tab, for instance, because although the modified character for both keys is 0x09, the unmodified character for Ctrl-i is actually 'i'. */
/* Note that on Mach we do not bind any of the meta emacs bindings like alt-f for moveWordForward:. This is because to do so masks the ability to type European and Symbol characters. A sample of how to add these yourself should be available. */