ngx-material-keyboard/core

Overriding custom layout key press events

Opened this issue · 1 comments

I am using a custom layout for the material keyboard and have added few additional keys as per the requirement.

I was looking into the code, however, I couldn't find any configuration to handle these additional key press events. Is there a way to identify additionally added key press events in my component and execute my own function?

Anticipating your quick response & support on this. Thank you!

Could you provide some source code on e.g. stackblitz?