Philip Taylor wrote:
>
> ShreeDevi Kumar wrote:
>> Is it possible in xelatex to bind a control sequence to an input
>> character ?
>
> I cannot think why not : can you not simply write :
>
> \def \mycontrolsequence {...}
or even :
\let \mycontrolsequence = ...
Philip Taylor