Skip to content

Instantly share code, notes, and snippets.

@JRJurman
Last active December 19, 2021 04:27
Show Gist options
  • Save JRJurman/93b08c0eb0fd86bcbabf6897a00bf9db to your computer and use it in GitHub Desktop.
Save JRJurman/93b08c0eb0fd86bcbabf6897a00bf9db to your computer and use it in GitHub Desktop.
Pokemon Unite Keyboard Commands for use with QtScrcpy
{
"comment": "v1.0.0",
"old-switchKey": "Key_Tab",
"switchKey": "Key_Tab",
"keyMapNodes": [{
"comment": "Movement",
"type": "KMT_STEER_WHEEL",
"centerPos": {
"x": 0.139323,
"y": 0.798611
},
"leftOffset": 0.07,
"rightOffset": 0.07,
"upOffset": 0.07,
"downOffset": 0.07,
"leftKey": "Key_A",
"rightKey": "Key_D",
"upKey": "Key_W",
"downKey": "Key_S"
},
{
"comment": "Item",
"type": "KMT_CLICK",
"key": "Key_F",
"pos": {
"x": 0.653646,
"y": 0.74537
},
"switchMap": false
},
{
"comment": "Base",
"type": "KMT_CLICK",
"key": "Key_B",
"pos": {
"x": 0.510417,
"y": 0.872685
},
"switchMap": false
},
{
"comment": "Score",
"type": "KMT_CLICK",
"key": "Key_R",
"pos": {
"x": 0.596354,
"y": 0.884259
},
"switchMap": false
}
]
}

By Installing QtScrcpy, you can use this keymap to play Pokemon Unite with Keyboard and mouse contols on PC. To load this keymap, follow the instructions on QtScrpy's README.

This script specifically uses Key_Tab to switch load the custom keymap, however feel free to set it to something else!

Key Mappings

Feel free to change these if you like, it should be obvious looking at the JSON file, more details can be found in QtScrcpy's Docs image

Button Action
WASD Movement
B To Base
F Item
R Score
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment