You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

@scalar/use-keyboard-event

Package Overview
Dependencies
Maintainers
8
Versions
21
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@scalar/use-keyboard-event

keyboard shortcuts for Vue

0.5.9
latest
Source
npmnpm
Version published
Weekly downloads
2.1K
33.16%
Maintainers
8
Weekly downloads
 
Created
Source

Scalar useKeyboardEvent()

Version Downloads License Discord

Installation

npm install @scalar/use-keyboard-event

Usage

import { useKeyboardEvent } from '@scalar/use-keyboard-event'

// Control/Cmd + K
useKeyboardEvent({
  keyList: ['k'],
  withCtrlCmd: true,
  handler: () => { … },
})

Keywords

composable

FAQs

Package last updated on 13 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts