Preferences/Shortcuts.py

changeset 3025
67064c71df21
parent 3020
542e97d4ecb3
child 3038
7fe9a53280bd
child 3058
0a02c433f52d
diff -r 17c01303a239 -r 67064c71df21 Preferences/Shortcuts.py
--- a/Preferences/Shortcuts.py	Tue Oct 15 19:13:32 2013 +0200
+++ b/Preferences/Shortcuts.py	Wed Oct 16 15:16:54 2013 +0200
@@ -267,47 +267,47 @@
     """
     if "Project" in shortcuts:
         __setAction(e5App().getObject("Project").getActions(),
-            shortcuts["Project"])
+                    shortcuts["Project"])
     
     if "General" in shortcuts:
         __setAction(e5App().getObject("UserInterface").getActions('ui'),
-            shortcuts["General"])
+                    shortcuts["General"])
     
     if "Wizards" in shortcuts:
         __setAction(e5App().getObject("UserInterface").getActions('wizards'),
-            shortcuts["Wizards"])
+                    shortcuts["Wizards"])
     
     if "Debug" in shortcuts:
         __setAction(e5App().getObject("DebugUI").getActions(),
-            shortcuts["Debug"])
+                    shortcuts["Debug"])
     
     if "Edit" in shortcuts:
         __setAction(e5App().getObject("ViewManager").getActions('edit'),
-            shortcuts["Edit"])
+                    shortcuts["Edit"])
     
     if "File" in shortcuts:
         __setAction(e5App().getObject("ViewManager").getActions('file'),
-            shortcuts["File"])
+                    shortcuts["File"])
     
     if "Search" in shortcuts:
         __setAction(e5App().getObject("ViewManager").getActions('search'),
-            shortcuts["Search"])
+                    shortcuts["Search"])
     
     if "View" in shortcuts:
         __setAction(e5App().getObject("ViewManager").getActions('view'),
-            shortcuts["View"])
+                    shortcuts["View"])
     
     if "Macro" in shortcuts:
         __setAction(e5App().getObject("ViewManager").getActions('macro'),
-            shortcuts["Macro"])
+                    shortcuts["Macro"])
     
     if "Bookmarks" in shortcuts:
         __setAction(e5App().getObject("ViewManager").getActions('bookmark'),
-            shortcuts["Bookmarks"])
+                    shortcuts["Bookmarks"])
     
     if "Spelling" in shortcuts:
         __setAction(e5App().getObject("ViewManager").getActions('spelling'),
-            shortcuts["Spelling"])
+                    shortcuts["Spelling"])
     
     if "Window" in shortcuts:
         actions = e5App().getObject("ViewManager").getActions('window')
@@ -321,4 +321,4 @@
     
     if "HelpViewer" in shortcuts:
         __setAction(e5App().getObject("DummyHelpViewer").getActions(),
-            shortcuts["HelpViewer"])
+                    shortcuts["HelpViewer"])

eric ide

mercurial