Skip to content

Enable resolve_binds_by_sym in Hyprland input configuration - #10539

Open
oscarbol09 wants to merge 1 commit into
omacom:quattrofrom
oscarbol09:fix/hyprland-touchpad-toggle-sym
Open

Enable resolve_binds_by_sym in Hyprland input configuration#10539
oscarbol09 wants to merge 1 commit into
omacom:quattrofrom
oscarbol09:fix/hyprland-touchpad-toggle-sym

Conversation

@oscarbol09

Copy link
Copy Markdown

The stock touchpad bindings in \default/hypr/bindings/media.lua\ (\XF86TouchpadToggle, \XF86TouchpadOn, \XF86TouchpadOff) never fire on laptops whose EC/hardware emits \KEY_TOUCHPAD_TOGGLE\ (evdev 530 / XKB 538). Because this keycode exceeds 255 and Hyprland's \input:resolve_binds_by_sym\ defaults to \ alse, reverse keysym-to-keycode resolution does not reach that range and the bindings remain inactive.

Setting
esolve_binds_by_sym = true\ in \default/hypr/input.lua\ enables Hyprland to resolve these keysym bindings properly.

Fixes #10449

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Stock XF86TouchpadToggle binding never fires (Hyprland resolve_binds_by_sym defaults to false)

1 participant