LDPlayer multi-open and keyboard and mouse mapping settings tutorial

LDPlayer's multi-open resources occupy the lowest resources of its kind: use the multi-open manager to create multiple instances and the synchronizer to realize a set of keyboard and mouse synchronization to control multiple windows; keyboard and mouse mapping binds touch screen operations to the keyboard and mouse, and supports one-click import of popular game key schemes.
1. Multi-opener and synchronizer
Create multiple instances in the "Multiple Open Manager" (you can select Android 7/9/12 kernels respectively). After turning on "Synchronizer/Control Synchronization", set the main control window and check the windows to be synchronized. Then one keyboard and mouse operation can be synchronized to all windows, which is suitable for multiple accounts to hang up and brush materials.
- 8GB memory can open 3-4 more slots smoothly, 16GB can open 6-8 more slots
- The number of multiple openings is based on memory capacity, and VT must be enabled.
- Each instance can independently set resolution, CPU/memory
2. Keyboard and mouse mapping settings
After opening the game, click the keyboard icon on the right toolbar to enter editing mode, drag the button to the position you want to click on the screen, save and then play with keyboard and mouse. MOBA precise movement, FPS fast aiming; shooting games have special aiming/firing templates, and also support key macros and script recording. It takes effect when you exit edit mode.
3. Multi-open lag optimization
- Make sure BIOS has VT virtualization turned on
- Reduce resolution and frame rate per instance, reduce single instance CPU/memory allocation
- Install the emulator to SSD and close the background occupying program
- Rendering mode switching between DirectX / OpenGL
Source:LDPlayer official website。
Frequently Asked Questions about Multiple Opens, Keyboard, Mouse, and Scripts (26 Article)
How can LDPlayer open multiple windows and run them at the same time?
Use the built-in "multi-opener". There are three ways to open it: the multi-open shortcut on the desktop, searching for "multi-open" in the start menu, or clicking the "multi-open" button on the side toolbar in LDPlayer. After entering the multi-opener, you can "create" a brand new Android environment, or you can "copy" the current emulator to quickly generate a copy that retains the installed applications and key settings. How many can be opened depends on the computer configuration and whether VT is turned on - after turning on VT, a configured machine can still run five to eight more smoothly. Multi-opening is the strength of LDPlayer. If you want to use it, just download it from ldmqn.com.
How to use multiple synchronizers in LDPlayer?
Multi-open synchronizer is used to make multiple windows "one operation, all synchronized", suitable for multiple accounts to move bricks and do daily tasks at the same time. Usage: First use multi-opener to open several LDPlayer windows, then open the "Synchronizer", set one of them as the main control window, and check other windows to be synchronized; then your clicks, moves, and other operations in the main control window will be copied to all synchronized windows in real time. With key mapping, multiple numbers can be activated in one operation. This set of multi-opening + synchronization is the signature function of LDPlayer. You can find it in the toolbar after downloading it from ldmqn.com.
How to set keyboard and mouse buttons (key mapping) in LDPlayer?
After entering the game, click "Key Settings" (keyboard icon) on the toolbar on the right side of LDPlayer, and you will enter visual editing: drag the keyboard keys directly to the corresponding skills, joysticks, and button positions on the screen, and let go to bind them; for mobile games, you can drag a "directional wheel" to bind WASD, and for shooting games, you can set aiming and firing keys. After setting and saving, you can use keyboard and mouse to operate like a PC game. LDPlayer generally has ready-made recommended key schemes for common MOBA, shooting, and RPG that can be applied with one click. Download it at ldmqn.com, install it and open any game to configure the keys.
How does LDPlayer use a controller to play games?
LDPlayer supports handles. Plug the controller (wired or wireless receiver) into the computer, and LDPlayer will generally recognize it automatically - the controller icon in the upper right corner of the interface turns blue to indicate it is connected. Then open "Button Settings" and go to the controller/controller control page, map the controller's buttons and joysticks to the skills and movements in the game, save and then play with the controller. If it is not recognized, check the controller driver, change the USB port, or restart the simulator. After configuration, the body feels close to the host computer. Download LDPlayer from ldmqn.com, and the controller mapping is in the button settings.
How to set up LDPlayer's one-click macro and what can it do?
One-click macros (macro commands) can tie a "series of operations" to a key and automatically execute them continuously when pressed. They are often used for combos, looping skills, automatic speeches, etc. Settings: Click "One-click Macro" in the key settings, create a new macro, enter the clicks/keys and intervals to be executed in sequence (loops can be set), and then bind it to a certain key. Afterwards, press that button in the game, and LDPlayer will automatically run this process. It is suitable for repetitive operations, but if it is used for competition or automation that violates game rules, there is a risk of account ban, so you should take care of it yourself. The function is included in the version downloaded from ldmqn.com.
How does LDPlayer transfer files downloaded from the emulator to the computer?
It is most convenient to use "shared folders". Click "Shared Files" on the toolbar on the right side of LDPlayer (if you can't find it, click "More Functions" to expand), which corresponds to a folder on the computer; put the pictures, videos, and files downloaded in the simulator into the corresponding directories such as "Pictures/Sharing" in the simulator, and you can see them in the shared folder on your computer. In turn, you can also put computer files in them for the simulator to use. The shared path can be viewed and modified in "More". It is recommended to set it to an easy-to-find disk. The function comes with LDPlayer and can be downloaded from ldmqn.com.
How to enable root permissions for LDPlayer?
LDPlayer comes with a one-click root switch, no need to flash. Path: Open "Settings → Other Settings", find "Root Permissions" and turn it on. After saving, restart the simulator and it will take effect. After that, applications that require root can get permissions. Please note: after root is turned on, some security-sensitive apps (banking, payment, anti-cheating games) may detect root and refuse to run or run the risk of being banned. It is recommended to turn it off if you do not use root. The position of the switch varies slightly with the version. The current version downloaded from ldmqn.com shall prevail.
How does LDPlayer modify a real phone and disguise the emulator as a real phone?
"Modify the real phone" is to change the device parameters (brand, model, underlying logo, etc.) of the simulator to look like a real phone, making it more difficult for the game to identify it as an simulator. It is mainly used to remove bricks and reduce the probability of account ban. The general requirements are: open root → install Magisk (mask) → import the device information module of the corresponding model, and modify the system properties with LSPosed, etc. The whole set is advanced, the steps are complicated, and there are risks: if the changes are not done well, the game will crash or fail to start. Bypassing the detection itself may also violate the terms of the game, and there is no guarantee that it will not be blocked. Beginners should try it with caution and be sure to back up first. The relevant functions are based on LDPlayer downloaded from ldmqn.com, and the specifics are subject to actual measurement.
How to connect LDPlayer to ADB for debugging?
LDPlayer has built-in ADB, which can be connected when developing or using tools. Common methods: ① Turn on "ADB debugging/local connection" in the "Settings" of the simulator; ② Use the adb that comes with the LDPlayer installation directory, or the computer's own adb, and execute `adb connect 127.0.0.1:5555` (the port is subject to the actual emulator, and the port of each window is different when opened multiple times) to connect; after connecting, `adb devices` can see the device, and you can install packages, capture logs, and debug. When there is a port conflict or failure to connect, restart the emulator or `adb kill-server` and try again. LDPlayer can be downloaded from ldmqn.com, and the ADB switch is in the settings.
What should I do if the LDPlayer key mapping setting does not take effect and the mouse moves randomly?
Several common situations are dealt with separately: ① The key setting does not take effect - confirm that the key scheme has been "saved" and the keyboard mode has been turned on (some games need to click to open the operation mode). Some games with strict full-screen detection may block mapping; ② The mouse runs around and the perspective rotates randomly - mostly the "mouse perspective" of shooting/first-person games is not bound correctly. Enter the key settings to reset the "View/Aim" key position, and use the shortcut key to switch the mouse lock; ③ Mapping misalignment - the key position will be offset after the resolution is changed, please reset it again. LDPlayer's buttons are set on the right toolbar. Download and latest version at ldmqn.com.
How does LDPlayer record operations and automatically repeat them?
Use the "Operation Recording" function: Find the operation recording (script recording) entry in LDPlayer, click to start recording, then manually perform a set of operations (click, slide, wait), stop recording and save; then click Play to automatically replay the set of operations, and can also be set to loop and infinite repetition, which is suitable for repetitive tasks such as daily grinding and hanging up. With the multi-open synchronizer, multiple windows can run together. Reminder: Automation used to violate game rules has the risk of account suspension, please weigh it yourself. The function is included in the LDPlayer downloaded from ldmqn.com, and no third-party script is required.
How to install Magisk (mask) in LDPlayer?
More advanced, the general process: ① First enable Root permissions in "Settings → Other Settings"; ② Set System.vmdk to be writable in "Performance Settings" (so that the system partition can be changed); ③ Install Magisk's APK in the emulator, run it and grant root; ④ Follow the Magisk prompts to make repairs (such as patching vbmeta in the boot image, installing to the corresponding partition), restart the emulator after completion, and Magisk It is ready for use and can be reinstalled with LSPosed and other modules. The steps are slightly different for different LDPlayer versions and Android kernels. There are detailed tutorials for LDPlayer 9 and others online for comparison. Operation is risky and can easily overturn. Be sure to back up first and refer to actual measurements. The simulator can be downloaded from ldmqn.com.
How to hide the mouse pointer in LDPlayer so that it doesn’t get in the way when playing shooting games?
When playing first-person/shooting games, the mouse arrow will block the field of view by default. LDPlayer supports the "mouse perspective shooting" mode in the button settings: after binding the fire and aim keys and turning on this mode, the mouse will be locked into the game and used to change the perspective, and the pointer will be hidden; when you need to click on the interface, press the set switch key (usually a shortcut key) to unlock the mouse. If you still see the pointer, check whether you have actually entered shooting/keyboard operation mode and whether the perspective keys are bound correctly. The settings are all in the button settings on the right side of LDPlayer, downloaded at ldmqn.com.
How does LDPlayer connect and manage multiple simulators (batch naming, arrangement)?
The multi-opener is the management center. In the multi-opener list, each LDPlayer instance can be renamed (to facilitate the differentiation of different accounts/games), started, closed, copied and deleted; in the synchronizer, master and controlled can be set, and windows can be arranged uniformly. Tips: Give each window a meaningful name (such as "Main Account" and "Small Account 1"), use the copy function to batch generate instances with consistent configurations, and then use the synchronizer to unify operations, so that it is clear to manage dozens of accounts. These are the multi-open management capabilities that come with LDPlayer, and are included in the version downloaded from ldmqn.com.
What is the network/IP like when LDPlayer is opened multiple times? Can each window have a different IP?
By default, multiple windows of LDPlayer share the same network and export IP of your computer. If you want each window to use a different IP, you need to use external means: assign different proxies/VPNs to different windows (some advanced gameplay sets separate proxies at the emulator or system level), or use tools that support split-window proxies. This type of demand is mostly seen in the scenarios of moving bricks and maintaining accounts, and the settings are complicated. The stability depends on the quality of the agent, and attention should be paid to whether it violates the game terms. LDPlayer itself provides multi-opening and synchronization. IP isolation requires an additional agent, which shall be subject to actual measurement. The simulator can be downloaded from ldmqn.com.
How does LDPlayer copy the configuration/application of one emulator to another?
It is most convenient to use the "Copy" function of multiple openers: select the configured LDPlayer (with the game installed and the buttons set) in the multi-opener list, click "Copy", and a copy will be generated that retains the application and button settings. You can change the name and use it alone. This is much faster than creating a new one and reinstalling it from scratch, and is suitable for creating multiple accounts with the same content in batches. The copied instances run independently and do not affect each other. If you only want to migrate the button scheme, you can also export/import the configuration in button settings. The functions are all in the LDPlayer multi-opener, and the version can be downloaded from ldmqn.com.
How to take screenshots and record the screen with LDPlayer, and where are the files stored?
LDPlayer's side toolbar generally has screenshot and screen recording buttons. Click to take a screenshot/start recording the screen. The cut pictures and recorded videos are stored in the photo album/specified directory inside the simulator by default, and can be synchronized to the computer through the "shared folder" - open the shared file in the toolbar, and you can find these pictures and videos in the corresponding folder on the computer, which is convenient for sending to the computer or uploading. If the file cannot be found, first confirm the shared folder path (you can view/modify it in "More"). These are the built-in functions of LDPlayer and can be downloaded at ldmqn.com.
How to adjust the location of the installed shared folders of LDPlayer and unify them into one disk?
The shared folder path of LDPlayer can be changed. Click "Shared Files → More/Settings" on the toolbar on the right side of the simulator, or find the shared folder settings in "More Functions" and point the path to the drive and folder you want (for example, put it in a directory on the D drive). After saving, transfer files to and from the simulator through this directory. If the shared paths of multiple open windows are scattered on the C and D drives, they can be unified here to facilitate management and backup. Restart the simulator after the changes are made to take effect. Download LDPlayer from the official website ldmqn.com.
Does LDPlayer open the same game more than once? Will it be considered cheating? Will it be banned?
Multiple opening itself is a normal function of the emulator. Opening multiple windows to play the same game does not mean "cheating". Whether it is a violation depends on the rules of the specific game: most games allow multiple openings/multiple accounts, but if you superimpose script automation, batch macro operations, and modify the real machine bypass detection to engage in studio-style brick removal, you may step on the red line of "using plug-ins/abnormal games" and be blocked. So let’s make a distinction: it’s usually okay to simply play more manually; there are risks in automating and bypassing detection. For details, please refer to the user agreement of the game. Don’t lose the big for the small. The multi-open function of LDPlayer is included in the version downloaded from ldmqn.com.
How to set up LDPlayer to make key operations more intuitive and have lower latency?
Follow-up is affected by both performance and settings. Do the following: ① Turn on VT, ensure a stable frame rate (the operation will inevitably drift when stuck), and optimize the performance first; ② Place the skill/movement keys in the key settings to a convenient position, and set the mouse viewing angle sensitivity for shooting; ③ Increase the mouse sensitivity appropriately, turn off unnecessary special effects to reduce rendering pressure; ④ Use a wired mouse and keyboard, and turn off background resources grabbing programs. Essentially "following the hand" = "stable frame rate + reasonable key positions + appropriate sensitivity". First use the frame number display to confirm that the smoothness is up to standard, and then fine-tune the keys and sensitivity. LDPlayer can be downloaded from ldmqn.com. The new version also has better input delay optimization.
Is LDPlayer good at running scores/performance tests? Is it suitable for moving bricks and opening it more often?
LDPlayer is recognized as a strong point in multi-opening and high frame rate, and has good resource scheduling, so "multi-opening and moving bricks" is one of its typical uses: it can manage many accounts in batches by cooperating with multi-opening, synchronizer, operation recording and real-time modification. But we need to look at it with a clear mind: ① Running multiple games smoothly requires a lot of machine configuration (multiple CPU cores, large memory, SSD, independent graphics), low-end hard disk configuration; ② Removing bricks involves script automation and modification of real machine bypass detection, and there is a risk of violating the game terms and being banned, and the platform does not guarantee this. So "suitability" depends not only on your computer, but also on the rules of the target game. Download the simulator from the official website ldmqn.com. The effect is subject to actual measurement.
Can LDPlayer change virtual positioning (GPS location)?
Can. LDPlayer generally has a built-in "virtual positioning/GPS" function. Find the positioning in the side toolbar or more functions, select a point on the map, and the application in the emulator will think you are at that location. It is often used for apps or games that require positioning. Note: ① Some applications have anti-virtual positioning detection, and changes may not take effect or may trigger risk control; ② Cooperating with root/modification of real devices can make the disguise more thorough, but more complicated and risky; ③ Use for illegal purposes (such as clock-in cheating, game cheating) may violate the rules, so weigh it yourself. The function is in the LDPlayer downloaded from ldmqn.com, and the details are subject to actual measurement.
Is LDPlayer suitable for Android development testing/running App automation?
It is usable and has ready-made conveniences: built-in ADB can be connected to IDE for debugging, supports multi-open and multi-device testing, can be rooted, can change resolution/DPI and model to simulate different devices. Therefore, lightweight Android development self-test, UI walkthrough, and App compatibility test run are feasible. But be clear about the positioning: it is an emulator optimized for "playing games", with ads/recommendations by default, and is based on several fixed Android kernels; for serious development testing (requiring a pure system, any Android API level, and Google official image), it is more suitable to use the AVD/emulator that comes with Android Studio. It's fine for temporary running, and it will be tested formally to see the demand. Download LDPlayer from ldmqn.com and enable ADB in the settings.
What is the difference between LDPlayer synchronizer and multi-opener?
The two are supporting but have different functions: the multi-opener is a tool for "opening windows and managing instances" - creating, copying, starting, closing, and naming multiple LDPlayers; the synchronizer is a tool for "unified operations" - allowing you to synchronize your operations in a main control window to other controlled windows in real time, realizing simultaneous movement of multiple accounts. For example: the multi-opener is responsible for "turning on several units", and the synchronizer is responsible for "making these units move together". When moving bricks with multiple accounts, the two work together: first use a multi-opener to open several windows, and then use a synchronizer to control them uniformly. They are all included in the LDPlayer tool, no need to install them separately. Download the simulator from ldmqn.com.
Can LDPlayer log in to two WeChat/two game accounts at the same time (application clone)?
Yes, it can be achieved by opening more. Use the LDPlayer multi-opener to open two (or more) windows. Each window is an independent Android environment. Each window logs in to a WeChat or game account without interfering with each other. It is equivalent to making the "application clone" at the simulator level. To operate multiple numbers simultaneously, cooperate with the synchronizer. Note: ① Open multiple configurations, enable VT, and configure enough configurations to ensure smooth operation; ② Some applications have risk control for multiple openings/multiple logins of the same device, and their rules shall prevail. Compared with clones on mobile phones, simulators are more flexible and more numerous. Download LDPlayer from the official website ldmqn.com, and the multi-opener is in the toolbar.
Can LDPlayer change device information such as CPU model and mobile phone brand model?
Can. In LDPlayer, you can generally change basic device information such as "mobile phone brand and model" in "Settings" (for example, change it to a certain Xiaomi or Samsung model) to make the simulator look like that phone. Some games can adapt the image quality or reduce recognition accordingly. To camouflage more deeply (change the underlying logo, CPU information, etc.) is to "modify the real machine", which requires root + Magisk + model module, which is complicated and risky. Usually, if you just want to change the display model to adapt to the game, you can just modify it with the model in the settings; if you want to circumvent the detection and lower the account ban, you have to weigh the risks and refer to actual measurements. Download LDPlayer from the official website ldmqn.com, and set the model in the settings.