Re: 'Bind' strangeness in Alpha 7.2b1

New Message Reply Date view Thread view Subject view Author view

From: Juan Falgueras (juanfc@LCC.UMA.ES)
Date: 23 Feb 99, 21:16 EST


From: Juan Falgueras <juanfc@LCC.UMA.ES>
Subject: Re: 'Bind' strangeness in Alpha 7.2b1

4:51 PM +0900 99/2/23, Masatsugu Nagata escribe:
>  Please help.  I am trying to bind the following custom proc of mine:
>
>  proc ordTab {} {insertText "\t"}
>
>  (which simply inserts the Tab character (ascii $09) into the document)
>  to the <shift-Tab> key combination, but I cannot seem to be able to do it.
>
>  I tried putting one of the following lines:
>
>  Bind  0x09 <s>    ordTab
>  ascii  0x9 <s>    ordTab
>  Bind  '\t' <s>    ordTab
>


        I also have tried at top of my prefs.tcl

Bind 0x30 <s> {insertText \t}

and, after full initialization, the bind of this Shift-Tab is to ring::-
but after a short Find/Batch/Multiple  I think this binding is made
automatically in an indirect way...  there is no Bind 0x30 <s> ring::-

good luck.


juan falgueras <juanfc@lcc.uma.es>


New Message Reply Date view Thread view Subject view Author view

This archive was generated by das@users.sourceforge.net with hypermail 2b29 on 31 Mar 01, 11:50 EST