SYMBOL INDEX (23 symbols across 4 files) FILE: example/app.js method getInitialState (line 18) | getInitialState() { method getChildContext (line 22) | getChildContext() { method _handleShortcuts (line 26) | _handleShortcuts(command) { method _handleShortcuts2 (line 35) | _handleShortcuts2(command) { method _handleRoot (line 44) | _handleRoot(command) { method _rebind (line 48) | _rebind() { method render (line 56) | render() { FILE: src/component/shortcuts.js method componentDidMount (line 42) | componentDidMount() { method componentWillUnmount (line 50) | componentWillUnmount() { method render (line 220) | render() { FILE: src/shortcut-manager.js class ShortcutManager (line 14) | class ShortcutManager extends EventEmitter { method constructor (line 17) | constructor(keymap = {}) { method addUpdateListener (line 22) | addUpdateListener(callback) { method removeUpdateListener (line 28) | removeUpdateListener(callback) { method setKeymap (line 41) | setKeymap(keymap) { method extendKeymap (line 48) | extendKeymap(keymap) { method getAllShortcuts (line 55) | getAllShortcuts() { method getAllShortcutsForPlatform (line 59) | getAllShortcutsForPlatform(platformName) { method getAllShortcutsForCurrentPlatform (line 79) | getAllShortcutsForCurrentPlatform() { method getShortcuts (line 83) | getShortcuts(componentName) { method _parseShortcutKeyName (line 98) | _parseShortcutKeyName(obj, keyName) { method findShortcutName (line 113) | findShortcutName(keyName, componentName) { FILE: test/utils.js function fn (line 10) | function fn() { this.a = 1 }