Deployed fix for typing sounds on new rich text editor

Had to figure out how to use `editor.on` from TinyMCE instead to listen for the keydown event.

editor.on('keydown', this.playSound)