mirror of
https://github.com/quine-global/hyper.git
synced 2026-01-14 20:58:41 -09:00
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:deleteBeginningLine": "command+backspace",
|
||||||
"editor:deleteEndLine": "command+delete",
|
"editor:deleteEndLine": "command+delete",
|
||||||
"editor:clearBuffer": "command+k",
|
"editor:clearBuffer": "command+k",
|
||||||
"editor:emojis": "command+ctrl+space",
|
|
||||||
"editor:break": "ctrl+c",
|
"editor:break": "ctrl+c",
|
||||||
"plugins:update": "command+shift+u"
|
"plugins:update": "command+shift+u"
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -210,7 +210,7 @@
|
||||||
"styled-jsx": "2.2.6",
|
"styled-jsx": "2.2.6",
|
||||||
"stylis": "3.5.0",
|
"stylis": "3.5.0",
|
||||||
"uuid": "3.1.0",
|
"uuid": "3.1.0",
|
||||||
"xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.9.1-3.tgz"
|
"xterm": "https://registry.npmjs.org/@zeit/xterm/-/xterm-3.10.0-1.tgz"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"ava": "0.25.0",
|
"ava": "0.25.0",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue