hotkey

Originally fromlobehub/lobe-chat
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:

Installs
1.2K
Repository
lobehub/lobehub
GitHub Stars
78.7K
First Seen
Jan 27, 2026
hotkey — lobehub/lobehub