An open API service indexing awesome lists of open source software.

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.

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.