Global keyboard shortcut portal · Issue #624 · flatpak/xdg-desktop-portal

wayland gnome - global hotkeys / input events / window info / window focus activation / linux autohotkey etc
[RFC] Add action binder protocol (!56) · Merge requests · wayland / wayland-protocols · GitLab
Add the concept of passive/active libei contexts (!80) · Merge requests · libinput / libei · GitLab
libinput / libei · GitLab
Add a CaptureInput portal by whot · Pull Request #714 · flatpak/xdg-desktop-portal
Wayland and input methods
Wayland support for Linux client and server · Issue #4090 · symless/synergy-core
Wayland support? [Donation target met] · Issue #109 · debauchee/barrier
unstable/text-input/text-input-unstable-v3.xml · master · wayland / wayland-protocols · GitLab
freedesktop.org GitLab login
Implement global shortcuts (#47) · Issues · GNOME / xdg-desktop-portal-gnome · GitLab
WIP: Add a global shortcut portal by aleixpol · Pull Request #711 · flatpak/xdg-desktop-portal
AutoType not available when using Wayland · Issue #2281 · keepassxreboot/keepassxc
RFC: Provide a standard spec for specifying keyboard shortcuts (!56) · Merge requests · xdg / xdg-specs · GitLab
Olivier Fourdan / gnome-ponytail-daemon · GitLab
wsha / chorded_keymap
GitLab.com
START HERE: wayland gnome - how to setup a global hotkey, to trigger something useful inside of an application, etc.
wayland gnome - how to setup a global hotkey, to trigger something useful inside of an application, etc. · GitHub
Moving and resizing windows programmatically on Wayland : gnome
I made a [quick bash script](https://gist.github.com/MortenStabenau/130a35a0f2b57b09ca518d202bac0bbe) to move around and resize windows in Gnome...
Gnome API Docs - Meta 7 API / Window — DevDocs
unrelentingtech/evscript: A tiny sandboxed Dyon scripting environment for evdev input devices that lets you do e.g. xcape in Wayland
A tiny sandboxed Dyon scripting environment for evdev input devices that lets you do e.g. xcape in Wayland - GitHub - unrelentingtech/evscript: A tiny sandboxed Dyon scripting environment for evdev...
snyball/Hawck: Key-rebinding daemon for Linux (Wayland/X11/Console)
Key-rebinding daemon for Linux (Wayland/X11/Console) - GitHub - snyball/Hawck: Key-rebinding daemon for Linux (Wayland/X11/Console)
libinput - ArchWiki
Helper tools — libinput 1.19.2 documentation
Simulate device input with evemu - Fedora Magazine
Looking for a way to simulate keyboard and mouse input? The web is full of various guides and tutorials mentioning xdotool, a “command-line X11 automation tool.” xdotool simulates X11 input events; it can even move or resize the desktop windows. Unfortunately, as its name implies, xdotool only works with the X11 window system. This means it cannot […]
interception / linux / Interception Tools · GitLab
A minimal composable infrastructure on top of libudev and libevdev
Allow using on XWayland. by jordansissel · Pull Request #355 · jordansissel/xdotool
This removes behavior introduced by #341. After #341 was released, several folks reported that xdotool has indeed worked correctly on XWayland in the past. I've left the "is on way...
adrienverge/gnome-magic-window: Bind a key to a specific program in Gnome Shell.
Bind a key to a specific program in Gnome Shell. Contribute to adrienverge/gnome-magic-window development by creating an account on GitHub.
vslobodyan/gnome-active-window: Actions with the active Gnome 3 (Shell) window. Compatible with Wayland. A working replacement for some functions in wmctrl and xdotool.
Actions with the active Gnome 3 (Shell) window. Compatible with Wayland. A working replacement for some functions in wmctrl and xdotool. - GitHub - vslobodyan/gnome-active-window: Actions with the ...
gnome - How to get a list of active windows when using wayland - Unix & Linux Stack Exchange
I recently installed Ubuntu 17.10 which uses Wayland instead of (or in some sort of combination?) X11. Before I could use xprop -root|grep ^_NET_CLIENT_LIST or wmctrl (wmctrl -lpGxu) to get a list ...
gnome3 - How can I minimise all GNOME/Wayland windows from the command line? - Unix & Linux Stack Exchange
Before switching to Wayland I would minimise all GNOME Shell windows with the following command:
wmctrl -k on
...but both wmctrl and xdotool are X11-only applications. What CLI command can I use to
scripts - Equivalent to xdotool for Wayland - Ask Ubuntu
I'm looking for a solution working in Wayland to get mouse position, move it and click inside a bash script, all things xdotool can do for X server.
xdotool getmouselocation
is still working, but