Skip to content

Instantly share code, notes, and snippets.

@cappuccino
Created September 9, 2008 03:17
Show Gist options
  • Save cappuccino/9602 to your computer and use it in GitHub Desktop.
Save cappuccino/9602 to your computer and use it in GitHub Desktop.
var characterKeys = ['s', 'o', 'n', 'b', 'i', 'u', 'a', 'e'];
[[CPDOMWindowBridge sharedDOMWindowBridge] preventCharacterKeysFromPropagating: characterKeys]
var keyCodes = [37, 38, 39, 40];
[[CPDOMWindowBridge sharedDOMWindowBridge] preventKeyCodesFromPropagating: keyCodes];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment