beryx / text-io

A library for creating interactive console applications in Java
http://text-io.beryx.org/
Apache License 2.0
342 stars 45 forks source link

Add registerHandler for key 'TAB' #22

Open inem88 opened 5 years ago

inem88 commented 5 years ago

It's very usefull register TAB for special command in registerHandler. For example as in linux terminal, TAB tips for commands. Now I cannot register simple "TAB" or "TAB TAB".

May be add method of add special "key sequence" by hand and check it in registerHandler.