Replace spacebar-to-play with double-click

Opening the selected file's default player is now triggered by
double-clicking the file queue row or a track table row, instead of
pressing Space. The Delete key still removes selected queue items.

Double-clicks on the track table's Copy checkbox column are ignored
so rapidly toggling it doesn't also launch the player.
This commit is contained in:
2026-07-14 11:03:40 +02:00
parent 3903fd475a
commit 89bba70ee1
3 changed files with 32 additions and 12 deletions
+2 -2
View File
@@ -9,8 +9,8 @@
<ImplicitUsings>enable</ImplicitUsings>
<AssemblyName>Futonizer</AssemblyName>
<RootNamespace>Futonizer</RootNamespace>
<Version>1.0.10</Version>
<FileVersion>1.0.10.0</FileVersion>
<Version>1.0.11</Version>
<FileVersion>1.0.11.0</FileVersion>
<ApplicationIcon>Assets\app.ico</ApplicationIcon>
</PropertyGroup>