Skip to content
This repository was archived by the owner on Mar 11, 2024. It is now read-only.

Commit 2981d66

Browse files
committed
allow to skip 10s by pressing the arrow keys while scale is focused
fix #46
1 parent b5fa774 commit 2981d66

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

data/player.ui

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@
3434
<property name="upper">1</property>
3535
<property name="lower">0</property>
3636
<property name="value">0</property>
37+
<!-- Allow to skip 10 seconds by pressing the left and right keys -->
38+
<property name="step-increment">10000000</property>
3739
</object>
3840
</property>
3941
</object>

0 commit comments

Comments
 (0)