QtScrcpy icon indicating copy to clipboard operation
QtScrcpy copied to clipboard

分享一个原神的按键映射

Open appdev opened this issue 5 years ago • 1 comments

{
	"switchKey": "Key_QuoteLeft",
	"mouseMoveMap": {
		"startPos": {
			"x": 0.57,
			"y": 0.26
		},
		"speedRatio": 3
	},
	"keyMapNodes": [
		{
			"comment": "行走",
			"type": "KMT_STEER_WHEEL",
			"centerPos": {
				"x": 0.180952,
				"y": 0.771429
			},
			"leftOffset": 0.11,
			"rightOffset": 0.11,
			"upOffset": 0.11,
			"downOffset": 0.11,
			"leftKey": "Key_A",
			"rightKey": "Key_D",
			"upKey": "Key_W",
			"downKey": "Key_S"
		},{
			"comment": "角色二",
			"type": "KMT_CLICK",
			"key": "Key_1",
			"pos": {
				"x": 0.911905,
				"y": 0.205195
			},
			"switchMap": false
		},{
			"comment": "角色三",
			"type": "KMT_CLICK",
			"key": "Key_2",
			"pos": {
				"x": 0.911905,
				"y": 0.322078
			},
			"switchMap": false
		},{
			"comment": "角色四",
			"type": "KMT_CLICK",
			"key": "Key_3",
			"pos": {
				"x": 0.911905,
				"y": 0.418182
			},
			"switchMap": false
		},{
			"comment": "跳",
			"type": "KMT_CLICK",
			"key": "Key_Space",
			"pos": {
				"x": 0.88095,
				"y": 0.64935
			},
			"switchMap": false
		},{
			"comment": "向前",
			"type": "KMT_CLICK",
			"key": "RightButton",
			"pos": {
				"x": 0.87261,
				"y": 0.85974
			},
			"switchMap": false
		},{
			"comment": "大招",
			"type": "KMT_CLICK",
			"key": "Key_Q",
			"pos": {
				"x": 0.65357,
				"y": 0.90649
			},
			"switchMap": false
		},{
			"comment": "普通技能",
			"type": "KMT_CLICK",
			"key": "LeftButton",
			"pos": {
				"x": 0.80119,
				"y": 0.76623
			},
			"switchMap": false
		},{
			"comment": "技能一",
			"type": "KMT_CLICK",
			"key": "Key_E",
			"pos": {
				"x": 0.714286,
				"y": 0.864935
			},
			"switchMap": false
		},{
			"comment": "特殊技能",
			"type": "KMT_CLICK",
			"key": "Key_R",
			"pos": {
				"x": 0.694048,
				"y": 0.750649
			},
			"switchMap": false
		},{
			"comment": "捡东西",
			"type": "KMT_CLICK",
			"key": "Key_F",
			"pos": {
				"x": 0.60119,
				"y": 0.50909
			},
			"switchMap": false
		},{
			"comment": "地图",
			"type": "KMT_CLICK",
			"key": "Key_M",
			"pos": {
				"x": 0.13095,
				"y": 0.14026
			},
			"switchMap": false
		},{
			"comment": "角色",
			"type": "KMT_CLICK",
			"key": "Key_C",
			"pos": {
				"x": 0.92381,
				"y": 0.05454
			},
			"switchMap": false
		},{
			"comment": "关闭",
			"type": "KMT_CLICK",
			"key": "Key_ESC",
			"pos": {
				"x": 0.14881,
				"y": 0.322078
			},
			"switchMap": false
		}
	]
}

appdev avatar Oct 14 '20 11:10 appdev