guake
guake copied to clipboard
Characters typed when using shortcut
Describe the bug
A character ("A", "B", "C" or "D") is entered in the terminal command when using a shortcut to change the focused terminal. Using Ubuntu 22.04.
Expected behavior
- The terminal focused is changed
- Nothing happens on the original (source) terminal
Actual behavior
- The original (source) terminal shows a letter:
- A for above
- B for bellow
- C for right
- D for left
To Reproduce
- Assign "ALT + Up" / "Alt + Down" / "Alt + Left" / "Alt + Right" keyboard shortcuts to the "Focus terminal ..." shortcuts
- Use these shortcuts
$ guake --support
Guake Version: 3.8.5
Vte Version: 0.68.0
Vte Runtime Version: 0.68.0
GTK+ Version: 3.24.33
GDK Backend: <GdkX11.X11Display
Desktop Session: ubuntu-xorg
Display: :0
RGBA visual: True
Composited: True
- Monitor: 0 - BOE eDP
- Geometry: 1920 x 1080 at 0, 502
- Size: 309 x 174 mm²
- Primary: True
- Refresh rate: 60.0 Hz
- Subpixel layout: unknown
- Monitor: 1 - PHL DisplayPort-1
- Geometry: 1680 x 1050 at 1920, 0
- Size: 474 x 296 mm²
- Primary: False
- Refresh rate: 59.954 Hz
- Subpixel layout: unknown
I am not sure about this, but I believe that this behavior is very similar to the behavior for my system except that there might actually be more indicators such as ^[A
, ^[B
, ^[C
, or ^[D
. However, I believe that these are not intended to be treated as letters. Are you sure that the only characters that appear are the letters?
I see your posted guake version is 3.8.5. Your issue described seems related to keyboard shortcuts, which recent versions have made some amount of changes to. Have you tried this on a newer version?