rizinorg/cutter

Tab management using keyboard and mouse shortcuts

Open

#1 730 ouverte le 1 sept. 2019

Voir sur GitHub
 (16 commentaires) (2 réactions) (0 assignés)C++ (1 123 forks)batch import
EnhancementHacktoberFestgood first issue

Métriques du dépôt

Stars
 (14 852 stars)
Métriques de merge PR
 (Merge moyen 13j 23h) (20 PRs mergées en 30 j)

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

Guide contributeur