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

Split vertical keyboard don't work on debian 11 #535

Closed
lucieb31 opened this issue Nov 5, 2021 · 4 comments
Closed

Split vertical keyboard don't work on debian 11 #535

lucieb31 opened this issue Nov 5, 2021 · 4 comments

Comments

@lucieb31
Copy link

lucieb31 commented Nov 5, 2021

Describe the bug
I updated my debian version to debian 11 and the keyboard to split vertically the terminal on terminator doesn't work anymore. It's write a 'e' on the line.

To Reproduce
Use Ctlr+Shift+e on terminator command line

Expected behavior
Terminal splitted vertically

Screenshots
2021-11-05 15_00_56-Debian 10  Running  - Oracle VM VirtualBox _ 1

Desktop (please complete the following information):

  • OS or Linux Distribution: Debian
  • Version 11.1
@Vulcalien
Copy link
Member

Hi! It might be a problem with the keybindings, could you share the config file with us?
It's located in ~/.config/terminator/config.

@lucieb31
Copy link
Author

lucieb31 commented Nov 8, 2021

My config file is :

[global_config]
  suppress_multiple_term_dialog = True
[keybindings]
[profiles]
  [[default]]
    cursor_color = "#aaaaaa"
    scrollback_lines = 10000
[layouts]
  [[default]]
    [[[window0]]]
      type = Window
      parent = ""
    [[[child1]]]
      type = Terminal
      parent = window0
[plugins]

@Vulcalien
Copy link
Member

I think it might be the emoji shortcut. You could check by running the ibus-setup command > Emoji menu > Emoji annotation.
This might be the same issue as #25

@lucieb31
Copy link
Author

Yes it's work. Thanks :)

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