question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

CTRL-SHIFT-E no longer splits in v3 (Linux)

See original GitHub issue
  • I am on the latest Hyper.app version
  • I have searched the issues of this repo and believe that this is not a duplicate
  • OS version and name: Linux Mint 19.1 Tessa
  • Hyper.app version: 3.0.2 (installed via .deb)
  • Link of a Gist with the contents of your .hyper.js: https://gist.github.com/johanforssell/3dc795118fa69a03b058b740a5f173c7 (this is the default file - I removed my file before filing this issue)
  • Relevant information from devtools (CMD+ALT+I on macOS, CTRL+SHIFT+I elsewhere): Nothing in the console log.
  • The issue is reproducible in vanilla Hyper.app: Is Vanilla

Issue

  • After upgrading to 3.0.0 and 3.0.2 I can no longer Split Horizontally. Ctrl-Shift-E will just put a number of e and E characters into my terminal.
  • I have this same issue on two separate Linux machines (both Linux Mint 19.1).
  • Ctrl-Shift-D still works just fine.
  • Issue with both Swedish and English (UK) keyboard layout.

cannot_use_shift-ctrl-e-to-split

Issue Analytics

  • State:open
  • Created 4 years ago
  • Reactions:3
  • Comments:9 (1 by maintainers)

github_iconTop GitHub Comments

5reactions
msemikincommented, Dec 2, 2019

I wonder if it’s related to Ctrl-Shift-e being the default shortcut for emojis on Gnome https://askubuntu.com/questions/1083913/what-does-ctrl-shift-e-do-while-typing-text

I was able to fix it by setting GTK_IM_MODULE="xim" for hyper by changing a line in the desktop file /usr/share/applications/hyper.desktop:

From: Exec="/opt/Hyper/hyper" %U To: Exec=env GTK_IM_MODULE="xim" "/opt/Hyper/hyper" %U

0reactions
marcelogaguerocommented, Apr 12, 2022

I have the same problem!

hyper version: 3.2.2 Linux nemo-development-1 4.18.0-25-generic #26-Ubuntu SMP Mon Jun 24 09:32:08 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux

Read more comments on GitHub >

github_iconTop Results From Across the Web

CTRL-SHIFT-E no longer splits in v3 (Linux) · Issue #3666
I have this same issue on two separate Linux machines (both Linux Mint 19.1). Ctrl-Shift-D still works just fine. Issue with both Swedish...
Read more >
Bug #1738500 “Ctrl+Shift+E not working in Bionic”
Just upgraded from Xenial to Bionic and now the Ctrl+Shift+E to split the terminal vertically no longer works. Man page for terminator still ......
Read more >
Keyboard shortcuts for Linux - Visual Studio Code
Ctrl +P. Quick Open, Go to File... Ctrl+Shift+N. New window/instance. Ctrl+W. Close window/instance. Ctrl+,. User Settings. Ctrl+K Ctrl+S. Keyboard Shortcuts.
Read more >
Mistyped <Ctrl>+<Alt>+<T> split existing terminal window
To open a tab in terminal press Ctrl + Shift + T key combination. Hope this helps!
Read more >
Best Way to Split Your Linux Terminal
CTRL + SHIFT + E : Split Terminal Vertically. CTRL + SHIFT + W : Close Current Panel. CTRL + SHIFT + T...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found