1 comment (1 comment)1 reaction (1 reaction)0 assignees (0 assignees)HTML5,026 stars (5,026 stars)568 forks (568 forks)batch import
help wanted
Description
任何开发建议、交流学习都可以
分离窗口可以增加快捷键吗
Contributor guide
- Tech stack
- electronjavascripthtmlcss
- Domain
- desktopdeveloper experience
- Issue type
- feature
- DifficultyEstimated implementation difficulty for a new contributor, from 1 for very small changes to 5 for expert-level work.
- 2
- Estimated timeA rough time range for an experienced contributor to investigate, implement, test, and prepare a pull request.
- half day
- Activity statusHow available the issue appears right now: fresh, active, stale, blocked, or waiting on maintainer input.
- fresh
- ClarityHow clearly the issue explains the expected change, acceptance criteria, and next step.
- needs investigation
- Prerequisites
- Basic knowledge of ElectronFamiliarity with keyboard shortcut configuration
- Newbie friendlinessA 1-100 score estimating how approachable this issue is for first-time contributors.
- 50
- Research direction
- Investigate how keyboard shortcuts are currently implemented in Rubick. Look at the main process file (e.g., main.ts) for global shortcut registration. Check if there is an existing shortcuts configuration file. Then propose to add a new shortcut for splitting windows, potentially using Electron's globalShortcut API. Ensure consistency with existing shortcut patterns.