Thanks to visit codestin.com
Credit goes to github.com

Skip to content

sjc08/HotKey

Repository files navigation

HotKey

NuGet NuGet NuGet

Register hotkeys easily!

Getting Started

First, install Asjc.HotKey.Wpf or Asjc.HotKey.WinForms, and then import the corresponding namespace.

Quickly register hotkeys with just one line of code, such as:

new HotKey(Key.Space, Modifiers.Ctrl, _ => MessageBox.Show("Ctrl + Space"));

About

Register hotkeys easily!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages