Skip to content

Commit

Permalink
updated shortcuts
Browse files Browse the repository at this point in the history
updated some changed shortcuts
  • Loading branch information
Scampie committed Aug 23, 2013
1 parent 22cdae8 commit f5d0e88
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions Resources/Help/Documentation/scripts/commands.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ menu_commands["Mac"]["edit_select_by_file_position"] = "Edit » Select by L
menu_commands["Mac"]["edit_select_none"] = "Edit » Select None - ⇧⌘A";
menu_commands["Mac"]["edit_rotate_tool"] = "Edit » Tools » Rotate Objects Tool - R";
menu_commands["Mac"]["edit_clip_tool"] = "Edit » Tools » Clip Tool - C";
menu_commands["Mac"]["edit_clip_side"] = "Edit » Tools » Toggle Clip Side - ⇥";
menu_commands["Mac"]["edit_clip_side"] = "Edit » Tools » Toggle Clip Side - ⌘↩";
menu_commands["Mac"]["edit_perform_clip"] = "Edit » Tools » Perform Clip - ↩";
menu_commands["Mac"]["edit_flip_horizontally"] = "Edit » Actions » Flip Horizontally - ⌘F";
menu_commands["Mac"]["edit_flip_vertically"] = "Edit » Actions » Flip Vertically - ⌥⌘F";
Expand All @@ -59,7 +59,7 @@ menu_commands["Mac"]["edit_unlock_all"] = "Edit » Unlock All - ⌘
menu_commands["Mac"]["edit_actions_correct_verts"] = "Edit » Actions » Correct Vertices";
menu_commands["Mac"]["edit_actions_snap_verts"] = "Edit » Actions » Snap Vertices";

menu_commands["Mac"]["view_center_on_selection"] = "View » Camera » Center on Selection - ⌥C";
menu_commands["Mac"]["view_center_on_selection"] = "View » Camera » Center on Selection - ⇧⌘C";
menu_commands["Mac"]["view_camera_move_to_next_pt"] = "View » Camera » Move Camera to Next Point - ⌥+)";
menu_commands["Mac"]["view_camera_move_to_prev_pt"] = "View » Camera » Move Camera to Previous Point - ⌥-)";
menu_commands["Mac"]["view_snap_to_grid"] = "View » Grid » Snap to Grid - ⌘⇧G";
Expand All @@ -86,7 +86,7 @@ menu_commands["Windows"]["edit_select_by_file_position"]= "Edit » Select b
menu_commands["Windows"]["edit_select_none"] = "Edit » Select None - Ctrl+Shift+A";
menu_commands["Windows"]["edit_rotate_tool"] = "Edit » Tools » Rotate Objects Tool - R";
menu_commands["Windows"]["edit_clip_tool"] = "Edit » Tools » Clip Tool - C";
menu_commands["Windows"]["edit_clip_side"] = "Edit » Tools » Toggle Clip Side - Tab";
menu_commands["Windows"]["edit_clip_side"] = "Edit » Tools » Toggle Clip Side - Ctrl+Enter";
menu_commands["Windows"]["edit_perform_clip"] = "Edit » Tools » Perform Clip - Enter";
menu_commands["Windows"]["edit_flip_horizontally"] = "Edit » Actions » Flip Horizontally - Ctrl+F";
menu_commands["Windows"]["edit_flip_vertically"] = "Edit » Actions » Flip Vertically - Ctrl+Alt+F";
Expand All @@ -106,7 +106,7 @@ menu_commands["Windows"]["edit_unlock_all"] = "Edit » Unlock All - Ctrl
menu_commands["Windows"]["edit_actions_correct_verts"] = "Edit » Actions » Correct Vertices";
menu_commands["Windows"]["edit_actions_snap_verts"] = "Edit » Actions » Snap Vertices";

menu_commands["Windows"]["view_center_on_selection"] = "View » Camera » Center on Selection - Alt+C";
menu_commands["Windows"]["view_center_on_selection"] = "View » Camera » Center on Selection - Ctrl+Shift+C";
menu_commands["Windows"]["view_camera_move_to_next_pt"] = "View » Camera » Move Camera to Next Point - Alt+(Plus (+))";
menu_commands["Windows"]["view_camera_move_to_prev_pt"] = "View » Camera » Move Camera to Previous Point - Alt+(Minus (-))";
menu_commands["Windows"]["view_snap_to_grid"] = "View » Grid » Snap to Grid - Ctrl+Shift+G";
Expand Down

0 comments on commit f5d0e88

Please sign in to comment.