Bind Play to Backspace by default
This commit is contained in:
@@ -178,7 +178,7 @@ void write_bindings(NC::Scrollpad &w)
|
||||
key(w, Type::Pause, "Pause");
|
||||
key(w, Type::Next, "Next track");
|
||||
key(w, Type::Previous, "Previous track");
|
||||
key(w, Type::ReplaySong, "Replay the current song");
|
||||
key(w, Type::ReplaySong, "Replay current song");
|
||||
key(w, Type::SeekForward, "Seek forward in playing song");
|
||||
key(w, Type::SeekBackward, "Seek backward in playing song");
|
||||
key(w, Type::VolumeDown,
|
||||
|
||||
Reference in New Issue
Block a user