diff --git a/src/config/ConfigManager.cpp b/src/config/ConfigManager.cpp index b0275fa1..8a17253d 100644 --- a/src/config/ConfigManager.cpp +++ b/src/config/ConfigManager.cpp @@ -2191,8 +2191,8 @@ std::optional CConfigManager::handleBind(const std::string& command ignoreMods = true; } else if (arg == 's') { multiKey = true; - } else if (arg == 'o') { - longPress = true; + } else if (arg == 'o' && !release) { + longPress = true; } else if (arg == 'd') { hasDescription = true; } else if (arg == 'p') {