feat: added virtual keyboard #57

Merged
Boria138 merged 11 commits from virtual-keyboard into main 2025-10-09 11:44:34 +00:00
Showing only changes of commit e5af354b56 - Show all commits

View File

@@ -415,6 +415,8 @@ class VirtualKeyboard(QFrame):
def on_shift_click(self, checked):
self.shift_pressed = checked
if not checked and self.caps_lock:
self.caps_lock = False
self.update_keyboard()
def show_for_widget(self, widget):