Kode / Kha

Ultra-portable, high performance, open source multimedia framework.
http://kha.tech
zlib License
1.49k stars 170 forks source link

Input not recognizing certain keyboard combination. #1288

Open WhatIsThis152 opened 3 years ago

WhatIsThis152 commented 3 years ago

Describe the bug Keyboard.get().notify() won't notify Space(32) if the following combinations involving arrow keys are being pressed: Down + Right Down + Left Left + Up

To Reproduce Steps to reproduce the behavior:

  1. Call Keyboard.get().notify()...
  2. Press arrow combinations with Spacebar.

Expected behavior I was expecting Spacebar to be detected by Keyboard.get().notify().

Execution Environment:

ghost commented 3 years ago

Works perfectly when building from archlinux, with firefox, pressing space calls down and up listeners, while pressing any arrow combination, including all four.

Might be GNOME acting up, i remeber having problems with it eating some key combinations. Maybe try to isolate it (test if the problem is with browser or maybe DE itself, maybe even keyboard) ?

WhatIsThis152 commented 3 years ago

I'll be trying to isolate it, thank you.