Interface Customization: Difference between revisions

From FreeCAD Documentation
(add <translate>)
(Marked this version for translation)
Line 1: Line 1:
<translate>
<translate>
<!--T:1-->
Since FreeCAD interface is based on the modern [http://en.wikipedia.org/wiki/Qt_(toolkit) Qt] toolkit, it has a state-of-the-art organization. Widgets, menus, toolbars and other tools can be modified, moved, shared between workbenches, keyboard shortcuts can be set, modified, and macros can be recorded and played. The customization window is accessed from the '''Tools -> Customize''' menu:
Since FreeCAD interface is based on the modern [http://en.wikipedia.org/wiki/Qt_(toolkit) Qt] toolkit, it has a state-of-the-art organization. Widgets, menus, toolbars and other tools can be modified, moved, shared between workbenches, keyboard shortcuts can be set, modified, and macros can be recorded and played. The customization window is accessed from the '''Tools -> Customize''' menu:


<!--T:2-->
[[Image:Screenshot-customize.jpg]]
[[Image:Screenshot-customize.jpg]]


<!--T:3-->
The '''Commands''' tab lets you browse all available FreeCAD commands, organized by their category.
The '''Commands''' tab lets you browse all available FreeCAD commands, organized by their category.


<!--T:4-->
In '''Keyboard''', you can see the keyboard shortcuts associated with every FreeCAD command, and if you want, modify or assign new shortcut to any command. This is where to come if you use a particular workbench often, and would like to speed up its use by using the keyboard.
In '''Keyboard''', you can see the keyboard shortcuts associated with every FreeCAD command, and if you want, modify or assign new shortcut to any command. This is where to come if you use a particular workbench often, and would like to speed up its use by using the keyboard.


<!--T:5-->
The '''Toolbars''' and '''Toolbox bars''' tabs let you modify existing toolbars, or create your own custom toolbars.
The '''Toolbars''' and '''Toolbox bars''' tabs let you modify existing toolbars, or create your own custom toolbars.


<!--T:6-->
The '''Macros''' tab lets you manage your saved [[Macros]].
The '''Macros''' tab lets you manage your saved [[Macros]].


<!--T:7-->
{{docnav|Preferences Editor|Property editor}}
{{docnav|Preferences Editor|Property editor}}


<!--T:8-->
[[Category:User Documentation]]
[[Category:User Documentation]]
</translate>
</translate>

Revision as of 22:17, 29 November 2013

Since FreeCAD interface is based on the modern Qt toolkit, it has a state-of-the-art organization. Widgets, menus, toolbars and other tools can be modified, moved, shared between workbenches, keyboard shortcuts can be set, modified, and macros can be recorded and played. The customization window is accessed from the Tools -> Customize menu:

The Commands tab lets you browse all available FreeCAD commands, organized by their category.

In Keyboard, you can see the keyboard shortcuts associated with every FreeCAD command, and if you want, modify or assign new shortcut to any command. This is where to come if you use a particular workbench often, and would like to speed up its use by using the keyboard.

The Toolbars and Toolbox bars tabs let you modify existing toolbars, or create your own custom toolbars.

The Macros tab lets you manage your saved Macros.

Preferences Editor
Property editor