Show if caps lock is active, fixes #115

This commit is contained in:
Jeremy Soller 2025-05-15 14:18:08 -06:00
parent b16be3c5ae
commit b38bcd296a
No known key found for this signature in database
GPG key ID: 670FDFB5428E05CA
6 changed files with 719 additions and 433 deletions

View file

@ -644,6 +644,10 @@ impl App {
}
column = column.push(text_input);
if self.common.caps_lock {
column = column.push(widget::text(fl!("caps-lock")));
}
}
None => {
column = column.push(