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:
co-authored by
Claude Opus 4.8
parent
f35f6c3c28
commit
289bb2b15c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user