Skip to content

Commit 1773f3c

Browse files
author
rankun
committed
feat: update tips
1 parent 27a959d commit 1773f3c

File tree

1 file changed

+1
-1
lines changed
  • QtScrcpy/device/controller/inputconvert/keymap

1 file changed

+1
-1
lines changed

QtScrcpy/device/controller/inputconvert/keymap/keymap.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@ void KeyMap::loadKeyMap(const QString &json)
242242
}
243243
// this must be called after m_keyMapNodes is stable
244244
makeReverseMap();
245-
qInfo() << "Script updated.";
245+
qInfo() << tr("Script updated, Press ~ key to switch the mapping mode");
246246

247247
parseError:
248248
if (!errorString.isEmpty()) {

0 commit comments

Comments
 (0)