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
+13
View File
@@ -0,0 +1,13 @@
<?xml version="1.0" encoding="UTF-8"?>
<interface>
<object class="GtkWindow" id="main_window">
<property name="title">OSKeyboard</property>
<child>
<object class="GtkDrawingArea" id="drawing_area">
<property name="can-focus">FALSE</property>
<property name="hexpand">TRUE</property>
</object>
</child>
</object>
</interface>