6
edits
 (Keyboard refactoring)  | 
				|||
| Line 4: | Line 4: | ||
Thanks -- Cameron Moore  | Thanks -- Cameron Moore  | ||
== Keyboard reorg ==  | |||
The input settings (especially the keyboard) need some TLC.  Here are the major tasks (we need to work on the first one first):  | |||
* [[Keyboard function priority list]] — come up with a priority list of functions that need global keyboard assignments for ''all'' aircraft, without worrying about the specific keys.  | |||
* Local key block — decide on a block of keys to set aside for per-aircraft assignment.  | |||
* Global key bindings — decide what keys to assign to the functions from the opening list (not using the local key block).  | |||
* Refactor models — refactor all of the aircraft models so that they assign keys only from the local, per-aircraft key block.  | |||
* Add a GUI — add a GUI allowing users to reassign keys while the sim is running and save their changes.  | |||
== Major Task List ==  | == Major Task List ==  | ||
edits