projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fa35524
)
Consistent cursor move sound
author
Stefano Rivera
<stefano@rivera.za.net>
Fri, 16 May 2014 17:42:18 +0000
(19:42 +0200)
committer
Stefano Rivera
<stefano@rivera.za.net>
Fri, 16 May 2014 17:42:49 +0000
(19:42 +0200)
naja/widgets/selector.py
patch
|
blob
|
history
diff --git
a/naja/widgets/selector.py
b/naja/widgets/selector.py
index fd304a022503b9d26b3199f91b4fbf7214cc918f..4479b72adf5236e532b1b0535127408341621a94 100644
(file)
--- a/
naja/widgets/selector.py
+++ b/
naja/widgets/selector.py
@@
-30,7
+30,7
@@
class SelectorWidget(Container):
else:
self.position -= 1
self.position %= len(self.widgets)
- sound.play_sound('z
zzzz.ogg'
)
+ sound.play_sound('z
oop.ogg', volume=0.05
)
return True
elif ev.key in KEYS.SELECT:
return self.widgets[self.position].callback('click')