hotkey

Installation
SKILL.md

Adding Keyboard Shortcuts Guide

Steps to Add a New Hotkey

1. Update Hotkey Constant

In src/types/hotkey.ts:

export const HotkeyEnum = {
  // existing...
  ClearChat: 'clearChat', // Add new
} as const;

2. Register Default Hotkey

In src/const/hotkeys.ts:

Related skills

More from lobehub/lobe-chat

Installs
563
GitHub Stars
77.0K
First Seen
Jan 24, 2026