Type pressed
Opened this issue · 3 comments
richellyitalo commented
How can identify the type pressed?
I wann pull a request that make a sound to one letter of keyboard.
airtoxin commented
you can use "on_modify" event.
If you want to add sound set, PR to https://github.com/airtoxin/Sublime-SoundSets
How can identify the type pressed?
I wann pull a request that make a sound to one letter of keyboard
―
Reply to this email directly or view it on GitHub.
richellyitalo commented
But I want to identify which key was pressed to associcar a different sound for each button.
How can I do that?
airtoxin commented
Ah, there are no way to realize that.
I have tried to implement that features before but I couldn't find any way.