]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - helpers/key.py
Show last used keys
[perso/Immae/Projets/Python/MusicSampler.git] / helpers / key.py
index f49b3ec6a6b9ebc070d45d4803038c61d1715c06..ca73b87a421701661a7f76434dc866da2b860fc1 100644 (file)
@@ -83,6 +83,7 @@ class Key(ButtonBehavior, Widget):
         if not self.enabled:
             return None
 
+        self.parent.parent.ids['KeyList'].append(self.key_sym)
         print("running actions for {}".format(self.key_sym))
         start_time = time.time()
         self.parent.start_running(self, start_time)