Opened 3 years ago
Last modified 16 months ago
#2368 assigned enhancement
wayland client with native bindings
Reported by: | Antoine Martin | Owned by: | Antoine Martin |
---|---|---|---|
Priority: | major | Milestone: | 5.0 |
Component: | client | Version: | 2.5.x |
Keywords: | Cc: |
Description
Following up #2243, we will need some form of native bindings to:
- query the keyboard layout
- access the clipboard
etc..
Change History (5)
comment:1 Changed 3 years ago by
Status: | new → assigned |
---|
comment:2 Changed 3 years ago by
Keyboard:
On systems with systemd the output of localectl status
might be a good guess.
The Wayland compositor might still be configured different, but I assume most systems will have the same keyboard configuration on tty as on the desktop.
On my german system I get the same valid output on tty, in X and in Wayland:
$ localectl status System Locale: LANG=de_DE.UTF-8 VC Keymap: n/a X11 Layout: de X11 Model: pc105
comment:3 Changed 3 years ago by
On systems with systemd the output of localectl status might be a good guess.
Thanks, added this as fallback in r23321.
comment:4 Changed 2 years ago by
Milestone: | 4.0 → 5.0 |
---|
comment:5 Changed 16 months ago by
this ticket has been moved to: https://github.com/Xpra-org/xpra/issues/2368
Note: See
TracTickets for help on using
tickets.
According to libxkbcommon quick guide: If we are a Wayland client, the compositor gives us a string complete with a keymap.
Not sure where, no attributes in the
GTK.EventKey
, or in itsGdkWaylandDevice
attribute..More keyboard related tickets: #1049, #856