Skip to content

Remove ctrl + shift + left / right for tab switching#716

Merged
jeremypw merged 1 commit intoelementary:masterfrom
stan-janssen:remove-ctrl-shift-left-right-for-tab-switching
Mar 28, 2023
Merged

Remove ctrl + shift + left / right for tab switching#716
jeremypw merged 1 commit intoelementary:masterfrom
stan-janssen:remove-ctrl-shift-left-right-for-tab-switching

Conversation

@stan-janssen
Copy link
Contributor

@stan-janssen stan-janssen commented Mar 27, 2023

This prevents this particular shortcut for interfering with the selection of text in some advanced TUI text editors like micro (fixes #676).

We already have the following shortcuts for changing tabs:

ctrl + tab, ctrl + shift + tab;
ctrl + pgup, ctrl + pgdown;
ctrl + shift + pgup, ctrl + shift + pgdn;

These are all consistent with both Files and Web. Terminal should follow this standard as well.

This prevents this particular shortcut for interfering with the
selection of text in some advanced TUI text editors like micro.

We already have the following shortcuts for changing tabs:

ctrl + tab, ctrl + shift + tab;
ctrl + pgup, ctrl + pgdown;
ctrl + shift + pgup, ctrl + shift + pgdn;

These are all consistent with both Files and Web. Terminal should follow
this standard as well.
@danirabbit danirabbit requested a review from jeremypw March 27, 2023 16:50
@danirabbit
Copy link
Member

Requesting a review from @jeremypw here. I think it makes sense to standardize shortcuts here and make sure we're not interfering with terminal apps

@jeremypw jeremypw merged commit cba3358 into elementary:master Mar 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Keybinds for micro text editor do not work, making it less efficient to use the editor

3 participants