Skip to content

Commit

Permalink
Remove default use of 16781904 as value 0
Browse files Browse the repository at this point in the history
This lets the user assign the value themselves, which may work out
better for them since non-English keyboard layouts put different glyphs
to the left of the number 1 key and we cannot account for all possible
keyboard layouts.
  • Loading branch information
Cuperino committed Sep 28, 2024
1 parent 26aeb05 commit f5ad44f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompter/Prompter.qml
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ Flickable {
property int markerToggleModifiers: Qt.ControlModifier
property int namedMarkerToggle: Qt.Key_M
property int namedMarkerToggleModifiers: Qt.ControlModifier | Qt.ShiftModifier
property int setVelocity0: 16781904 // Key: `
property int setVelocity0: 0
property int setVelocity0Modifiers: Qt.NoModifier
property int setVelocity1: Qt.Key_1
property int setVelocity1Modifiers: Qt.NoModifier
Expand Down

0 comments on commit f5ad44f

Please sign in to comment.