mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2025-12-16 00:03:28 +00:00
Added automatic clipboard sync.
This commit is contained in:
@@ -120,11 +120,16 @@ namespace MeshCentralRouter
|
||||
set { swapMouseButtonsCheckBox.Checked = value; }
|
||||
}
|
||||
|
||||
public bool RemoteKeybaordMap
|
||||
public bool RemoteKeyboardMap
|
||||
{
|
||||
get { return remoteKeyboardMapCheckBox.Checked; }
|
||||
set { remoteKeyboardMapCheckBox.Checked = value; }
|
||||
}
|
||||
public bool AutoSendClipboard
|
||||
{
|
||||
get { return autoSendClipboardCheckBox.Checked; }
|
||||
set { autoSendClipboardCheckBox.Checked = value; }
|
||||
}
|
||||
|
||||
private void okButton_Click(object sender, EventArgs e)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user