Re: [bsflite-users] bsflite keymapping
Status: Beta
Brought to you by:
leitec
|
From: Claudio L. <bs...@le...> - 2010-05-26 16:04:55
|
* Jesse Petre (jp...@fr...) wrote: > Is there a way to tell bsflite what my keymapping is for certain keys? > For example, this is what happens when I press these keys in bsflite: > > Left Arrow: screen prints [D > Up Arrow: screen prints [A > Right Arrow: screen prints [C > Down Arrow: screen prints [B > Delete: screen prints [3~ > > Is there a way to get usability of these keys in bsflite? Sort of--not without writing some code. I don't use any terminal manipulation or line-editing libraries so supporting each different implementation of arrow keys seemed like too bothersome of an endeavor. I went with control keys instead. Note, however, that there's no line editing to begin with beyond backspace and kill (ctrl-U). -Claudio |