From: Vlad <vo...@vo...> - 2015-05-09 07:14:31
|
Thanks, it works! However, besides Shift+Insert="proto:paste" Control+v="proto:paste" in ~/.mlterm/key I have to use "Control+v=INSERT_SELECTION" as well. Regards, Vlad. On 08/05/15 21:07, Araki Ken wrote: > Hi, > > From: Vlad <vo...@vo...> > Subject: [Mlterm-dev-en] multiple keyboard shortcuts for one action > Date: Fri, 08 May 2015 18:54:39 +0200 > Message-ID: <554CEA4F.9040109@net.home> > > vovan> I have a simple question: is it possible to specify more then one > vovan> keyboard shortcuts for one action? For example, the following key file: > vovan> ... > vovan> Shift+Insert=INSERT_SELECTION > vovan> Control+v=INSERT_SELECTION > vovan> ... > vovan> > vovan> only the last action works. > > It is impossible to specify more than one shortcut keys for INSERT_SELECTION. > Please configure ~/.mlterm/key as follows to avoid this problem. > > Shift+Insert="proto:paste" > Control+v="proto:paste" > > --- > Araki Ken > ara...@us... |