Your message dated Thu, 21 May 2026 21:34:26 +0200
with message-id <[email protected]>
and subject line Functionality already exists
has caused the Debian Bug report #319783,
regarding screen.1.gz: mention the ALT key
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
319783: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=319783
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: screen
Version: 4.0.2-4.1
Severity: wishlist
File: /usr/share/man/man1/screen.1.gz
Tags: upstream
I wish the man page would mention the ALT key (found next to the
spacebar). Even if screen "cannot read ALT because screen is a VT100"
or something, that should be mentioned too.
How can I make ALT TAB toggle back and forth from window A to window B?
--- End Message ---
--- Begin Message ---
Hi,
Unsure about screen 4.0.2-4.1, but in modern versions of screen, this
functionality already exists.
I can't test with Alt+Tab, because the window manager captures this.
However, here's one I do use. Place this in your screenrc.
# Arrow keys to switch terminals
# Alt + left
bindkey ^[[1;3D prev
# Alt + right
bindkey ^[[1;3C next
Cheers,
Peter Dey
--- End Message ---