0byt3m1n1
Path:
/
data
/
applications
/
aps
/
magento
/
1.7.0.2-6
/
standard
/
htdocs
/
js
/
tiny_mce
/
classes
/
util
/
[
Home
]
File: VK.js
/** * This file exposes a set of the common KeyCodes for use. Please grow it as needed. */ (function(tinymce){ tinymce.VK = { DELETE: 46, BACKSPACE: 8, ENTER: 13, TAB: 9, SPACEBAR: 32, UP: 38, DOWN: 40 } })(tinymce);