-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
DCS config: add CommandMenu keyboard bindings shared with the Cockpit…
… Camera Move commands
- Loading branch information
Showing
2 changed files
with
84 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
local diff = { | ||
["keyDiffs"] = { | ||
["d1886pnilunilcdnilvdnilvpnilvunil"] = { | ||
["added"] = { | ||
[1] = { | ||
["key"] = "Num8", | ||
["reformers"] = { | ||
[1] = "RCtrl", | ||
[2] = "RShift", | ||
}, | ||
}, | ||
}, | ||
["name"] = "Command Menu Previous Item", | ||
}, | ||
["d1887pnilunilcdnilvdnilvpnilvunil"] = { | ||
["added"] = { | ||
[1] = { | ||
["key"] = "Num2", | ||
["reformers"] = { | ||
[1] = "RCtrl", | ||
[2] = "RShift", | ||
}, | ||
}, | ||
}, | ||
["name"] = "Command Menu Next Item", | ||
}, | ||
["d1888pnilunilcdnilvdnilvpnilvunil"] = { | ||
["added"] = { | ||
[1] = { | ||
["key"] = "Num6", | ||
["reformers"] = { | ||
[1] = "RCtrl", | ||
[2] = "RShift", | ||
}, | ||
}, | ||
}, | ||
["name"] = "Command Menu Select Item", | ||
}, | ||
["d1889pnilunilcdnilvdnilvpnilvunil"] = { | ||
["added"] = { | ||
[1] = { | ||
["key"] = "Num4", | ||
["reformers"] = { | ||
[1] = "RCtrl", | ||
[2] = "RShift", | ||
}, | ||
}, | ||
}, | ||
["name"] = "Command Menu Return", | ||
}, | ||
}, | ||
} | ||
return diff |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters