WebCord icon indicating copy to clipboard operation
WebCord copied to clipboard

Not detecting all keys from Squeekboard (Phosh) OSK

Open TheKrafter opened this issue 2 years ago • 3 comments

Aknowledgements

  • [X] I have checked that there is no other issue describing the same or similar problem that I currently have, regardless if it has been closed or open.

  • [ ] This bug affects Discord website.

  • [ ] This issue is confirmed to be reproduceable when WebCord is packaged on at least all three latest supported Electron major releases.

  • [ ] This issue is reproduceable in Chrome, Chromium or any Chromium-based browser, e.g Brave or Edge (please write in Additional Context which browser you have used if it is neither Chrome nor unmodified Chromium).

  • [ ] There are no fixes done to master which resolves this issue.

  • [ ] My issue describes one of the unstable and/or not fully implemented features.

  • [ ] I have found a workaround to mitigate or temporarily fix this issue in affected releases (please write it in Additional context section below).

Operating System / Platform

🐧️ Linux

Operating system architecture

aarch64 (64-bit ARM)

Electron version

25.2.0

Application version

4.3.0

Bug description

In WebCord, several keys on Phosh's Squeekboard OSK do not work (as in it is as if they weren't pressed) on soome profiles. Notably, on "English (US)" (and many other tested standard english layouts), the q and k keys do not work. However, they do work when switching to the "Terminal" profile. But on that profile, the o, z, and x keys do not work. Some other keys for special characters do not work in some profiles aswell. For example the @ key does not work in English (US).

This issue does not exist on any other app that I have tested.

Additional context

Notice: This issue was automatically generated by WebCord.

I am running this on postmarketOS, on a OnePlus 6, with Phosh v0.27.0.

TheKrafter avatar Aug 15 '23 15:08 TheKrafter

I highly doubt this has anything to do on my side, I guess the blame is (most likely) on virtual keyboard application (I suppose it might not emit right events to the application/OS) you're using or Electron (I doubt it is adapted for Linux mobile devices or touch devices at all, so they might not be interested at fixing this bug).

SpacingBat3 avatar Aug 15 '23 16:08 SpacingBat3

thanks for the input, ill look into it

TheKrafter avatar Aug 16 '23 15:08 TheKrafter

@TheKrafter see https://gitlab.gnome.org/World/Phosh/squeekboard/-/issues/380 (and related issues) as well as https://gitlab.gnome.org/World/Phosh/squeekboard/-/merge_requests/598 as an attempt to fix electron related apps.

Also phosh-osk-stub (https://gitlab.gnome.org/guidog/phosh-osk-stub) should work. We recently improved support for non US layouts (https://gitlab.gnome.org/guidog/phosh-osk-stub/-/merge_requests/101).

agx avatar Dec 18 '23 11:12 agx