Re: binding command character to f12

2013-03-25 Thread Pieter Luteijn
Hi, Although I don't use emacs, ctrl-a isn't a good choice as the 'escape' sequence for me either, as cisco devices use it in the same way. Because none of the control keys are really 'free', I have set my regular escape character to nothing at all using escape "" I've bound the 'colon' command

Re: binding command character to f12

2013-03-24 Thread Bruno Cudini
On Sun, Mar 24, 2013 at 06:32:35AM +0400, sonne wrote: > Great, how could I now unset C-a so as to free the keystroke? According to the manpage in the section about the 'bind' command, you shoud be able to do so easily : > If no further argument is given, any previously established binding > fo

Re: binding command character to f12

2013-03-24 Thread Bob Proulx
Please keep the mailing list in the recipient list so that all may participate in the discussion. Thanks. sonne wrote: > Is it possible to unset it completely without changing source code? I > surely could move it somewhere far like meta-control-shift-x, but it > would be desirable to just get ri

Re: binding command character to f12

2013-03-23 Thread Bob Proulx
sonne wrote: > Great, how could I now unset C-a so as to free the keystroke? Set the escape character to something different. Personally as an Emacs user I find C-a a terribly unfortunate collision and always change it to C-z which seems innocuous for either it or vi. I have this in my ~/.screen

Re: binding command character to f12

2013-03-23 Thread sonne
Great, how could I now unset C-a so as to free the keystroke? 2013/3/15 Bruno Cudini : > On Fri, Mar 15, 2013 at 05:30:27AM +0400, sonne wrote: >> Binding command character to f12. Impossible? >> >> From this >> http://www.gnu.org/software/screen/manual/screen.html#Comm

Re: binding command character to f12

2013-03-15 Thread Bruno Cudini
On Fri, Mar 15, 2013 at 05:30:27AM +0400, sonne wrote: > Binding command character to f12. Impossible? > > From this > http://www.gnu.org/software/screen/manual/screen.html#Command-Character > manual, it appears that I can only bind command char to a key that > emits asci cod

binding command character to f12

2013-03-14 Thread sonne
Binding command character to f12. Impossible? >From this http://www.gnu.org/software/screen/manual/screen.html#Command-Character manual, it appears that I can only bind command char to a key that emits asci code. I don't know of any asci code being associated with f12 key, though, as wel