vnotex / vnotex/vnote

编辑表格内容时的快捷键

Open
#651 3 comments 0 reactions 0 assignees View on GitHub

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 (表现):

目前在编辑一个表格时,似乎没有“快捷键”(或是我还没有发现),建议如下:

  1. 单元格跳转
    在一个单元格中,按 “Tab" 键可以跳转到下一个单元格。
    跳转顺序按照:从左到右,当到本行最后一个单元格时,跳转到下一行。
    如果已是最后一行,则自动增加一行。
    按 “Shift + Tab”,按相反方向跳转

  2. 增加行
    当表格中按 “Ctrl + Enter“ 时,在当前行下方增加行。

……

希望添加快捷键,以尽可能少用鼠标操作,影响思路。

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.