AbdullahOztuurkk / AbdullahOztuurkk/MDBEditor
Some Keyboard Shortcuts
- 主要語言
- C#
- 星號
- 24
- 分支
- 0
- PR 合併指標
- 30 天內沒有已合併 PR
描述
- [ ] `CTRL+A `= Copy Bitmap Area
- [ ] `CTRL+C `= Copy bitmap area
- [ ] `CTRL+V` = Paste bitmap area
- [x] `CTRL+S` = Save image
- [ ] `CTRL+Z` = Undo
- [ ] `CTRL+Y` = Redo
- [x] `CTRL+N` = Open new page
- [x] `CTRL+G` = Toggle gridline
- [x] `CTRL+E` = Open settings page
- [x] `CTRL+P` = Open print dialog page
- [x] `CTRL+R` = Toggle ruler
- [x] `CTRL+ Num +` = Increase size
- [x] `CTRL + Num -` = Descrease size
貢獻指南
研究方向
The issue lists keyboard shortcuts to implement in a WinForms paint application. Look for the main form or key event handlers in the codebase. Check existing shortcuts like CTRL+S to understand the pattern. Implement the missing shortcuts by adding event handlers for key combinations and connecting them to the appropriate actions (copy, paste, undo, redo). Test by running the application and verifying the shortcuts work.
由索引模型根據 Issue 內容生成。
評估
- 領域
- desktop
- Issue 類型
- 功能
- 難度
- 2/5
- 預估耗時
- 1-3 小時
- 活躍度
- 停滯
- 描述清晰度
- 描述清楚
- 新手友好度
- 40/100