8000 GitHub - adamdriscoll/udhotkeys: Hotkey component for Universal Dashboard
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

adamdriscoll/udhotkeys

Repository files navigation

UDHotkeys

Hotkey component for Universal Dashboard

Install

Install-Module UniversalDashboard.HotKeys

Usage

This component is based on react-hotkeys.

Single Key

New-UDHotkey -Key 'd' -OnInvoke {
    Show-UDToast 'You pressed D'
}

Key Combination

New-UDHotkey -Key 'shift+d' -OnInvoke {
    Show-UDToast 'You pressed shift+D'
}

About

Hotkey component for Universal Dashboard

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0