diff options
Diffstat (limited to 'results/classifier/118/none/455')
| -rw-r--r-- | results/classifier/118/none/455 | 64 |
1 files changed, 64 insertions, 0 deletions
diff --git a/results/classifier/118/none/455 b/results/classifier/118/none/455 new file mode 100644 index 000000000..44a101a13 --- /dev/null +++ b/results/classifier/118/none/455 @@ -0,0 +1,64 @@ +virtual: 0.749 +graphic: 0.493 +device: 0.418 +semantic: 0.342 +kernel: 0.306 +peripherals: 0.241 +hypervisor: 0.233 +PID: 0.219 +user-level: 0.219 +socket: 0.175 +performance: 0.167 +ppc: 0.158 +network: 0.155 +KVM: 0.143 +architecture: 0.139 +register: 0.138 +x86: 0.136 +boot: 0.135 +risc-v: 0.115 +arm: 0.108 +debug: 0.108 +permissions: 0.097 +i386: 0.096 +TCG: 0.095 +mistranslation: 0.093 +vnc: 0.092 +VMM: 0.087 +assembly: 0.084 +files: 0.055 + +Pressing special keys (specially ctrl) sticks the key or makes it repeat the next key until ESC or Ctrl is pressed. +Description of problem: +Well, I'm using it in a daily basis, since it is my VM to isolate the environment for work. + +It was compiled from source for _jack_ support, the only thing that I cared about. I'll be honest : I don't remember the special parameters, nothing unusual though. I'm not in the need for _rt_ kernels. + +When I press `Ctrl` and sometimes when I press other special keys, one of the three options occur : +1. It repeats all the keys pressed next, like if I was pressing it for a long time. + - Example : `a` turns into `aaaaaaaaaaaaaaa...`(continues) + - It repeats until I press `Esc` or `Ctrl` again. +1. `Ctrl` continues as pressed and everything I type occurs with `Ctrl`. + - Example : `a` turns into `Ctrl-A` + - Probably caused by the previous option. +1. It does what is expected, like `Ctrl-C` +Steps to reproduce: +1. Run the specified config. +1. Test `Ctrl-C` + `Ctrl-V` using text editors. + - I think that using a graphical one is faster to see it happening. + - Examples + - Atom + - Eclipse + - Kate + - VsCode + - It also occurred using a _pty_ but since I generally use the _middle-mouse-button_ with _ptys_. + - I'm not aware of the frequency that it happens. + - It also occurs with the mouse (`Ctrl-mouseclick`). + - For example: instead of going to a _Firefox_'s tab, it selects it. + +I don't know any other step here, the use case is trivial coding. +Additional information: +- I have already tried to disable "keyboard repeat" in config. + - At first it seems to work but the `Ctrl` key can get stuck like in the description and then I'm unable to get out of it (everything is sent as if it was with `Ctrl`) without pressing `Ctrl`+`ESC`. I have no idea of why. + - The problem seems to occur less frequently. +- It also happened before setting up `qemu-guest-agent`. |