lxieyang / vertical-tabs-chrome-extension

A chrome extension that presents your tabs vertically. Problem solved.
MIT License
461 stars 101 forks source link

Change default shortcut to Ctrl+Q/Cmd+Q #103

Closed KhanhhNe closed 1 year ago

KhanhhNe commented 2 years ago
KhanhhNe commented 2 years ago

Update: This PR is to fix #59, #69, #86 and Ctrl+Q/Cmd+Q is tested to not conflict with any default Chrome shortcuts (both Windows, Linux and Mac).

silentbugs commented 2 years ago

Update: This PR is to fix #59, #69, #86 and Ctrl+Q/Cmd+Q is tested to not conflict with any default Chrome shortcuts (both Windows, Linux and Mac).

Cmd+Q is a global MacOS shortcut to exit the current application. Ctrl+Q is the equivalent for Linux distributions, though it is up to each application to honor this shortcut (most application do that).

zoubingwu commented 1 year ago

image

KhanhhNe commented 1 year ago

Okay it's clear now. Please change to another keyboard shortcut since Ctrl E is problematic/unusable on Windows (at least). I will close the PR here.