编辑表格内容时的快捷键
Nobody has claimed this yet.
- Dominant language
- C++
- Stars
- 13k
- Forks
- 1.3k
- Avg merge
- 14h 3m
- Merged PRs (30d)
- 3
Description
OS Version (操作系统): win10 x64
VNote Version (VNote版本): 2.2
Symptoms (表现):
目前在编辑一个表格时,似乎没有“快捷键”(或是我还没有发现),建议如下:
-
单元格跳转
在一个单元格中,按 “Tab" 键可以跳转到下一个单元格。
跳转顺序按照:从左到右,当到本行最后一个单元格时,跳转到下一行。
如果已是最后一行,则自动增加一行。
按 “Shift + Tab”,按相反方向跳转 -
增加行
当表格中按 “Ctrl + Enter“ 时,在当前行下方增加行。
……
希望添加快捷键,以尽可能少用鼠标操作,影响思路。
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
No files, tests, or entry points are named in the issue. Start by locating the table-editing behavior in VNote 2.2 and review how keyboard input is handled there. Done means supporting Tab and Shift+Tab cell navigation, adding a row at the end when needed, and Ctrl+Enter inserting a row below the current one.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp, markdown
- Domain
- desktop
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 40/100