community icon indicating copy to clipboard operation
community copied to clipboard

Qwerty VKeyboard button fix( z, Q and W and ] ) on Linux(Ubuntu Focal Fossa)

Open metavinayak opened this issue 3 years ago • 3 comments
trafficstars

Maintainer merge checklist

  • [x] Title is descriptive/clear for inclusion in release notes.
  • [x] Applied a Component: xxx label.
  • [ ] Applied the api-deprecation or api-break label.
  • [ ] Applied the release-highlight label to be highlighted in release notes.
  • [x] Added to the milestone version it was merged into.
  • [ ] Unittests are included in PR.
  • [ ] Properly documented, including versionadded, versionchanged as needed.

metavinayak avatar Jul 24 '22 07:07 metavinayak

Thanks for opening your first pull request here! 💖 Please check out our contributing guidelines.

welcome[bot] avatar Jul 24 '22 07:07 welcome[bot]

Fixes: https://github.com/kivy/kivy/issues/5707

misl6 avatar Jul 24 '22 15:07 misl6

Let's wait for a complete CI run but looks good to me.

Just to confirm my thoughts, what window provider is Kivy selecting on your side?

Kivy is selecting 'sdl2' on my system.

The remaining details are present below:

[INFO   ] [Image       ] Providers: img_tex, img_dds, img_sdl2, img_pil (img_ffpyplayer ignored)
[INFO   ] [Text        ] Provider: sdl2(['text_pango'] ignored)
[INFO   ] [Window      ] Provider: sdl2
[INFO   ] [GL          ] Using the "OpenGL" graphics system
[INFO   ] [GL          ] Backend used <sdl2>
[INFO   ] [GL          ] OpenGL version <b'4.6 (Compatibility Profile) Mesa 21.2.6'>
[INFO   ] [GL          ] OpenGL vendor <b'Intel'>
[INFO   ] [GL          ] OpenGL renderer <b'Mesa Intel(R) UHD Graphics 620 (KBL GT2)'>
[INFO   ] [GL          ] OpenGL parsed version: 4, 6
[INFO   ] [GL          ] Shading version <b'4.60'>
[INFO   ] [GL          ] Texture max size <16384>
[INFO   ] [GL          ] Texture max units <32>
[INFO   ] [Window      ] auto add sdl2 input provider

metavinayak avatar Jul 24 '22 16:07 metavinayak

Congrats on merging your first pull request! 🎉🎉🎉

welcome[bot] avatar Apr 02 '23 10:04 welcome[bot]