F2 renames the highlighted connected peer (Windows Explorer idiom); manual note

Held for next release.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
Ednunp
2026-07-08 08:08:47 +01:00
co-authored by Claude Opus 4.8
parent f35f6c3c28
commit 289bb2b15c
3 changed files with 11 additions and 4 deletions
+7
View File
@@ -2903,6 +2903,13 @@ public sealed class MainForm : Form
args.Handled = true;
args.SuppressKeyPress = true;
}
// F2 renames the highlighted peer — the Windows Explorer idiom.
else if (args.KeyCode == Keys.F2)
{
OnRenamePeer();
args.Handled = true;
args.SuppressKeyPress = true;
}
};
// Discovered list: items are unchecked. Checking connects + auto-remembers. Delete