diff options
author | Phil Jones <philj56@gmail.com> | 2022-10-21 23:37:24 +0100 |
---|---|---|
committer | Phil Jones <philj56@gmail.com> | 2022-10-21 23:37:24 +0100 |
commit | d1b94b4487c72b13320a281ad6a2fc291e4c79c7 (patch) | |
tree | d4b7ce738f9ad14dd55a1054a39901bf835db2a5 /meson.build | |
parent | 7bb70c7407f652c584837d651fb9bcdb6b66ff9f (diff) |
Initial input handling cleanup.
Also changed keyboard shortcuts to use physical keycodes, rather than
XKB keysyms. This means shortcuts don't shift when keyboard layout is
changed.
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meson.build b/meson.build index 5ec1c1f..1d518d3 100644 --- a/meson.build +++ b/meson.build @@ -102,6 +102,7 @@ common_sources = files( 'src/entry_backend/harfbuzz.c', 'src/fuzzy_match.c', 'src/history.c', + 'src/input.c', 'src/log.c', 'src/mkdirp.c', 'src/shm.c', |