mirror of
https://github.com/barry-ran/QtScrcpy.git
synced 2025-04-20 11:35:56 +00:00
feat: load keymap on ubuntu
This commit is contained in:
parent
4cac0472d8
commit
c0ffd960d4
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ int main(int argc, char *argv[])
|
|||
qputenv("QTSCRCPY_ADB_PATH", "../../../third_party/adb/linux/adb");
|
||||
qputenv("QTSCRCPY_SERVER_PATH", "../../../third_party/scrcpy-server");
|
||||
qputenv("QTSCRCPY_CONFIG_PATH", "../../../config");
|
||||
qputenv("QTSCRCPY_KEYMAP_PATH", "../../../keymap");
|
||||
#endif
|
||||
|
||||
//加载样式表
|
||||
|
|
Loading…
Add table
Reference in a new issue