https://github.com/json-exe/blazor.hotkeymanager
An easy to use hotkey manager for blazor, for overwriting specific key strokes to implement your own logic.
https://github.com/json-exe/blazor.hotkeymanager
blazor csharp hotkeys nuget
Last synced: about 1 month ago
JSON representation
An easy to use hotkey manager for blazor, for overwriting specific key strokes to implement your own logic.
- Host: GitHub
- URL: https://github.com/json-exe/blazor.hotkeymanager
- Owner: Json-exe
- License: mit
- Created: 2024-06-20T09:04:32.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-02-12T16:43:54.000Z (4 months ago)
- Last Synced: 2025-04-15T14:42:04.569Z (2 months ago)
- Topics: blazor, csharp, hotkeys, nuget
- Language: C#
- Homepage: https://www.nuget.org/packages/Json_exe.Blazor.HotkeyManager/
- Size: 144 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Blazor.HotkeyManager
A easy to use hotkey manager for blazor, for overwriting specific key strokes to implement your own logic.## Contains?
This repo contains the Source Code for the HotkeyManager. Read more about it here: [README](Json_exe.Blazor.HotkeyManager/README.md)
It also contains a test project Json_exe.Blazor.HotkeyManager.TestUI which you can look at if you need to check the HotkeyManager out.