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

In alacritty the keystroke sequence is truncated #54

Closed
yyy33 opened this issue Nov 28, 2022 · 5 comments
Closed

In alacritty the keystroke sequence is truncated #54

yyy33 opened this issue Nov 28, 2022 · 5 comments

Comments

@yyy33
Copy link

yyy33 commented Nov 28, 2022

This is the minimum configuration, when I press shift plus enter in alacritty, I only get shift-crkabc.
I have tested it in other applications and can get the full sequence

tt = S H I F T Minus C R K A B C D E F G H I J K
[system="Linux" class="Alacritty" modifier="ShiftLeft"]
Enter >>  tt
@houmain
Copy link
Owner

houmain commented Nov 28, 2022

Sorry, I cannot reproduce that. Even the following configuration outputs all keys to Alacritty (6x as many keys):

tt = S H I F T Minus C R K A B C D E F G H I J K
[system="Linux" class="Alacritty" modifier="ShiftLeft"]
Enter >>  tt tt tt tt tt tt 6

Are you on Wayland? I tested on X11.

@yyy33
Copy link
Author

yyy33 commented Nov 29, 2022

Sorry, I cannot reproduce that. Even the following configuration outputs all keys to Alacritty (6x as many keys):

tt = S H I F T Minus C R K A B C D E F G H I J K
[system="Linux" class="Alacritty" modifier="ShiftLeft"]
Enter >>  tt tt tt tt tt tt 6

Are you on Wayland? I tested on X11.

yes, i am useing x11 , this is my info

❯ pacman -Q keymapper
keymapper-git r215.a8e8e61-1
❯ pacman -Q alacritty
alacritty 0.11.0-2
❯ pacman -Q xorg-server
xorg-server 21.1.4-1
❯ uname -a
Linux x550vc-yyy 6.0.6-arch1-1 #1 SMP PREEMPT_DYNAMIC Sat, 29 Oct 2022 14:08:39 +0000 x86_64 
Linux

@yyy33
Copy link
Author

yyy33 commented Nov 29, 2022

Sorry, I cannot reproduce that. Even the following configuration outputs all keys to Alacritty (6x as many keys):

tt = S H I F T Minus C R K A B C D E F G H I J K
[system="Linux" class="Alacritty" modifier="ShiftLeft"]
Enter >>  tt tt tt tt tt tt 6

Are you on Wayland? I tested on X11.

I tested it in xterm and it was also truncated, but not in crhomium

@yyy33
Copy link
Author

yyy33 commented Nov 29, 2022

Sorry, I cannot reproduce that. Even the following configuration outputs all keys to Alacritty (6x as many keys):

tt = S H I F T Minus C R K A B C D E F G H I J K
[system="Linux" class="Alacritty" modifier="ShiftLeft"]
Enter >>  tt tt tt tt tt tt 6

Are you on Wayland? I tested on X11.

Maybe fcitx5 is the cause of this problem, I have submitted issues

@yyy33
Copy link
Author

yyy33 commented Dec 2, 2022

Sorry, I cannot reproduce that. Even the following configuration outputs all keys to Alacritty (6x as many keys):

tt = S H I F T Minus C R K A B C D E F G H I J K
[system="Linux" class="Alacritty" modifier="ShiftLeft"]
Enter >>  tt tt tt tt tt tt 6

Are you on Wayland? I tested on X11.

I upgraded to xcb-imdkit 1.0.4, the keystrokes will not be truncated by fcitx5 now, thanks fcitx/fcitx5#676 (comment)

@yyy33 yyy33 closed this as completed Dec 2, 2022
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

No branches or pull requests

2 participants