You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm started messing up with Helix config and would like to have a way of quickly saving&escaping everything, and I'd like to perform Shift-esc for that, but this doesn't work for some reason:
when I press Shift+esc it simply does nothing.
It could be Gnome intercepting certain key-combinations or it may be something with Alacritty.
Can anyone test this on your system? I've found that C-S-esc doesn't work either.
OS: Fedora 35
The text was updated successfully, but these errors were encountered:
Similar to #1369, this is a limitation of the terminal. Try showkey -a and press Esc and Shift+Esc, they can't be differentiated and both produce this keycode:
$ showkey -aPress any keys - Ctrl-D will terminate this program^[ 27 0033 0x1b^[ 27 0033 0x1b
I'm started messing up with Helix config and would like to have a way of quickly saving&escaping everything, and I'd like to perform

Shift-esc
for that, but this doesn't work for some reason:when I press Shift+esc it simply does nothing.
It could be Gnome intercepting certain key-combinations or it may be something with Alacritty.
Can anyone test this on your system? I've found that
C-S-esc
doesn't work either.OS: Fedora 35
The text was updated successfully, but these errors were encountered: