mirror of
https://github.com/Ylianst/MeshCentralRouter
synced 2026-01-04 01:13:12 +00:00
Many improvements.
This commit is contained in:
@@ -545,6 +545,7 @@ namespace MeshCentralRouter
|
||||
|
||||
private void KVMControl_KeyDown(object sender, KeyEventArgs e)
|
||||
{
|
||||
if ((e.KeyCode == Keys.LWin) || (e.KeyCode == Keys.RWin)) return; // Don't process the Windows key
|
||||
SendKey(e, 0);
|
||||
e.Handled = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user