This is a class library that provides configuration-centric keyboard shortcuts for your Blazor apps.
Mozilla Public License 2.0
102
stars
7
forks
source link
The hotkey registered by `Code.ShiftRight` doesn't work #2
Closed
jsakamoto closed 1 year ago
The code below using the
Code
class never increments the count even when a user presses the Right Shift key.P.S. The code below using the
Key
class works fine.