mirror of
https://github.com/debauchee/barrier.git
synced 2026-02-07 20:34:28 +08:00
commented out half-duplex flags that should never have been
uncommented.
This commit is contained in:
@@ -104,8 +104,8 @@ CXWindowsSecondaryScreen::open(
|
||||
// FIXME -- may have to get these from some database
|
||||
m_numLockHalfDuplex = false;
|
||||
m_capsLockHalfDuplex = false;
|
||||
m_numLockHalfDuplex = true;
|
||||
m_capsLockHalfDuplex = true;
|
||||
// m_numLockHalfDuplex = true;
|
||||
// m_capsLockHalfDuplex = true;
|
||||
|
||||
// assume primary has all clipboards
|
||||
for (ClipboardID id = 0; id < kClipboardEnd; ++id) {
|
||||
|
||||
Reference in New Issue
Block a user