51thPolux Posted November 8, 2010 Posted November 8, 2010 hi, list of keyboard keys to future for a pitbuilder or just use a mouse? ;)
CrashEd Posted November 10, 2010 Posted November 10, 2010 I sure hope they will be mapped to keystrokes. Along with most of the other clickable switches (MFDs etc).
Frederf Posted November 10, 2010 Posted November 10, 2010 Wow, they aren't. But I wouldn't fear just yet. The default keybinds backbone is editable. As long as they have "calls" like the other key binds then it's a matter of adding them to the binding backbone.
airdog Posted November 10, 2010 Posted November 10, 2010 Wow, they aren't. But I wouldn't fear just yet. The default keybinds backbone is editable. As long as they have "calls" like the other key binds then it's a matter of adding them to the binding backbone. Below is what is in the clickabledata.lua as related to the UFC...can it be imported into the keyboard.lua and used then??? -- UFC DATA_ToolTip = "1. Change Menu/Display Data 2. Cycle between DTS and Hot Elevation (N/A) 3. Change HACK Time Interval 4. FUNC Mode: Alternate CDU PG rocker" SEL_ToolTip = "1. HUD TEST: Navigate Menus 2. GUNS: Change Gun Reticle 3. CCIP/CCRP: Change Weapon Profile 4. AIR-to-AIR: Change Air Threat 5. FUNC Mode: Alternate CDU + Rocker" elements["PNT-BTN-UFC-1"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_1}, stop_action = {device_commands.Button_1}, arg = {385}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-2"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_2}, stop_action = {device_commands.Button_2}, arg = {386}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-3"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_3}, stop_action = {device_commands.Button_3}, arg = {387}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-4"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_4}, stop_action = {device_commands.Button_4}, arg = {388}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-5"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_5}, stop_action = {device_commands.Button_5}, arg = {389}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-6"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_6}, stop_action = {device_commands.Button_6}, arg = {390}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-7"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_7}, stop_action = {device_commands.Button_7}, arg = {391}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-8"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_8}, stop_action = {device_commands.Button_8}, arg = {392}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-9"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_9}, stop_action = {device_commands.Button_9}, arg = {393}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-0"] = {class = {class_type.BTN}, hint = "", device = devices.UFC, action = {device_commands.Button_10}, stop_action = {device_commands.Button_10}, arg = {395}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-SPC"] = {class = {class_type.BTN}, hint = "Space", device = devices.UFC, action = {device_commands.Button_11}, stop_action = {device_commands.Button_11}, arg = {396}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}} elements["PNT-BTN-UFC-HACK"] = {class = {class_type.BTN}, hint = "Display Hack Time", device = devices.UFC, action = {device_commands.Button_12}, stop_action = {device_commands.Button_12}, arg = {394}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-FUNC"] = {class = {class_type.BTN}, hint = "Select Function Mode", device = devices.UFC, action = {device_commands.Button_13}, stop_action = {device_commands.Button_13}, arg = {397}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-LTR"] = {class = {class_type.BTN}, hint = "Select Letter Mode", device = devices.UFC, action = {device_commands.Button_14}, stop_action = {device_commands.Button_14}, arg = {398}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-CLR"] = {class = {class_type.BTN}, hint = "Clear", device = devices.UFC, action = {device_commands.Button_15}, stop_action = {device_commands.Button_15}, arg = {399}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-ENT"] = {class = {class_type.BTN}, hint = "Enter", device = devices.UFC, action = {device_commands.Button_16}, stop_action = {device_commands.Button_16}, arg = {400}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-MK"] = {class = {class_type.BTN}, hint = "Create Overhead Mark Point", device = devices.UFC, action = {device_commands.Button_17}, stop_action = {device_commands.Button_17}, arg = {401}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-ALT"] = {class = {class_type.BTN}, hint = "Display and Adjust Altitude Alert Values", device = devices.UFC, action = {device_commands.Button_18}, stop_action = {device_commands.Button_18}, arg = {402}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-STEER-UP"] = {class = {class_type.BTN}, hint = "Cycle Steerpoint/Waypoint ID", device = devices.UFC, action = {device_commands.Button_20}, stop_action = {device_commands.Button_20}, arg = {405}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-STEER-DN"] = {class = {class_type.BTN}, hint = "Cycle Steerpoint/Waypoint ID", device = devices.UFC, action = {device_commands.Button_21}, stop_action = {device_commands.Button_21}, arg = {405}, arg_value = {-1.0}, arg_lim = {{-1.0, 0.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-DATA-UP"] = {class = {class_type.BTN}, hint = DATA_ToolTip, device = devices.UFC, action = {device_commands.Button_22}, stop_action = {device_commands.Button_22}, arg = {406}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-DATA-DN"] = {class = {class_type.BTN}, hint = DATA_ToolTip, device = devices.UFC, action = {device_commands.Button_23}, stop_action = {device_commands.Button_23}, arg = {406}, arg_value = {-1.0}, arg_lim = {{-1.0, 0.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-SEL-UP"] = {class = {class_type.BTN}, hint = SEL_ToolTip, device = devices.UFC, action = {device_commands.Button_24}, stop_action = {device_commands.Button_24}, arg = {407}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-SEL-DN"] = {class = {class_type.BTN}, hint = SEL_ToolTip, device = devices.UFC, action = {device_commands.Button_25}, stop_action = {device_commands.Button_25}, arg = {407}, arg_value = {-1.0}, arg_lim = {{-1.0, 0.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-DEPR-UP"] = {class = {class_type.BTN}, hint = "Adjust Depressible Pipper", device = devices.UFC, action = {device_commands.Button_26}, stop_action = {device_commands.Button_26}, arg = {408}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-DEPR-DN"] = {class = {class_type.BTN}, hint = "Adjust Depressible Pipper", device = devices.UFC, action = {device_commands.Button_27}, stop_action = {device_commands.Button_27}, arg = {408}, arg_value = {-1.0}, arg_lim = {{-1.0, 0.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-INTEN-RGT"] = {class = {class_type.BTN}, hint = "Adjust HUD Brightness (No Function)", device = devices.UFC, action = {device_commands.Button_28}, stop_action = {device_commands.Button_28}, arg = {409}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-INTEN-LFT"] = {class = {class_type.BTN}, hint = "Adjust HUD Brightness (No Function)", device = devices.UFC, action = {device_commands.Button_29}, stop_action = {device_commands.Button_29}, arg = {409}, arg_value = {-1.0}, arg_lim = {{-1.0, 0.0}}, use_release_message = {true} } elements["PNT-BTN-UFC-FWD"] = {class = {class_type.BTN}, hint = "VHF frequency entry", device = devices.UFC, action = {device_commands.Button_30}, stop_action = {device_commands.Button_30}, arg = {531}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-MID"] = {class = {class_type.BTN}, hint = "UHF frequency entry", device = devices.UFC, action = {device_commands.Button_31}, stop_action = {device_commands.Button_31}, arg = {532}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-AFT"] = {class = {class_type.BTN}, hint = "SAT frequency entry", device = devices.UFC, action = {device_commands.Button_32}, stop_action = {device_commands.Button_32}, arg = {533}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-ADD-4"] = {class = {class_type.BTN}, hint = "No Function(4)", device = devices.UFC, action = {device_commands.Button_33}, stop_action = {device_commands.Button_33}, arg = {534}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-ADD-5"] = {class = {class_type.BTN}, hint = "No Function(5)", device = devices.UFC, action = {device_commands.Button_34}, stop_action = {device_commands.Button_34}, arg = {535}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } elements["PNT-BTN-UFC-ADD-6"] = {class = {class_type.BTN}, hint = "No Function(6)", device = devices.UFC, action = {device_commands.Button_35}, stop_action = {device_commands.Button_35}, arg = {536}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {false} } Airdog | Asus ROG Strix Z370-E Mobo | i7 8700K @ 4.7 | 32 GB DDR4@3200mhz | Gigabyte 2080Ti OC 11GB| Samsung M.2 960 Evo 250Gb and 500Gb | Win10 Pro | Hotas Warthog #02743 | Track IR 5 | Toshiba 47" 120hz LED | Acer 23" Touchscreen | HELIOS |Oculus Rift-S| http://www.blackknightssquadron.com/
pitbull Posted November 11, 2010 Posted November 11, 2010 I'd be interested to find out too ;o) I have 2 usb num keypads waiting to be put to good use MOBO ASUS P5QL-Pro, Intel Q9550 2.8Ghz @ 3.5 GHZ, 8GB DDR2 Crucial, XFX HD6950, TM Warthog, TIR4 /w Pro-Clip, 24 In Samsung Syncmaster LED, 2 X Cheapo 8in LCD's for MFD's and TM MFCD's attached to it, Windows 7 Ultimate x64.
shu77 Posted November 11, 2010 Posted November 11, 2010 I'm looking at one of these http://usb.brando.com/prod_detail.php?prod_id=00666 Would be nice if they did a network version of the CDU so it could be rendered on a second PC. Hornet, Super Carrier, Warthog & (II), Mustang, Spitfire, Albatross, Sabre, Combined Arms, FC3, Nevada, Gulf, Normandy, Syria AH-6J i9 10900K @ 5.0GHz, Gigabyte Z490 Vision G, Cooler Master ML120L, Gigabyte RTX3080 OC Gaming 10Gb, 64GB RAM, Reverb G2 @ 2480x2428, TM Warthog, Saitek pedals & throttle, DIY collective, TrackIR4, Cougar MFDs, vx3276-2k Combat Wombat's Airfield & Enroute Maps and Planning Tools
hassata Posted November 11, 2010 Posted November 11, 2010 (edited) Touchbuddy is working in networked config with A10C. All we need is for someone talented to put together a profile with a nice graphic of the UFC and the CDU. HELIOS should be an out of the box configuration, with the possibility that the CDU window would also be exported, though likely not to a networked machine. http://www.genovation.com/progkeypads.htm I got the 683 to use as a UFC as its programmable through an intuitive interface and you can make insertable labels for it. You end up about 3-4 buttons short (probably use a SHF modifier for those). Edited November 11, 2010 by hassata [sIGPIC][/sIGPIC]
harleyblue Posted November 11, 2010 Posted November 11, 2010 But, where command can i edit the test to insert the keystorke? EX. here where? {device_commands.Button_6}, stop_action = {device_commands.Button_6}, arg = {390}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } or here: {device_commands.Button_1}, stop_action = {device_commands.Button_1}, arg = {385}, arg_value = {1.0}, arg_lim = {{0.0, 1.0}}, use_release_message = {true} } Thank's [sIGPIC][/sIGPIC]
CrashEd Posted November 17, 2010 Posted November 17, 2010 This is my programmable keyboard if anyone is interested: http://forums.eagle.ru/showthread.php?p=1032797#post1032797 What is the current state with the new beta? Have all of the keystrokes been mapped? Anyone got a list??
Kuky Posted November 17, 2010 Posted November 17, 2010 Here's the kayboard.lua from Beta 3, you can find all asignments there but not all commands have keyboard assignments so you'll have to make them PC specs: Windows 11 Home | Asus TUF Gaming B850-Plus WiFi | AMD Ryzen 7 9800X3D + LC 360 AIO | MSI RTX 5090 LC 360 AIO | 55" Samsung Odyssey Gen 2 | 64GB PC5-48000 DDR5 | 1TB M2 SSD for OS | 2TB M2 SSD for DCS | NZXT C1000 Gold ATX 3.1 1000W | TM Cougar Throttle, Floor Mounted MongoosT-50 Grip on TM Cougar board, MFG Crosswind, Track IR
CrashEd Posted November 17, 2010 Posted November 17, 2010 Many thanks Kuky. Is there some way of reformatting/editing the file so that it makes a bit more sense? I find that the fields are all tab delimited, which makes it hard to read...
Kuky Posted November 17, 2010 Posted November 17, 2010 ^^^ Don't know really... By the way, I got TouchBuddy working with Beta 3 now for the 7" touchscreen I have and made a profile for UFC panel... works pretty well... finally some good use of it :) PC specs: Windows 11 Home | Asus TUF Gaming B850-Plus WiFi | AMD Ryzen 7 9800X3D + LC 360 AIO | MSI RTX 5090 LC 360 AIO | 55" Samsung Odyssey Gen 2 | 64GB PC5-48000 DDR5 | 1TB M2 SSD for OS | 2TB M2 SSD for DCS | NZXT C1000 Gold ATX 3.1 1000W | TM Cougar Throttle, Floor Mounted MongoosT-50 Grip on TM Cougar board, MFG Crosswind, Track IR
CrashEd Posted November 17, 2010 Posted November 17, 2010 ^^^ Don't know really... By the way, I got TouchBuddy working with Beta 3 now for the 7" touchscreen I have and made a profile for UFC panel... works pretty well... finally some good use of it :) No worries mate, I'll have a play around with it... Good news regarding the TB :thumbup: Any screenies?? Was thinking about setting something similar up until I came across by keyboard.
hassata Posted November 17, 2010 Posted November 17, 2010 ^^^ Don't know really... By the way, I got TouchBuddy working with Beta 3 now for the 7" touchscreen I have and made a profile for UFC panel... works pretty well... finally some good use of it :) Nice! I'm waiting for someone more artistic then me to make a CDU profile, or for HELIOS to come out, whichever first :) EDIT: Pics? [sIGPIC][/sIGPIC]
skunk160 Posted November 17, 2010 Posted November 17, 2010 ^^^ Don't know really... By the way, I got TouchBuddy working with Beta 3 now for the 7" touchscreen I have and made a profile for UFC panel... works pretty well... finally some good use of it :) Feel like sharing your UFC TB profile? :music_whistling: skunk160 | Win10 PRO 64bit | i7-4770K 3.50 GHz | 32GB DDR3/1866MHz | GIGABYTE GeForce GTX 1080 x2 | Oculus Rift S | Virpil MongoosT-50CM2 | Virpil F-14B grip | Virpil 200m Curved Extension | PointCTRL | Delta Sim TM Slew | Sim Bandit AHCP | MFG Crosswind Pedals | //FOX2 Switch Boxes | RECARO SPG Seat | AuraSound AST-2B-4 Pro Bass Transducer x2 //FOXTWO Multi-Role Combat Pit Build http://forums.eagle.ru/showthread.php?t=134745
Kuky Posted November 18, 2010 Posted November 18, 2010 I think this might be it (TouchBuddy profile for UFC panel) PC specs: Windows 11 Home | Asus TUF Gaming B850-Plus WiFi | AMD Ryzen 7 9800X3D + LC 360 AIO | MSI RTX 5090 LC 360 AIO | 55" Samsung Odyssey Gen 2 | 64GB PC5-48000 DDR5 | 1TB M2 SSD for OS | 2TB M2 SSD for DCS | NZXT C1000 Gold ATX 3.1 1000W | TM Cougar Throttle, Floor Mounted MongoosT-50 Grip on TM Cougar board, MFG Crosswind, Track IR
Feed Posted November 18, 2010 Posted November 18, 2010 Beta 3 patch is out, and they've included most (all?) cockpit switches in the control list, so they're bindable to keyboard keys. So nice!
skunk160 Posted November 18, 2010 Posted November 18, 2010 I think this might be it (TouchBuddy profile for UFC panel) Outstandin' skunk160 | Win10 PRO 64bit | i7-4770K 3.50 GHz | 32GB DDR3/1866MHz | GIGABYTE GeForce GTX 1080 x2 | Oculus Rift S | Virpil MongoosT-50CM2 | Virpil F-14B grip | Virpil 200m Curved Extension | PointCTRL | Delta Sim TM Slew | Sim Bandit AHCP | MFG Crosswind Pedals | //FOX2 Switch Boxes | RECARO SPG Seat | AuraSound AST-2B-4 Pro Bass Transducer x2 //FOXTWO Multi-Role Combat Pit Build http://forums.eagle.ru/showthread.php?t=134745
sweinhart3 Posted November 19, 2010 Posted November 19, 2010 Many thanks Kuky. Is there some way of reformatting/editing the file so that it makes a bit more sense? I find that the fields are all tab delimited, which makes it hard to read... Yes there is. Use Notepad++. You can download for free. Intel i7 990X, 6GB DDR3, Nvidia GTX 470 x2 SLI, Win 7 x64 http://picasaweb.google.com/sweinhart
CrashEd Posted November 19, 2010 Posted November 19, 2010 Yes there is. Use Notepad++. You can download for free. Thanks mate, that's much better! :thumbup: NP++ is a bit like PFE (Programmer's File Editor). Could have used that :doh:
Recommended Posts