AppFlowy-IO/AppFlowy

[Bug] Add missing Tabs hotkeys to Shortcut settings

オープン

#3,393 opened on 2023/09/13

 (13 件のコメント) (1 件のリアクション) (1 人の担当者)Dart (5,875 件のフォーク)batch import
2024good first issue for devsgood first issue for experienced devshacktoberfestorganizationshortcuts

Repository metrics

Stars
 (75,569 個のスター)
PR merge metrics
 (平均マージ 1h 18m) (30d で 1 merged 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

コントリビューターガイド