useHotkey(['Meta', 'c'], () => { console.log( `要跑 1`, ) }) useHotkey(['ctrl', 'c'], () => { console.log( `要跑 2`, ) })