AppFlowy-IO/AppFlowy

[Bug] Add missing Tabs hotkeys to Shortcut settings

开放

#3,393 创建于 2023年9月13日

 (13 条评论) (1 个反应) (1 位负责人)Dart (5,881 个派生)batch import
2024good first issue for devsgood first issue for experienced devshacktoberfestorganizationshortcuts

仓库指标

星标
 (75,639 个星标)
PR 合并指标
 (平均合并 1小时 18分钟) (30 天内合并 1 个 PR)

描述

Bug Description

Inside appflowy_flutter/lib/workspace/presentation/home/hotkeys.dart exists some hotkeys that are not included in the shortcut settings, and thus are not customizable.

These include some for tabs:

  • Close current tab
  • Go to next tab
  • Go to previous tab

Additionally there are some other hotkeys that should also be added:

  • Collapse sidebar menu
  • Toggle theme mode

How to Reproduce

  1. Open AppFlowy
  2. Open Settings
  3. Navigate to Shortcuts
  4. Cannot change eg. "Navigate to next tab" as it doesn't exist in the list

Expected Behavior

  1. Open AppFlowy
  2. Open Settings
  3. Navigate to Shortcuts
  4. Can change the shortcut for "Navigate to next tab"

Operating System

All

AppFlowy Version(s)

0.3.1

Screenshots

No response

Additional Context

No response

贡献者指南