Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Closed
aspizu opened this issue Aug 10, 2022 · 6 comments · Fixed by #716
Closed
Labels
Status: Confirmed Verified by someone other than the reporter

Comments

@aspizu
Copy link

aspizu commented Aug 10, 2022

What Happened?

keybinds like ctrl+shift+right don't work

Steps to Reproduce

start micro editor
use keybinds ctrl+shift+right/left

Expected Behavior

keybinds should work

OS Version

6.x (Odin)

Software Version

Latest release (I have run all updates)

Log Output

No response

Hardware Info

No response

@jeremypw
Copy link
Collaborator

Just tried this on OS7 but I am not familiar with micro, so what do you expect Ctrl + Shift + Left etc to do? For me it is selecting text.

@aspizu
Copy link
Author

aspizu commented Aug 10, 2022

Just tried this on OS7 but I am not familiar with micro, so what do you expect Ctrl + Shift + Left etc to do? For me it is selecting text.

yes ctrl+shift+left should select a word towards the left

for me it doesnt work because its the shortcut for switching tabs

there should be a option to disable/change these shortcuts

@jeremypw
Copy link
Collaborator

Hmm, just tried this again and this time Ctrl+Shift+Left is being captured by Terminal - but I can select text using Shift + Left. Not sure what was happening the first time. But yes, keyboard shortcuts should be passed to a foreground process first before being acted on by Terminal. Introducing a setting to turn off shortcuts would be less likely to find favor.

@jeremypw
Copy link
Collaborator

I think making the editor "impossible to use" is perhaps overstating the case.

@aspizu
Copy link
Author

aspizu commented Aug 12, 2022

I think making the editor "impossible to use" is perhaps overstating the case.

It is usable but these keybinds are important to work efficiently

@jeremypw jeremypw added the Status: Confirmed Verified by someone other than the reporter label Aug 14, 2022
@jeremypw jeremypw changed the title Keybinds for micro text editor do not work, making it impossible to use the editor Keybinds for micro text editor do not work, making it less efficient to use the editor Aug 14, 2022
@stan-janssen
Copy link
Contributor

stan-janssen commented Mar 27, 2023

How about removing the ctrl + shift + left / right shortcuts for switching tabs, since we already have ctrl + pgup / pgdown and ctrl + tab and ctrl + shift + tab for this, and those are consistent with both Files and Web?

After that, we should extend those shortcuts to Code as well, and we’ll have all the elementary default apps on the same shortcuts scheme.

It will also solve this particular problem of not trampling ctrl + shift + left / right for selecting in some of the more advanced TUI text editors.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Confirmed Verified by someone other than the reporter
Projects
None yet
3 participants