fugazi-io / webclient

web based terminal application for executing local and remote commands
http://fugazi.io
28 stars 12 forks source link

Replace current keyboard implementation #112

Open nitzantomer opened 7 years ago

nitzantomer commented 7 years ago

There are several libraries to handle keyboard bindings, for example: https://github.com/RobertWHurst/KeyboardJS

Currently, however, the webclient has it's own implementation in view/input/base.tsx which is a shame as there are these libs who probably do it better.