update readme, cleanup

This commit is contained in:
itdominator 2024-08-31 01:18:13 -05:00
parent 305cae4210
commit b10d69c238
1 changed files with 1 additions and 1 deletions

View File

@ -69,4 +69,4 @@ class Key(Gtk.Button or Gtk.ToggleButton):
if not self.iscontrol:
self._is_upper = not self._is_upper
if not self._is_symbol:
self.set_label(self._primary_symbol.upper()) if self._is_upper else self.set_label(self._primary_symbol.lower())
self.set_label(self._primary_symbol.upper()) if self._is_upper else self.set_label(self._primary_symbol.lower())