Compare commits
3 commits
3f67fcb258
...
7a66a3ecd4
Author | SHA1 | Date | |
---|---|---|---|
7a66a3ecd4 | |||
5f092cacf6 | |||
2f10985681 |
3 changed files with 19 additions and 19 deletions
|
@ -67669,7 +67669,7 @@
|
|||
},
|
||||
"67": {
|
||||
"Key": {
|
||||
"Comments": "",
|
||||
"Comments": "Disconnects autopilot\n\nOnly works on long press to avoid accidental disconnects",
|
||||
"Conditional Backgrounds": {
|
||||
"0": {
|
||||
"Background Image Mode": 1,
|
||||
|
@ -67696,12 +67696,6 @@
|
|||
"Conditional Commands": {
|
||||
"0": {
|
||||
"Command Set": {
|
||||
"Commands": {
|
||||
"0": {
|
||||
"Mode": "Single",
|
||||
"Name": "sim/autopilot/disconnect"
|
||||
}
|
||||
},
|
||||
"Speech Set": null,
|
||||
"Static Speech": ""
|
||||
},
|
||||
|
@ -67713,6 +67707,12 @@
|
|||
"Override Data Source": false
|
||||
},
|
||||
"Long Press Command Set": {
|
||||
"Commands": {
|
||||
"0": {
|
||||
"Mode": "Single",
|
||||
"Name": "sim/autopilot/disconnect"
|
||||
}
|
||||
},
|
||||
"Speech Set": null,
|
||||
"Static Speech": ""
|
||||
}
|
||||
|
@ -77003,7 +77003,7 @@
|
|||
"Key Index": 99
|
||||
}
|
||||
},
|
||||
"Last Saved Date": "2023-08-03_112342",
|
||||
"Last Saved Date": "2023-08-04_221328",
|
||||
"MultiEncoders": {
|
||||
"0": {
|
||||
"Encoder": {
|
||||
|
|
|
@ -67669,7 +67669,7 @@
|
|||
},
|
||||
"67": {
|
||||
"Key": {
|
||||
"Comments": "",
|
||||
"Comments": "Disconnects autopilot\n\nOnly works on long press to avoid accidental disconnects",
|
||||
"Conditional Backgrounds": {
|
||||
"0": {
|
||||
"Background Image Mode": 1,
|
||||
|
@ -67696,12 +67696,6 @@
|
|||
"Conditional Commands": {
|
||||
"0": {
|
||||
"Command Set": {
|
||||
"Commands": {
|
||||
"0": {
|
||||
"Mode": "Single",
|
||||
"Name": "sim/autopilot/disconnect"
|
||||
}
|
||||
},
|
||||
"Speech Set": null,
|
||||
"Static Speech": ""
|
||||
},
|
||||
|
@ -67713,6 +67707,12 @@
|
|||
"Override Data Source": false
|
||||
},
|
||||
"Long Press Command Set": {
|
||||
"Commands": {
|
||||
"0": {
|
||||
"Mode": "Single",
|
||||
"Name": "sim/autopilot/disconnect"
|
||||
}
|
||||
},
|
||||
"Speech Set": null,
|
||||
"Static Speech": ""
|
||||
}
|
||||
|
@ -77003,7 +77003,7 @@
|
|||
"Key Index": 99
|
||||
}
|
||||
},
|
||||
"Last Saved Date": "2023-08-03_112342",
|
||||
"Last Saved Date": "2023-08-04_221328",
|
||||
"MultiEncoders": {
|
||||
"0": {
|
||||
"Encoder": {
|
||||
|
|
6
copy.sh
6
copy.sh
|
@ -1,7 +1,7 @@
|
|||
echo Copying X-KeyPad profile
|
||||
cp "/Users/sander/X-Plane 12/Aircraft/ToLissA319_V1p8p1/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json"
|
||||
echo Copying to non-std version
|
||||
cp "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json" "./X-KeyPad/X-KeyPad-SD_a319.json"
|
||||
cp "/Users/sander/X-Plane 12/Aircraft/ToLissA319/X-KeyPad-SD_a319.json" "./X-KeyPad/X-KeyPad-SD_a319.json"
|
||||
echo Copying to StdDef version
|
||||
cp "./X-KeyPad/X-KeyPad-SD_a319.json" "./X-KeyPad/X-KeyPad-SD_a319_StdDef.json"
|
||||
|
||||
echo Zip Stream Deck Plus profile
|
||||
rm ./Stream\ Deck/A319\ Flight\ Deck\ Plus.streamDeckProfile
|
||||
|
|
Loading…
Reference in a new issue