Urbi Posted 8 hours ago Posted 8 hours ago 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
Recommended Posts