rizinorg/cutter

Tab management using keyboard and mouse shortcuts

Open

#1,730 opened on Sep 1, 2019

View on GitHub
 (16 comments) (2 reactions) (0 assignees)C++ (1,123 forks)batch import
EnhancementHacktoberFestgood first issue

Repository metrics

Stars
 (14,852 stars)
PR merge metrics
 (Avg merge 13d 23h) (20 merged PRs in 30d)

Description

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

Contributor guide