rizinorg/cutter

Tab management using keyboard and mouse shortcuts

Open

#1,730 创建于 2019年9月1日

在 GitHub 查看
 (16 评论) (2 反应) (0 负责人)C++ (1,123 fork)batch import
EnhancementHacktoberFestgood first issue

仓库指标

Star
 (14,852 star)
PR 合并指标
 (平均合并 13天 23小时) (30 天内合并 20 个 PR)

描述

Is your feature request related to a problem? Please describe.

Currently, there is no easy way to control the tabs in Cutter from the keyboard

Describe the solution you'd like

I want to apply a set of keyboard shortcuts to manage tabs in Cutter:

  • Ctrl+Tab - Jump to the next open tab
  • Ctrl+Shift+Tab -J ump to the previous open tab
  • Ctrl+W - Close the current tab
  • Ctrl+T - Duplicate current tab
  • Ctrl+Shift+T - Reopen previously closed tabs in the order they were closed

Mouse shortcut - Mouse middle click on a tab will close it

贡献者指南