]> git.mdlowis.com Git - proto/labwc.git/commit
keybinds: prefer keycodes over keysyms
authorConsolatis <35009135+Consolatis@users.noreply.github.com>
Tue, 5 Sep 2023 13:18:41 +0000 (15:18 +0200)
committerConsolatis <35009135+Consolatis@users.noreply.github.com>
Mon, 11 Sep 2023 13:39:34 +0000 (15:39 +0200)
commit6b80751010af2f6b841fe78e1a12349d8c15173f
treec55f25b032081585731f27a26c60f25ef1e2096f
parent8a67476ab37741b2930c18236d476447e6b0d35b
keybinds: prefer keycodes over keysyms

This allows keyboard layout agnostic keybinds
in a multi layout configuration.

Fixes: #1069
include/config/keybind.h
src/config/keybind.c
src/keyboard.c
src/server.c