Created
September 9, 2008 03:17
-
-
Save cappuccino/9602 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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