* Upgrading xterm.js with emoji support

* Removing emoji shortcut

My understanding is that this was needed at some point because we
weren't typing into a textarea. No that we're typing into a textarea the
browser (i.e. Chromium) handles this for us
This commit is contained in:
Juan Campa 2019-01-04 20:35:17 -05:00 committed by Guillermo Rauch
parent fbc11a03dd
commit bc2d32ba1d
2 changed files with 1 additions and 2 deletions

View file

@ -45,7 +45,6 @@
"editor:deleteBeginningLine": "command+backspace",
"editor:deleteEndLine": "command+delete",
"editor:clearBuffer": "command+k",
"editor:emojis": "command+ctrl+space",
"editor:break": "ctrl+c",
"plugins:update": "command+shift+u"
}