labwc/src/config
Johan Malm 2f8afb2376
keyboard: add window rule to send release-events (#2377)
...of modifiers which are part of keybinds. This supports clients (for
example blender) that want to see modifier-release-events even if they are
part of a keybinds.

Most clients (including those using Qt and GTK) are setup to not see these
modifier release events and actually misbehave if they do.  For example
Firefox shows the menu bar if alt is pressed and then released, whereas if
only pressed (because the release is absorbed) nothing happens. So, if
Firefox saw bound modifier-release-events it would show the menu bar every
time the window-switcher is used with alt-tab.

    <windowRules>
      <windowRule identifier="blender" wantAbsorbedModifierReleaseEvents="yes"/>
    </windowRules>

Issue #1507
2024-11-26 20:02:36 +00:00
..
keybind.c rcxml.c: fix mem leak when deduplicating keybinds 2024-11-16 22:13:17 +00:00
libinput.c input: move <scrollFactor> to <libinput> section 2024-08-23 16:20:56 +09:00
meson.build config: add configuration for tablet tool motion 2024-07-19 22:45:41 +01:00
mousebind.c ssd: support window icons 2024-09-25 18:04:09 +09:00
rcxml.c keyboard: add window rule to send release-events (#2377) 2024-11-26 20:02:36 +00:00
session.c environment: ignore env var assignments > 1 KiB (#2325) 2024-11-10 20:40:51 +00:00
tablet-tool.c config: add configuration for tablet tool motion 2024-07-19 22:45:41 +01:00
tablet.c Replace _ with - in source file names 2024-05-22 07:10:51 +01:00
touch.c Remove some line terminators from log messages 2024-11-16 22:13:17 +00:00