Swordfish90 / cool-retro-term

A good looking terminal emulator which mimics the old cathode display...
21.87k stars 838 forks source link

Can't type Control-underscore #324

Open larsbrinkhoff opened 7 years ago

larsbrinkhoff commented 7 years ago

I can't type Control-_. It just becomes a plain underscore.

--- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39948870-can-t-type-control-underscore?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F479407&utm_medium=issues&utm_source=github).
athompso commented 6 years ago

Duplicate of #378

athompso commented 6 years ago

(oops... Also, see workaround described on #378.)

larsbrinkhoff commented 6 years ago

As far as I can see, it's not a duplicate. #378 is about typing Control-X/Z/C on a Mac. And the workaround involves using Cmd.

This is about typing Control-underscore. I didn't write so, but I'm using X11 on Linux. There is no Cmd key.

y-lee commented 5 years ago

As @larsbrinkhoff said, this isn't a duplicate. #203 and #378 have been fixed as of recent releases, but Ctrl-_, Ctrl-space, and Ctrl-/ (and possibly others, but certainly those two) still don't work.

If this is related to a generalized "control keys don't work" issue which hasn't been completely fixed yet, let us know so we can add to #203 instead.

jfmcbrayer commented 4 years ago

Ctrl-space and Ctrl-/ not working is a problem in emacs. I am having this issue on Linux, not MacOS.

larsbrinkhoff commented 4 years ago

Not having Ctrl-_ prevents screen sharing (comlinks) in ITS, the Incompatible Timesharing System. ITS also has Emacs, of course, which uses Ctrl-space and many other control characters.

fancypantalons commented 4 years ago

Can confirm the issue here, as well. Definitely a PITA when using vimwiki (which uses ctrl+space as a shortcut key for manipulating TODO items).

gc1o1 commented 3 years ago

Confirming that CTRL-space bar doesn't work in Linux (under WSL), as of today. This makes emacs very hard to use.

Other CTRL- commands seem to work, e.g. CTRL-c to kill a process, or CTRL-_ to undo, or CTRL-x-CTRL-c to close emacs. I only have a problem with CTRL-space, which in emacs is used to start text selection and it's deeply ingrained into muscle memory.

I'd love to help fix this, I just don't have any experience with programs of this kind. I don't know where to begin. Any updates would be very appreciated. I love CRT.

larsbrinkhoff commented 3 years ago

Thanks @gc1o1, that's good news. I need Control-_ for Emacs and ITS. Since I opened this issue, maybe I should either rename it or close it. I will update my copy and see if it works for me too.