Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread Stephane Chazelas
On Wed, Jun 18, 2008 at 10:16:01AM -0500, Samir Unni wrote: [...] > Thanks a lot for the help! I didn't think about using the Vim keybindings > for this purpose, and that's a lot better for me than using Tab/Shift-Tab > anyway. What you said about the characters being sent by the terminal is > very

Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread Samir Unni
Hi, Thanks a lot for the help! I didn't think about using the Vim keybindings for this purpose, and that's a lot better for me than using Tab/Shift-Tab anyway. What you said about the characters being sent by the terminal is very interesting though. Are the characters sent by certain keys configur

Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread Stephane Chazelas
On Wed, Jun 18, 2008 at 08:30:00AM -0500, Samir Unni wrote: > Hi, > > I'm trying to figure out how to set a keybinding for "switch the input focus > to the previous region" as C-a shift-tab. However, the "Default Key > Bindings" section on the man page doesn't show any examples of the syntax > for

Re: Using modifier keys other than control in custom keybindings

2008-06-18 Thread davidcollins001
Hi, I wanted to change from the ctrl-a also a while back, but I wasn't sure if I could. I tried: escape [[ in my .screenrc, and it just seemed to work! I was really surprised but I like it. It does cause me problems though If I try to paste from a clipboard that has a '[' in it screen goes craz

Using modifier keys other than control in custom keybindings

2008-06-18 Thread Samir Unni
Hi, I'm trying to figure out how to set a keybinding for "switch the input focus to the previous region" as C-a shift-tab. However, the "Default Key Bindings" section on the man page doesn't show any examples of the syntax for using modifier keys other than control that I can base my custom key bi