this post was submitted on 15 Jun 2023
2 points (100.0% liked)

Emacs

1978 readers
15 users here now

Our infinitely powerful editor.

founded 4 years ago
MODERATORS
 

A while ago I noticed that shift space no longer seemed to scroll backwards in pdf-view-mode (nor any other mode where it would make sense). I could swear it used to work fine, and it even works on my windows machine. However I've now tried emacs 28 & 29 (my own config and -q in GNOME, a terminal emulator with --nw and a tty and all seem to have the same issue.

If I try to bind S-SPC to anything, then C-h k still only sees SPC being pressed, so it seems like emacs is just ignoring the shift key being held.

Anyone else had this problem? It's not the most serious thing in the world, but it is puzzling.

you are viewing a single comment's thread
view the rest of the comments
[โ€“] [email protected] 3 points 1 year ago (1 children)

Shift+SPC is not able to be represented on a TTY, due to the way that input is encoded. It should be possible in X11, but my Emacs also does not seem to register it.

[โ€“] [email protected] 1 points 1 year ago

I'm on wayland with pure GTK, so it seems neither x11 or pgtk work. Bizarre that windows seems to be the only place it works.