🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
Sign inDemoInstall
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
npm
Version published
Maintainers
8
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