brtnshrdr / angular2-hotkeys

Keyboard shortcuts for Angular 2 apps
MIT License
203 stars 95 forks source link

Setting cheat sheet description later in application lifetime #122

Open wkoncki opened 4 years ago

wkoncki commented 4 years ago

Is there an option to change cheatSheetDescription and cheatSheetCloseEscDescription programmatically on any point after application start? We have an application that needs to support many languages, and used language can potentially change at any point during use. I have not seen an option to do this right now.

IreneTepe commented 8 months ago

+1 !! That would be really helpful because i had the same issue and in order to solve it the code got more complex that needed.