re-implemented keyboard for better performance and keypress detection. there is no longer css customization, but the keyboard is now responsive to the screen width.

This commit is contained in:
2026-02-09 22:01:14 -07:00
parent 29b48ff2ca
commit 234b2685d4
15 changed files with 377 additions and 351 deletions
+12
View File
@@ -0,0 +1,12 @@
project('oskeyboard', 'c',
version : '0.1',
default_options : ['warning_level=0'])
# Import the GNOME module to handle GResources
gnome = import('gnome')
gtk_dep = dependency('gtk4')
libevdev_dep = dependency('libevdev')
layer_shell_dep = dependency('gtk4-layer-shell-0')
subdir('src')