Emoji Fix (#3388)
* 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:
parent
fbc11a03dd
commit
bc2d32ba1d
2 changed files with 1 additions and 2 deletions
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue