This is a class library that provides configuration-centric keyboard shortcuts for your Blazor apps.
Mozilla Public License 2.0
103
stars
7
forks
source link
It strongly depends on the order of typing keys for hotkeys with only modification keys #5
Open
jsakamoto opened 1 year ago
For example, if a developer implements a hotkey like this:
The
OnHotKey
method will be invoked when a user typesCtrl
>Alt
. But, if a user typesAlt
>Ctrl
, then theOnHotKey
method will not be invoked.