aboutsummaryrefslogtreecommitdiff
path: root/helpers
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-26 23:10:17 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-26 23:10:17 +0200
commit65ec4d2a87bfe0dcf1250ec8dc61225d4ed66325 (patch)
tree1e204169cb733fe7321bef66ccc414736baa1e5d /helpers
parente4846541aa226de8b231cc401fcaa6f058246d1c (diff)
downloadMusicSampler-65ec4d2a87bfe0dcf1250ec8dc61225d4ed66325.tar.gz
MusicSampler-65ec4d2a87bfe0dcf1250ec8dc61225d4ed66325.tar.zst
MusicSampler-65ec4d2a87bfe0dcf1250ec8dc61225d4ed66325.zip
Show last used keys
Diffstat (limited to 'helpers')
-rw-r--r--helpers/key.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/helpers/key.py b/helpers/key.py
index f49b3ec..ca73b87 100644
--- a/helpers/key.py
+++ b/helpers/key.py
@@ -83,6 +83,7 @@ class Key(ButtonBehavior, Widget):
83 if not self.enabled: 83 if not self.enabled:
84 return None 84 return None
85 85
86 self.parent.parent.ids['KeyList'].append(self.key_sym)
86 print("running actions for {}".format(self.key_sym)) 87 print("running actions for {}".format(self.key_sym))
87 start_time = time.time() 88 start_time = time.time()
88 self.parent.start_running(self, start_time) 89 self.parent.start_running(self, start_time)