Skip to content

Commit

Permalink
Mi-24P: Copying to new folders for split cockpit change.
Browse files Browse the repository at this point in the history
  • Loading branch information
Munkwolf committed Jul 28, 2021
1 parent 42abea1 commit a7f7c40
Show file tree
Hide file tree
Showing 6 changed files with 1,804 additions and 0 deletions.
5 changes: 5 additions & 0 deletions InputCommands/Mi-24P/Input/Mi_24P_op/joystick/default.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
keyCommands = {

}
}
5 changes: 5 additions & 0 deletions InputCommands/Mi-24P/Input/Mi_24P_op/keyboard/default.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
keyCommands = {

}
}
5 changes: 5 additions & 0 deletions InputCommands/Mi-24P/Input/Mi_24P_op/mouse/default.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
keyCommands = {

}
}
894 changes: 894 additions & 0 deletions InputCommands/Mi-24P/Input/Mi_24P_pilot/joystick/default.lua

Large diffs are not rendered by default.

890 changes: 890 additions & 0 deletions InputCommands/Mi-24P/Input/Mi_24P_pilot/keyboard/default.lua

Large diffs are not rendered by default.

5 changes: 5 additions & 0 deletions InputCommands/Mi-24P/Input/Mi_24P_pilot/mouse/default.lua
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
return {
keyCommands = {
{down = iCommandToggleCommandMenu, name = _('Communication menu'), category = _('Communications')},
}
}

0 comments on commit a7f7c40

Please sign in to comment.