--- a/extprogs.cpp Wed May 08 01:12:23 2013 +0300 +++ b/extprogs.cpp Wed May 08 01:40:07 2013 +0300 @@ -245,7 +245,7 @@ // ============================================================================= // Interface for Ytruder -MAKE_ACTION (ytruder, "Ytruder", "ytruder", "Extrude selected lines to a given plane", KEY (F8)) { +MAKE_ACTION (ytruder, "Ytruder", "ytruder", "Extrude selected lines to a given plane", KEY (F4)) { setlocale (LC_ALL, "C"); if (!checkProgPath (prog_ytruder, Ytruder)) @@ -302,7 +302,7 @@ // ======================================================================================================================================== // Rectifier interface -MAKE_ACTION (rectifier, "Rectifier", "rectifier", "Optimizes quads into rect primitives.", (0)) { +MAKE_ACTION (rectifier, "Rectifier", "rectifier", "Optimizes quads into rect primitives.", KEY (F8)) { setlocale (LC_ALL, "C"); if (!checkProgPath (prog_rectifier, Rectifier)) @@ -363,7 +363,7 @@ // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // ======================================================================================================================================= // Intersector interface -MAKE_ACTION (intersector, "Intersector", "intersector", "Perform clipping between two input groups.", (0)) { +MAKE_ACTION (intersector, "Intersector", "intersector", "Perform clipping between two input groups.", KEY (F5)) { setlocale (LC_ALL, "C"); if (!checkProgPath (prog_intersector, Intersector))