aboutsummaryrefslogtreecommitdiff
path: root/helpers/key.py
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-26 23:30:47 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-07-26 23:30:47 +0200
commit4b6d1836f3cc6e063bca3f4011ce5d17f733baa6 (patch)
treec5f7067a7ae063c902ec760979349ee51845750c /helpers/key.py
parent8ba7d831a1b8da01ba9e86491d7740f674910a53 (diff)
downloadMusicSampler-4b6d1836f3cc6e063bca3f4011ce5d17f733baa6.tar.gz
MusicSampler-4b6d1836f3cc6e063bca3f4011ce5d17f733baa6.tar.zst
MusicSampler-4b6d1836f3cc6e063bca3f4011ce5d17f733baa6.zip
Prepare modifiers
Diffstat (limited to 'helpers/key.py')
-rw-r--r--helpers/key.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/helpers/key.py b/helpers/key.py
index 7ad0565..363e9ce 100644
--- a/helpers/key.py
+++ b/helpers/key.py
@@ -156,7 +156,7 @@ class Key(ButtonBehavior, Widget):
156 else: 156 else:
157 self.no_actions() 157 self.no_actions()
158 158
159 def on_enter_loaded_running(self): 159 def on_enter_loaded_running(self, modifiers):
160 self.parent.parent.ids['KeyList'].append(self.key_sym) 160 self.parent.parent.ids['KeyList'].append(self.key_sym)
161 debug_print("running actions for {}".format(self.key_sym)) 161 debug_print("running actions for {}".format(self.key_sym))
162 start_time = time.time() 162 start_time = time.time()