Consistent cursor move sound
[naja.git] / naja / widgets / selector.py
index fd304a022503b9d26b3199f91b4fbf7214cc918f..4479b72adf5236e532b1b0535127408341621a94 100644 (file)
@@ -30,7 +30,7 @@ class SelectorWidget(Container):
                 else:
                     self.position -= 1
                 self.position %= len(self.widgets)
-                sound.play_sound('zzzzz.ogg')
+                sound.play_sound('zoop.ogg', volume=0.05)
                 return True
             elif ev.key in KEYS.SELECT:
                 return self.widgets[self.position].callback('click')