We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27a959d commit 1773f3cCopy full SHA for 1773f3c
QtScrcpy/device/controller/inputconvert/keymap/keymap.cpp
@@ -242,7 +242,7 @@ void KeyMap::loadKeyMap(const QString &json)
242
}
243
// this must be called after m_keyMapNodes is stable
244
makeReverseMap();
245
- qInfo() << "Script updated.";
+ qInfo() << tr("Script updated, Press ~ key to switch the mapping mode");
246
247
parseError:
248
if (!errorString.isEmpty()) {
0 commit comments