Re: Binding GBP Pound Key

2017-12-26 Thread Ed
On Tue, Dec 26, 2017 at 11:22:58pm +, David Woodfall wrote: > > > >In xxd it looks like it's trying to bind ".." > > > >bind ".." select 13 > > > >Weird. > > But if I do > > bind "S-3" select 13 > > it looks normal in xxd, not "..", but I still get that error. That's xxd hiding non-printab

Re: Binding GBP Pound Key

2017-12-26 Thread David Woodfall
On Tue, Dec 26, 2017 at 08:40:45PM +, David Woodfall wrote: bind £ select 13 bind £ select 13, works just fine for me. Have you looked at the source of your config file through xxd or similar hex editor for any stray characters? -- Best regards, Ed http://www.s5h.net/ In xxd it looks li

Re: Binding GBP Pound Key

2017-12-26 Thread David Woodfall
On Tue, Dec 26, 2017 at 08:40:45PM +, David Woodfall wrote: bind £ select 13 bind £ select 13, works just fine for me. Have you looked at the source of your config file through xxd or similar hex editor for any stray characters? -- Best regards, Ed http://www.s5h.net/ In xxd it looks li

Re: screen-users@gnu.org

2017-12-26 Thread David Woodfall
On Tue, Dec 26, 2017 at 08:55:15PM +, Ed wrote: On Tue, Dec 26, 2017 at 08:40:45PM +, David Woodfall wrote: > bind £ select 13 David, just out of curiousity, where are you trying to bind your key? In your .screenrc? or in .bashrc or somewhere odd? I have several key bindings like this

screen-users@gnu.org

2017-12-26 Thread Michael Grant
On Tue, Dec 26, 2017 at 08:55:15PM +, Ed wrote: > On Tue, Dec 26, 2017 at 08:40:45PM +, David Woodfall wrote: > > bind £ select 13 David, just out of curiousity, where are you trying to bind your key? In your .screenrc? or in .bashrc or somewhere odd? I have several key bindings like thi

Re: Binding GBP Pound Key

2017-12-26 Thread Ed
On Tue, Dec 26, 2017 at 08:40:45PM +, David Woodfall wrote: > bind £ select 13 bind £ select 13, works just fine for me. Have you looked at the source of your config file through xxd or similar hex editor for any stray characters? -- Best regards, Ed http://www.s5h.net/ _

Re: Binding GBP Pound Key

2017-12-26 Thread David Woodfall
On Tue, Dec 26, 2017 at 06:31:02PM +, David Woodfall wrote: I use a UK keyboard and Shift 3 gives me a £ symbol. I've been binding Shift+numbers but that one gives an error: bind: character, ^x, or (octal) \032 expected. I tried the octal \243 but I keep getting the same error. Any ideas h

Re: Binding GBP Pound Key

2017-12-26 Thread Michael Grant
On Tue, Dec 26, 2017 at 06:31:02PM +, David Woodfall wrote: > I use a UK keyboard and Shift 3 gives me a £ symbol. I've been binding > Shift+numbers but that one gives an error: > > bind: character, ^x, or (octal) \032 expected. > > I tried the octal \243 but I keep getting the same error. >

Binding GBP Pound Key

2017-12-26 Thread David Woodfall
I use a UK keyboard and Shift 3 gives me a £ symbol. I've been binding Shift+numbers but that one gives an error: bind: character, ^x, or (octal) \032 expected. I tried the octal \243 but I keep getting the same error. Any ideas how to fix that so I can use it? Thanks