added back space switching keys Shift+F2 to F12

- Shift+F2 was Export DXF, made Logic Editor
- Shift+F4 was data browser, made console
- Shift+F11 was fullscreen in 2.5, changed fullscreen to Alt+F11

added Area.type so RNA can switch the type.
This commit is contained in:
2009-10-13 17:50:14 +00:00
parent ee29802378
commit e3d8c8eba8
4 changed files with 80 additions and 2 deletions

View File

@@ -204,7 +204,7 @@ class WM_OT_context_toggle_values(bpy.types.Operator):
class WM_OT_context_cycle_enum(bpy.types.Operator):
'''Toggle a context value.'''
__idname__ = "wm.context_cycle_enum"
__label__ = "Context Toggle Values"
__label__ = "Context Enum Cycle"
__register__ = True
__undo__ = True