Re: binding shift/ctrl/alt + f-keys
Jostein Berntsen <jbernts-gyXR7Lt7FVk/[email protected]>
| Newsgroups | gmane.comp.gnu.screen.user |
|---|---|
| Message-ID | <20101207202451.GA9277@josteinb> |
On 07.12.10,13:57, Dustin Kirkland wrote: > Howdy, > > I'd like to bind some commands to <shift>-F1, or perhaps <alt>-F1, or <ctrl>-F1. > > How would I go about doing that? > > "bindkey -k k1 ..." is easy enough, but how would I specify a > different action for shift/alt/ctrl of the f-keys? > You can run "cat > /dev/null" in a terminal, see what key codes is returned when you choose f.ex. Alt-F1 or Ctrl-F1, and put that in your .screenrc. Jostein