Jump to content

Recommended Posts

Posted
On 9/4/2025 at 3:23 AM, cj43g3r said:

@MonmineDCS Rudel_chw is correct that there is no direct keyboard support for direct control

You might be able to use indirect control via keyboard commands for trim controls for more limited movement until you can obtain a controller.

From the mod's Input\keyboard\default.lua:

--- Control ---
{combos = {{key = '.', reformers = {'RCtrl'}}},    pressed = iCommandPlaneTrimUp,            up = iCommandPlaneTrimStop, name = _('Trim: Nose Up'),            category = _('Flight Control')},
{combos = {{key = ';', reformers = {'RCtrl'}}},    pressed = iCommandPlaneTrimDown,        up = iCommandPlaneTrimStop, name = _('Trim: Nose Down'),        category = _('Flight Control')},
{combos = {{key = ',', reformers = {'RCtrl'}}},    pressed = iCommandPlaneTrimLeft,        up = iCommandPlaneTrimStop, name = _('Trim: Left Wing Down'),    category = _('Flight Control')},
{combos = {{key = '/', reformers = {'RCtrl'}}},    pressed = iCommandPlaneTrimRight,        up = iCommandPlaneTrimStop, name = _('Trim: Right Wing Down'),    category = _('Flight Control')},

{combos = {{key = 'Z'}}, pressed = EFM_commands.KeyRudderLeft,        up = EFM_commands.KeyRudderStop, name = _('Aircraft Yaw Left'),    category = _('Flight Control')},
{combos = {{key = 'X'}}, pressed = EFM_commands.KeyRudderRight,        up = EFM_commands.KeyRudderStop, name = _('Aircraft Yaw Right'),    category = _('Flight Control')},

{combos = {{key = 'Num+'}}, pressed = EFM_commands.ThrottleIncrease,                name = _('Throttle Smoothly - Increase'),        category = {_('Throttle Grip'), _('Flight Control')}},
{combos = {{key = 'Num-'}}, pressed = EFM_commands.ThrottleDecrease,                name = _('Throttle Smoothly - Decrease'),        category = {_('Throttle Grip'), _('Flight Control')}},

 

The ones with RCtrl are combos with right ctrl key.

The throttle may be the + and - on the number pad.

 

I had no idea that the ED programmers could work magic. It also seems that no one here is aware that the standard keyboard command "RCtrl" for trimming doesn't work at all with ";". It simply doesn't work.

Windows 11 Enterprise 64-bit processor AMD Ryzen Threadripper 3970X 32-core processor 3.90 GHz, installed memory 256 GB (256 GB usable), system type 64-bit operating system, x64-based processor
2 x NVIDIA RTX TITAN SLI 48 GB vRAM, 3x 2 TB M2 NVMe WDS200T3XHC Raid, 2x 4 TB M2 NVMe Force MP510 Raid, ERM - 3K3U water cooling, gaming motherboard ROG ZENITH II EXTREME ALPHA
Monitor 108 cm ACER PREDATOR CG437K 7680x4320-120Hz, power supply 2000 watts

Posted
4 hours ago, CommandT said:

Made a little video overview of the T-45:


nice video, but I believe it would have been better to wait for the upcoming v1.2 before producing it.

 

 

  • Like 1

 

For work: iMac mid-2010 of 27" - Core i7 870 - 6 GB DDR3 1333 MHz - ATI HD5670 - SSD 256 GB - HDD 2 TB - macOS High Sierra

For Gaming: 34" Monitor - Ryzen 3600 - 32 GB DDR4 2400 - nVidia RTX2080 - SSD 1.25 TB - HDD 10 TB - Win10 Pro - TM HOTAS Cougar

Mobile: iPad Pro 12.9" of 256 GB

Posted
4 hours ago, Rudel_chw said:


nice video, but I believe it would have been better to wait for the upcoming v1.2 before producing it.

 

 

Well I am certainly happy to make an update video on the new version when it comes. I asked above regarding a timeframe for v1.2 release and heard no response so didn't see any point in putting off making a video about the current version since I don't know if we need to wait 2 weeks or 2 years. 

  • Like 4
×
×
  • Create New...