Commit 8058bc97 authored by sumpfralle's avatar sumpfralle

change keyboard shortcut for toggling the 3d view from CTRL-v to CTRL-Shift-v...

change keyboard shortcut for toggling the 3d view from CTRL-v to CTRL-Shift-v (otherwise "paste" does not work)


git-svn-id: https://pycam.svn.sourceforge.net/svnroot/pycam/trunk@508 bbaffbd6-741e-11dd-a85d-61de82d9cad9
parent 4efe9d10
......@@ -165,7 +165,7 @@ class ProjectGui:
("ExportEMCToolDefinition", self.export_emc_tools, None, None),
("Quit", self.destroy, None, "<Control>q"),
("GeneralSettings", self.toggle_preferences_window, None, "<Control>p"),
("Toggle3DView", self.toggle_3d_view, None, "<Control>v"),
("Toggle3DView", self.toggle_3d_view, None, "<Control><Shift>v"),
("HelpIntroduction", self.show_help, "Introduction", "F1"),
("HelpSupportedFormats", self.show_help, "SupportedFormats", None),
("HelpModelTransformations", self.show_help, "ModelTransformations", None),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment