mirror of
https://github.com/deskflow/deskflow.git
synced 2026-06-25 21:12:01 +08:00
Merge pull request #7096 from symless/SYNERGY-1216-The-system-duplicates-hotkeys-in-setup
SYNERGY-1216 the system duplicates hotkeys in setup
This commit is contained in:
commit
7272042770
@ -10,6 +10,7 @@ Bug fixes:
|
||||
- #7089 Modifier keys don't work on Microsoft Remote Desktop
|
||||
- #7091 Fix CMakeFileList for unittests
|
||||
- #7092 Synergy is running after quit on Linux
|
||||
- #7096 The system duplicates hotkeys in setup
|
||||
|
||||
Enhancements:
|
||||
- #7068 Add Synergy restart when settings changed
|
||||
|
||||
@ -111,6 +111,7 @@ void ServerConfig::init()
|
||||
{
|
||||
switchCorners().clear();
|
||||
screens().clear();
|
||||
hotkeys().clear();
|
||||
|
||||
// m_NumSwitchCorners is used as a fixed size array. See Screen::init()
|
||||
for (int i = 0; i < NumSwitchCorners; i++)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user