Clayton Hughes
Clayton Hughes
I was confused by this as well. For a quick workaround, you can go to chrome://extensions/shortcuts and enter it (or whatever key combination you would like) manually.
Looks like this is a documented feature of Chrome Extension Development: >The user is free to designate any shortcut as global using the UI in chrome://extensions \ Keyboard Shortcuts, but...
**EDIT**: The understanding that was behind my comment is wrong. Using the latest version of this repository doesn't matter, because the action is going to be pulling whatever the latest...
As a side note, this issue makes the docs at https://www.twilio.com/docs/messaging/quickstart/csharp-dotnet-framework#receive-and-reply-to-inbound-sms-messages-with-aspnet-mvc incorrect. The simple echo sample code doesn't run get invoked due to the Kestrel Model Validation error: ```{ "errors":{...