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

Key mapping #2328

Closed
gigi206 opened this issue Mar 31, 2020 · 9 comments
Closed

Key mapping #2328

gigi206 opened this issue Mar 31, 2020 · 9 comments
Labels

Comments

@gigi206
Copy link

gigi206 commented Mar 31, 2020

It seems that some keys are not well mapped:

You can test with the comand showkey -a.

key terminus gnome-terminal
Ctrl+Left-arrow ^[b ^[[1;5D
Ctrl+Right-arrow ^[f [[1;5C
Ctrl+Up-arrow ^[[1;5A [[1;5A
Ctrl+Down-arrow ^[[1;5B [[1;5B
Alt+Left-arrow ^[[1;5D [[1;3D
Alt+Right-arrow ^[[1;5C [[1;3C
Alt+Up-arrow ^[[1;5A [[1;3A
Alt+Down-arrow ^[[1;5B [[1;3B

Example: this is the same key code for Ctrl+Up-arrow and Altl+Up-arrow

It seems other keys are well mapped.

@Eugeny Eugeny added the T: Bug label Mar 31, 2020
@sriramkandukuri
Copy link

sriramkandukuri commented Apr 14, 2020

Hi,

Looks like there is some issue with Page keys also. No Affect of Ctrl or Alt

key terminus konsole
PgUp ^[[5~ ^[[5~
PgDn ^[[6~ ^[[6~
C-PgUp ^[[5~ ^[[5;5~
C-PgDn ^[[6~ ^[[6;5~
A-PgUp ^[[5~ ^[[5;3~
A-PgDn ^[[6~ ^[[6;3~

Thanks & Regards,
Sriram.K

@stale
Copy link

stale bot commented Oct 11, 2020

This issue has been automatically marked as stale because it has not had recent activity. It will be closed in two weeks unless you comment.
Thank you for your contributions.

@stale stale bot added the S: Stale This issue had no activity for two months label Oct 11, 2020
@Valahaar
Copy link

Valahaar commented May 9, 2021

Hey, is there any ETA on when to expect a fix? I wanted to use Terminus but I rely heavily on byobu / tmux and not having Alt+Arrow is making it impossible for me to navigate windows / sessions easily.

Thank you!

@stale stale bot removed the S: Stale This issue had no activity for two months label May 9, 2021
@rdrms
Copy link

rdrms commented Dec 10, 2021

This is a pretty big issue for me, I use weechat and this stops me from being able to change buffers (channels/servers) with alt+arrow keys. It's still possible to change buffers through alt+(number key), or more ridiculously through escape+ arrow keys, but it would really help if this was at least configurable if not fixed out of the box. Just an option where "Alt is Meta" currently to make it act as an "Escape" perhaps?

@mio9
Copy link

mio9 commented Feb 16, 2022

This issue renders byobu (a tmux wrapper) unable to navigate between sessions without the need of detaching and reattaching, not a disaster issue to me, but much like a huge rock at my front door that I have to go out with the backdoor. Anyways, we really need that fix especially when sshing to servers

@Eugeny
Copy link
Owner

Eugeny commented Feb 16, 2022

Could you check whether un-assigning the "previous/next word" helps?

@Eugeny Eugeny closed this as completed in d1ac265 Feb 23, 2022
@Eugeny
Copy link
Owner

Eugeny commented Feb 23, 2022

The nightly build will now ignore hotkeys and pass-through arrows + modifiers when a full-screen (i.e. alternate buffer) app is active in the terminal.

@mio9
Copy link

mio9 commented Mar 8, 2022

image

Issue not resolved, the Alt Arrow key binds still maps wrongly, which basically byobu through ssh partially unusable, and it's my daily workflow to use it.

@mio9
Copy link

mio9 commented Mar 8, 2022

Could you check whether un-assigning the "previous/next word" helps?

Still exhibits the same behavior as I tested on nightly build

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

6 participants